summaryrefslogtreecommitdiff
path: root/python/rpmps-py.h
Commit message (Expand)AuthorAgeFilesLines
* Add a helper function for turning rpm problem set into python listPanu Matilainen2010-03-131-0/+2
* Make python ts.problems() return a python list, not rpm.ps objectPanu Matilainen2009-11-181-4/+1
* Remove unused psFromPs()Panu Matilainen2009-11-181-2/+0
* Add minimal python wrapping for rpmProblem objectsPanu Matilainen2009-10-051-0/+3
* Make object allocation type agnosticPanu Matilainen2009-09-241-1/+1
* Add type checking macros for all rpm python type objectsPanu Matilainen2009-09-231-0/+2
* Lose the empty doxygen markersPanu Matilainen2009-09-221-10/+0
* Make all python object creation wrappers return PyObject pointersPanu Matilainen2009-09-221-1/+1
* Make the python object structures opaquePanu Matilainen2009-09-221-8/+1
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-1/+1
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-1/+1
* Implement python rpmps iteration with rpmlib level iteratorPanu Matilainen2007-10-191-2/+1
* Formating cleanup.Ralf Corsépius2007-09-121-4/+2
* Remove split tags.Ralf Corsépius2007-09-111-6/+2
* Splint fiddles.jbj2004-10-131-1/+1
* Return current problem set form transaction.jbj2004-10-131-0/+12
* rpmps framework created.jbj2004-10-121-0/+26