summaryrefslogtreecommitdiff
path: root/python/rpmte-py.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Lose the useless rpmds refcounting debug junk + switchesPanu Matilainen1-1/+1
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-1/+1
2010-03-13Add Problems() method to python transaction element classPanu Matilainen1-0/+12
2009-12-21Eliminate the rpmte tsort info manipulation public APIPanu Matilainen1-35/+0
2009-10-19Generalize type object initialization to work with both Python 2.* and Python...David Malcolm1-2/+1
2009-10-09Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen1-1/+1
2009-10-05Dead code removalPanu Matilainen1-5/+0
2009-09-24Enable subtyping on the rest of our type-objectsPanu Matilainen1-1/+1
2009-09-24Make object allocation type agnosticPanu Matilainen1-4/+4
2009-09-23Turn tagNumFromPyObject() into an object converter interfacePanu Matilainen1-5/+2
2009-09-23Add te.NEVRA() method, adjust docsPanu Matilainen1-1/+10
2009-09-23Remove tp_print methods from all rpm-python objectsPanu Matilainen1-16/+1
2009-09-23Lose the debug junk from python bindingsPanu Matilainen1-13/+0
2009-09-22Rename python system.h for disambiguationPanu Matilainen1-1/+1
2009-09-22Lose the empty doxygen markersPanu Matilainen1-10/+0
2009-09-22Put some consistency to python object creationPanu Matilainen1-2/+2
2009-09-22Make all python object creation wrappers return PyObject pointersPanu Matilainen1-4/+4
2009-09-22Sanitize python object -> tag number exception handlingPanu Matilainen1-4/+1
2009-09-22Use Py_RETURN_NONE macro for returning None everywherePanu Matilainen1-6/+3
2009-09-22Use generic python get/set attribute functions directly where appropriatePanu Matilainen1-12/+2
2009-09-22Make the python object structures opaquePanu Matilainen1-0/+6
2009-09-22We dont support ancient python versions...Panu Matilainen1-2/+0
2009-03-26Make rpmal store rpmtes and kill rpmte->pkgKeyFlorian Festi1-11/+4
2008-11-27Drop the useless "tag" argument from rpmteFI()Panu Matilainen1-18/+1
2008-06-09Use 64bit type for rpmte package size reportingPanu Matilainen1-1/+1
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-1/+0
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+0
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-09-11Remove split tags.Ralf Corsépius1-62/+2
2007-06-05Python rpm.te Key() refcount fix (rhbz#182063) from JBJ.Panu Matilainen1-4/+3
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-66/+55
2004-01-01- python: include Python.h before glibc features.h.jbj1-6/+0
2003-12-01splint fiddles, no warnings.jbj1-0/+22
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-3/+3
2003-05-04Use getattro/setattro throughout.jbj1-7/+11
2003-04-17Doxygen doco markup.jbj1-4/+4
2003-03-05Sanity.jbj1-15/+15
2003-01-25- permit anaconda to choose "presentation order".jbj1-0/+11
2002-12-31Dump multilib code, colored depndencies instead.jbj1-1/+1
2002-12-311st crack at colored installs.jbj1-4/+4
2002-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj1-4/+10
2002-12-10Add tp_{init,alloc,new,free} methods to rpmts.jbj1-1/+1
2002-12-04python: gilding lilies.jbj1-4/+58
2002-12-03Add new rpmte methods.jbj1-2/+40
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-12/+82