summaryrefslogtreecommitdiff
path: root/python/rpmmodule.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Use Py_RETURN_NONE macro for returning None everywherePanu Matilainen1-2/+1
2009-09-22Python initialization spring cleanPanu Matilainen1-24/+30
2009-09-22Lose the utterly broken rpmio FD_t wrappersPanu Matilainen1-5/+0
2009-09-22We dont support ancient python versions...Panu Matilainen1-14/+0
2009-09-22Kick out mummified rpmdb python interface remnantsPanu Matilainen1-6/+0
2009-04-09Remove file flags that have never been enabledJindrich Novy1-1/+0
2009-03-26Remove rpmal from the Python APIFlorian Festi1-6/+0
2009-03-26Make rpmal store rpmtes and kill rpmte->pkgKeyFlorian Festi1-2/+0
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-0/+1
2009-01-08Cast to intptr_t instead of int to kick out the final warningPanu Matilainen1-1/+1
2008-06-03Use rpmsqIsCaught() instead of directly accessing rpmsqCaught sigsetPanu Matilainen1-1/+1
2008-06-02Change rpmTagGetNames() interface to more like that of headerGet()Panu Matilainen1-1/+4
2008-05-26Remove legacy RPMSENSE_SERIAL.Jindrich Novy1-1/+0
2008-05-22Oops, rpmTagGetValue() expects tagname without RPMTAG_ prefixPanu Matilainen1-3/+4
2008-05-21Don't muck with rpmTagTable internals in python initializationPanu Matilainen1-12/+13
2008-05-15Don't look into extensions when adding tags to pythonPanu Matilainen1-14/+0
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+2
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-0/+2
2007-12-11Register the new SCRIPT_ERROR callback value to pythonPanu Matilainen1-0/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-3/+3
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-29Lose python ftsPanu Matilainen1-6/+0
2007-11-29Lose the useless rpmrc python stuff, group macro handling to rpmmacro-pyPanu Matilainen1-26/+4
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-10-29Remove unnecessary includesPanu Matilainen1-3/+0
2007-10-28Include "rpmdb.h" instead of <rpmdb.h>.Ralf Corsépius1-1/+1
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