summaryrefslogtreecommitdiff
path: root/python/rpmts-py.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-10-31Disable python available package mechanism for now at least.Panu Matilainen1-4/+17
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmdb.h" instead of <rpmdb.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-4/+4
2007-10-26Rename rpmcliImportPubkey() -> rpmtsImportPubkey()Panu Matilainen1-1/+1
2007-10-24Remove dead codePanu Matilainen1-13/+0
2007-10-24Don't mess up problem pkgNEVR in python ts.check() (rhbz#349091)Panu Matilainen1-3/+4
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen1-4/+6
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen1-2/+2
2007-10-19Use rpmProblem access methods instead of direct access to the structPanu Matilainen1-9/+10
2007-10-19Convert rpmts-py to use rpmps iteratorPanu Matilainen1-5/+10
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-1/+1
2007-09-17More typos, doh...Panu Matilainen1-2/+2
2007-09-17Typo..Panu Matilainen1-1/+1
2007-09-17Use rpmtsGetRdb() instead of poking ts internalsPanu Matilainen1-6/+6
2007-09-11Remove split tags.Ralf Corsépius1-127/+6
2007-09-03Sanitize SELinux file context initialization.Panu Matilainen1-14/+0
2007-08-30Move rollback IDTX out of cli-stuff, its needed by core ts handling too.Panu Matilainen1-1/+1
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