summaryrefslogtreecommitdiff
path: root/python/rpmps-py.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-24Make object allocation type agnosticPanu Matilainen1-1/+1
- pass (sub)type down to wrappers - call subtype tp_alloc() instead of PyObject_New() - preliminaries for allowing subtyping
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
- nothing wrong with comments but empty comment placeholders are not exactly useful
2009-09-22Make all python object creation wrappers return PyObject pointersPanu Matilainen1-1/+1
- this way the only place where casts are needed are in the wrapper itself
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
- adjust include paths accordingly
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
CVS patchset: 7460 CVS date: 2004/10/13 19:03:45
2004-10-13Return current problem set form transaction.jbj1-0/+12
CVS patchset: 7455 CVS date: 2004/10/13 06:26:16
2004-10-12rpmps framework created.jbj1-0/+26
CVS patchset: 7450 CVS date: 2004/10/12 00:13:22