summaryrefslogtreecommitdiff
path: root/python/rpmte-py.c
Commit message (Expand)AuthorAgeFilesLines
* Add python bindings for rpmteVerified(), export RPMSIG_UNVERIFIED_TYPEPanu Matilainen2019-04-091-0/+11
* In Python 3, return all our string data as surrogate-escaped utf-8 stringsPanu Matilainen2019-02-221-8/+8
* rpmteDBOffset() is perfectly legal for TR_ADDED too, fix the docsPanu Matilainen2017-10-031-2/+2
* Remove long since dead codePanu Matilainen2017-10-031-12/+0
* Add python doc strings for rpm.teFlorian Festi2014-12-181-32/+23
* Add python binding for rpmteFiles(), update docsPanu Matilainen2013-12-181-2/+18
* Transaction element parent is a transaction element, not an integerPanu Matilainen2012-01-101-1/+5
* Minor cleanup to rpmte_Key()Panu Matilainen2012-01-101-5/+3
* fix the signatures of the METH_NOARGS callbacksDavid Malcolm2012-01-021-17/+17
* Export rpmteFailed() to python bindingsPanu Matilainen2011-06-161-0/+7
* Python bindings dont need our debug.h for anythingPanu Matilainen2011-03-091-3/+0
* Switch python bindings to use rpm(Dbi)TagVal as appropriatePanu Matilainen2010-10-221-1/+1
* Lose the useless rpmds refcounting debug junk + switchesPanu Matilainen2010-03-221-1/+1
* Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen2010-03-221-1/+1
* Add Problems() method to python transaction element classPanu Matilainen2010-03-131-0/+12
* Eliminate the rpmte tsort info manipulation public APIPanu Matilainen2009-12-211-35/+0
* Generalize type object initialization to work with both Python 2.* and Python...David Malcolm2009-10-191-2/+1
* Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen2009-10-091-1/+1
* Dead code removalPanu Matilainen2009-10-051-5/+0
* Enable subtyping on the rest of our type-objectsPanu Matilainen2009-09-241-1/+1
* Make object allocation type agnosticPanu Matilainen2009-09-241-4/+4
* Turn tagNumFromPyObject() into an object converter interfacePanu Matilainen2009-09-231-5/+2
* Add te.NEVRA() method, adjust docsPanu Matilainen2009-09-231-1/+10
* Remove tp_print methods from all rpm-python objectsPanu Matilainen2009-09-231-16/+1
* Lose the debug junk from python bindingsPanu Matilainen2009-09-231-13/+0
* Rename python system.h for disambiguationPanu Matilainen2009-09-221-1/+1
* Lose the empty doxygen markersPanu Matilainen2009-09-221-10/+0
* Put some consistency to python object creationPanu Matilainen2009-09-221-2/+2
* Make all python object creation wrappers return PyObject pointersPanu Matilainen2009-09-221-4/+4
* Sanitize python object -> tag number exception handlingPanu Matilainen2009-09-221-4/+1
* Use Py_RETURN_NONE macro for returning None everywherePanu Matilainen2009-09-221-6/+3
* Use generic python get/set attribute functions directly where appropriatePanu Matilainen2009-09-221-12/+2
* Make the python object structures opaquePanu Matilainen2009-09-221-0/+6
* We dont support ancient python versions...Panu Matilainen2009-09-221-2/+0
* Make rpmal store rpmtes and kill rpmte->pkgKeyFlorian Festi2009-03-261-11/+4
* Drop the useless "tag" argument from rpmteFI()Panu Matilainen2008-11-271-18/+1
* Use 64bit type for rpmte package size reportingPanu Matilainen2008-06-091-1/+1
* Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen2008-02-051-2/+2
* Include spring-cleaningPanu Matilainen2008-01-301-1/+0
* rpmlib.h mass evictionPanu Matilainen2008-01-301-1/+0
* Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen2007-12-131-2/+2
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-1/+1
* Eliminate debug junk from the APIPanu Matilainen2007-12-041-2/+2
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-1/+1
* Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius2007-10-281-1/+1
* Remove split tags.Ralf Corsépius2007-09-111-62/+2
* Python rpm.te Key() refcount fix (rhbz#182063) from JBJ.Panu Matilainen2007-06-051-4/+3
* Add kwargs everywhere - courtesy of pjones@redhat.compauln2004-11-171-66/+55
* - python: include Python.h before glibc features.h.jbj2004-01-011-6/+0
* splint fiddles, no warnings.jbj2003-12-011-0/+22