summaryrefslogtreecommitdiff
path: root/python/rpmds-py.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate rpmdsNotify() from the API + Python bindingsPanu Matilainen2017-03-281-17/+0
* Add python doc strings for rpm.dsFlorian Festi2014-12-181-16/+22
* Allow a shared pool with python rpmds and rpmfi objectsPanu Matilainen2013-12-131-6/+13
* Use the pool-aware constructors for rpmfi and all rpmds typesPanu Matilainen2013-12-131-4/+6
* Revert the ds, ts, fi and spec python object creation commitsPanu Matilainen2011-07-061-11/+13
* Fix/sanitize rpm.ds python object creation a bitPanu Matilainen2011-07-011-13/+11
* Eww, python ds.Instance() doesn't take any argumentsPanu Matilainen2011-06-091-1/+1
* Python bindings dont need our debug.h for anythingPanu Matilainen2011-03-091-2/+0
* Remove unused return code variablePanu Matilainen2011-03-041-2/+1
* Permit comparison operator strings (<, >= etc) in python ds constructorPanu Matilainen2010-12-161-1/+44
* Switch python bindings to use rpm(Dbi)TagVal as appropriatePanu Matilainen2010-10-221-1/+1
* Handle non-existent dependency sets in python (RhBug:593553)Panu Matilainen2010-05-191-2/+3
* Remove unused dependency set file reference countPanu Matilainen2010-03-291-8/+0
* Remove unused and non-sensible depedency set build-timePanu Matilainen2010-03-291-8/+0
* Add ds.Instance() method to python bindingsPanu Matilainen2010-03-261-0/+7
* Take advantage of rpmdsCurrent() in python bindingsPanu Matilainen2010-03-261-6/+1
* Document deprecation of mi.count() and ds.Count().Ville Skyttä2010-03-241-1/+1
* Eliminate ambiguous tp_compare and tp_richcompare from rpm.dsPanu Matilainen2009-10-281-106/+2
* Add ds.Compare() as a thin wrapper over rpmdsCompare()Panu Matilainen2009-10-281-0/+12
* Type-check rpm.ds() comparison/search arguments everywherePanu Matilainen2009-10-281-25/+10
* Rip out stillborn codePanu Matilainen2009-10-281-32/+0
* Argh, typo in previous commitPanu Matilainen2009-10-271-1/+1
* Remove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds type flagsPanu Matilainen2009-10-271-3/+1
* Generalize type object initialization to work with both Python 2.* and Python...David Malcolm2009-10-191-2/+1
* Generalize access to ob_type so that they work with both Python 2.* and Pytho...David Malcolm2009-10-191-2/+2
* Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen2009-10-091-1/+1
* Handle all rpmds variants in its constructorPanu Matilainen2009-10-051-37/+22
* Deprecation tweaksPanu Matilainen2009-10-011-1/+1
* Oops, these are mappings, not dicts...Panu Matilainen2009-10-011-1/+1
* Deprecate custom foo.count() methods, support len() insteadPanu Matilainen2009-09-301-3/+3
* Turn hdrGetHeader() into argument parsing converter interfacePanu Matilainen2009-09-301-6/+7
* Enable subtyping on the rest of our type-objectsPanu Matilainen2009-09-241-1/+2
* Eliminate all custom tp_free() type methodsPanu Matilainen2009-09-241-8/+1
* Call (sub)type tp_free from destructorsPanu Matilainen2009-09-241-4/+2
* Make object allocation type agnosticPanu Matilainen2009-09-241-7/+7
* Turn tagNumFromPyObject() into an object converter interfacePanu Matilainen2009-09-231-14/+4
* Remove tp_print methods from all rpm-python objectsPanu Matilainen2009-09-231-13/+1
* Lose the debug junk from python bindingsPanu Matilainen2009-09-231-15/+0
* Rename python system.h for disambiguationPanu Matilainen2009-09-221-1/+1
* Lose the empty doxygen markersPanu Matilainen2009-09-221-16/+0
* Put some consistency to python object creationPanu Matilainen2009-09-221-5/+4
* Make all python object creation wrappers return PyObject pointersPanu Matilainen2009-09-221-13/+8
* Dont leak memory on rpm.ds iterationPanu Matilainen2009-09-221-2/+0
* Lose unnecessary next() methodsPanu Matilainen2009-09-221-16/+0
* All rpm-python iterators are self-iterators, just use PyObject_SelfIterPanu Matilainen2009-09-221-8/+1
* Dont leak memory from rpm.dsSingle()Panu Matilainen2009-09-221-2/+0
* Simplify dsFromHeader()Panu Matilainen2009-09-221-15/+2
* Sanitize python object -> tag number exception handlingPanu Matilainen2009-09-221-12/+3
* Move allocations out of rpmds object init methodPanu Matilainen2009-09-221-28/+15
* Use Py_RETURN_NONE macro for returning None everywherePanu Matilainen2009-09-221-10/+5