summaryrefslogtreecommitdiff
path: root/python/rpmmodule.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-28Include "rpmsq.h" instead of <rpmsq.h>.Ralf Corsépius1-1/+1
2007-10-23One more useless rpmio_internal include removalPanu Matilainen1-1/+0
2007-10-23Remove bunch of unnecessary rpmio_internal & related includes from pythonPanu Matilainen1-1/+0
2007-10-16Remove unimplemented, unused RPMPROB_BADPRETRANSPanu Matilainen1-1/+0
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen1-1/+0
2007-09-11Remove split tags.Ralf Corsépius1-2/+0
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-5/+0
2007-08-30Get rpmcli.h includes out of python bindingsPanu Matilainen1-1/+0
2007-08-28Add expandMacro() to python bindings.Panu Matilainen1-0/+14
2007-08-14Avoid python 2.5 requirement by using int instead of Py_ssize_tPanu Matilainen1-1/+1
2007-07-21Make rpmdbCheckTerminate() non-terminating.Panu Matilainen1-2/+0
2007-07-20Force rpmdb clean termination on exit from python.Panu Matilainen1-0/+17
2007-07-20Add python methods for checking pending signals from rpmsqCaught.Panu Matilainen1-0/+50
2007-07-12Rip out rhnLoad() and rhnUnload() from python bindings.Panu Matilainen1-2/+0
2007-07-12One last fix for const qualifier discarding complaint in python.Panu Matilainen1-2/+3
2007-07-11Cast to int to avoid gcc complaint from python enum registration.Panu Matilainen1-1/+1
2005-03-07Casts on lvalues are no longer permitted by gcc4.0.jbj1-1/+1
2005-01-17Build on macosx.jbj1-0/+4
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-27/+39
2004-10-20Doxygen fiddles.jbj1-1/+1
2004-10-19Build and changes for _rpm modulepauln1-6/+6
2004-10-12rpmps framework created.jbj1-0/+6
2004-05-04- Adding support for integer keys in ts.dbMatch().niemeyer1-2/+5
2004-03-10Initial rpm.spec implementationpauln1-0/+6
2004-01-01- python: include Python.h before glibc features.h.jbj1-6/+0
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-22/+3
2003-06-05- toy method to enable --stats through bindings.jbj1-0/+12
2003-04-30Create rpmrng module.jbj1-3/+11
2003-04-30Create rpm.mpw module from guts of rpm.bc.jbj1-0/+5
2003-04-17Doxygen doco markup.jbj1-1/+1
2003-01-28- fix: clean relocation path for --prefix=/.jbj1-198/+16
2003-01-25- permit anaconda to choose "presentation order".jbj1-1/+1
2003-01-12- file: *really* read elf64 notes correctly.jbj1-0/+7
2002-12-31Dump multilib code, colored depndencies instead.jbj1-2/+1
2002-12-29- python: eliminate hash.[ch] and upgrade.[ch], methods too.jbj1-1/+4
2002-12-24Rescusitate doxygen file manifest.jbj1-1/+8
2002-12-17- rebuild against glibc with fcntl fixed in libpthread.jbj1-0/+1
2002-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj1-0/+6
2002-12-10Add coercions.jbj1-0/+1
2002-12-08Stubs for beecrypt bindings.jbj1-0/+6
2002-12-04python: gilding lilies.jbj1-0/+3
2002-08-13- supply transitive closure for CLI packages from rpmdb-redhat database.jbj1-0/+2
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-0/+16
2002-08-05- python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.jbj1-72/+2
2002-08-04- resurrect --rollback.jbj1-0/+4
2002-08-01- python: methods to disable all new features for benchmarking.jbj1-0/+12
2002-07-25- python: remove the old initdb/rebuilddb methods, use ts.fooDB().jbj1-0/+20
2002-07-19Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj1-0/+12
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-0/+5
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-2/+0