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