summaryrefslogtreecommitdiff
path: root/python/rpmps-py.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Make python module name configurableMarkus Lehtonen1-1/+1
2011-12-21handle errors when constructing lists in the Python bindingsDavid Malcolm1-2/+14
2011-03-09Python bindings dont need our debug.h for anythingPanu Matilainen1-2/+0
2010-03-26Use the new problem set iterator where it makes more sensePanu Matilainen1-4/+6
2010-03-13Add a helper function for turning rpm problem set into python listPanu Matilainen1-0/+12
2009-11-18Oops, tp_dealloc doesn't return anythingPanu Matilainen1-1/+1
2009-11-18Fix rpmProblem reference counting in python bindingsPanu Matilainen1-2/+8
2009-11-18Make python ts.problems() return a python list, not rpm.ps objectPanu Matilainen1-138/+1
2009-11-18Remove unused psFromPs()Panu Matilainen1-5/+0
2009-11-18Eliminate broken rpmps append() method from python bindings (RhBug:538218)Panu Matilainen1-26/+1
2009-10-28Remove unnecessary (cmpfunc) casts from our type objectsPanu Matilainen1-2/+2
2009-10-19Generalize type object initialization to work with both Python 2.* and Python...David Malcolm1-4/+2
2009-10-19Generalize access to ob_type so that they work with both Python 2.* and Pytho...David Malcolm1-1/+1
2009-10-09Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen1-2/+2
2009-10-05Enable retrieving problem key from python tooPanu Matilainen1-0/+11
2009-10-05Add minimal python wrapping for rpmProblem objectsPanu Matilainen1-4/+106
2009-09-24Enable subtyping on the rest of our type-objectsPanu Matilainen1-1/+1
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-3/+3
2009-09-23Remove tp_print methods from all rpm-python objectsPanu Matilainen1-9/+1
2009-09-23Lose the debug junk from python bindingsPanu Matilainen1-27/+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-12/+4
2009-09-22Make all python object creation wrappers return PyObject pointersPanu Matilainen1-3/+2
2009-09-22All rpm-python iterators are self-iterators, just use PyObject_SelfIterPanu Matilainen1-11/+1
2009-09-22Move allocations out of rpmps object init methodPanu Matilainen1-24/+3
2009-09-22Use Py_RETURN_NONE macro for returning None everywherePanu Matilainen1-2/+1
2009-09-22Eliminate unnecessary custom object allocation functionsPanu Matilainen1-12/+1
2009-09-22Use generic python get/set attribute functions directly where appropriatePanu Matilainen1-16/+2
2009-09-22Make the python object structures opaquePanu Matilainen1-0/+8
2009-09-22We dont support ancient python versions...Panu Matilainen1-2/+0
2008-01-30Include spring-cleaningPanu Matilainen1-1/+0
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+0
2007-12-15Remove bogus const from rpmProblemString() return typePanu Matilainen1-2/+6
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-11-29Avoid building rpmdebug-pyPanu Matilainen1-4/+0
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-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen1-2/+2
2007-10-19Only permit appending to a problem set from pythonPanu Matilainen1-68/+21
2007-10-19Implement python rpmps iteration with rpmlib level iteratorPanu Matilainen1-20/+21
2007-09-11Remove split tags.Ralf Corsépius1-36/+3
2007-07-10More python method pointer type fixes.Panu Matilainen1-1/+1
2007-07-10Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen1-1/+1
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-4/+9
2004-10-13Splint fiddles.jbj1-9/+15
2004-10-13Return current problem set form transaction.jbj1-1/+21
2004-10-12More cleanup.jbj1-26/+4