summaryrefslogtreecommitdiff
path: root/python/rpmts-py.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-13Kill RH-specific _vsflags_up2date, use generic __vsflags in bindings insteadPanu Matilainen1-1/+1
2007-07-13Clean up python ts object creation.Panu Matilainen1-57/+26
2007-07-11Char ptr signedness fixes to python bindings.Panu Matilainen1-2/+2
2007-07-10Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen1-1/+1
2007-06-07Ts/db reference counting for match-iterators in python (rhbz#241751)Panu Matilainen1-1/+1
2007-05-23Raise an exception if adding an install/upgrade element to transaction fails.Panu Matilainen1-1/+7
2007-05-16dbmatch keys can be unicode objects also (#219008)Paul Nasrat1-1/+1
2005-02-12- zlib: uniqify certain symbols to prevent name space pollution.jbj1-1/+1
2005-01-28- python: force dbMatch() h# key to be 32 bit integer (#146477).jbj1-1/+2
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-0/+2
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-103/+135
2004-10-31- python: remove ".A" from creaky ts.check() tuple return (#135008).jbj1-0/+4
2004-10-13Splint fiddles.jbj1-2/+3
2004-10-13Return current problem set form transaction.jbj1-3/+26
2004-10-11Don't include Arch in release for backwards compat (#135008)pauln1-1/+3
2004-06-11- python: permit integer keys to ts.dbMatch().jbj1-0/+1
2004-05-04- Adding support for integer keys in ts.dbMatch().niemeyer1-1/+17
2004-03-11Fix splint warnings for specpauln1-0/+2
2004-03-10Initial rpm.spec implementationpauln1-0/+33
2004-01-28Enable selinux contexts in rpmtsRun - patch from Jeremy Katzpauln1-0/+14
2004-01-22Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts.jbj1-1/+1
2004-01-01- python: include Python.h before glibc features.h.jbj1-6/+0
2003-12-30- use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj1-1/+1
2003-12-01splint fiddles, no warnings.jbj1-4/+37
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-53/+53
2003-05-04Use getattro/setattro throughout.jbj1-14/+14
2003-05-02Generate random primes method.jbj1-5/+6
2003-04-18python: missed tuple refcount in IDTXload/IDTXglob.jbj1-2/+8
2003-04-17Typos and transfer trash.jbj1-1/+1
2003-04-17Doxygen doco markup.jbj1-38/+38
2003-04-16- resurrect manifests, RPMRC_NOTFOUND returned by readLead().jbj1-5/+1
2002-12-311st crack at colored installs.jbj1-1/+21
2002-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj1-59/+66
2002-12-10Add tp_{init,alloc,new,free} methods to rpmts.jbj1-5/+81
2002-12-04python: gilding lilies.jbj1-9/+11
2002-11-30- upgrade to elfutils-0.63.jbj1-5/+0
2002-11-15- resurrect availablePackages one more time.jbj1-6/+8
2002-10-15- python: permit headers to be hashed.jbj1-0/+5
2002-09-19Check for orphan'ed chnages in rpm-4.1.jbj1-1/+1
2002-09-03- fix: always do rpmalMakeIndex.jbj1-1/+1
2002-08-26- python: don't remap NOKEY/UNTRUSTED to OK.jbj1-3/+3
2002-08-23- merge signature returns into rpmRC.jbj1-9/+25
2002-08-20- check for interrupt during iteration.jbj1-12/+38
2002-08-20- python: supid typo broke ts.check().jbj1-2/+0
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-2/+2
2002-08-15- python: explicit method to set transFlags.jbj1-14/+50
2002-08-13- supply transitive closure for CLI packages from rpmdb-redhat database.jbj1-1/+1
2002-08-09- python: include instance in IDTXload, filename in IDTXglob, returnjbj1-17/+41
2002-08-09- python: add (optional) ts.check() callback.jbj1-18/+87
2002-08-08- python: add return codes for rollbacks and fooDB methods.jbj1-34/+28