summaryrefslogtreecommitdiff
path: root/python/rpmps-py.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-13Add a helper function for turning rpm problem set into python listPanu Matilainen1-0/+2
2009-11-18Make python ts.problems() return a python list, not rpm.ps objectPanu Matilainen1-4/+1
2009-11-18Remove unused psFromPs()Panu Matilainen1-2/+0
2009-10-05Add minimal python wrapping for rpmProblem objectsPanu Matilainen1-0/+3
2009-09-24Make object allocation type agnosticPanu Matilainen1-1/+1
2009-09-23Add type checking macros for all rpm python type objectsPanu Matilainen1-0/+2
2009-09-22Lose the empty doxygen markersPanu Matilainen1-10/+0
2009-09-22Make all python object creation wrappers return PyObject pointersPanu Matilainen1-1/+1
2009-09-22Make the python object structures opaquePanu Matilainen1-8/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-19Implement python rpmps iteration with rpmlib level iteratorPanu Matilainen1-2/+1
2007-09-12Formating cleanup.Ralf Corsépius1-4/+2
2007-09-11Remove split tags.Ralf Corsépius1-6/+2
2004-10-13Splint fiddles.jbj1-1/+1
2004-10-13Return current problem set form transaction.jbj1-0/+12
2004-10-12rpmps framework created.jbj1-0/+26