summaryrefslogtreecommitdiff
path: root/python/rpmte-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-4/+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-5/+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-09-12Formating cleanup.Ralf Corsépius1-2/+1
2007-09-11Remove split tags.Ralf Corsépius1-3/+1
2003-12-01splint fiddles, no warnings.jbj1-0/+1
CVS patchset: 6961 CVS date: 2003/12/01 19:15:38
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-1/+1
CVS patchset: 6959 CVS date: 2003/11/23 19:50:52
2003-04-17Doxygen doco markup.jbj1-1/+1
CVS patchset: 6760 CVS date: 2003/04/17 17:17:27
2002-12-12Addjbj1-0/+1
PyObject *md_dict; /*!< to look like PyModuleObject */ to all rpmfoo_Type's. CVS patchset: 5936 CVS date: 2002/12/12 17:46:22
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-1/+3
CVS patchset: 5554 CVS date: 2002/07/14 21:23:29
2002-05-28- eliminate legacy db methods, add ts.dbMatch method.jbj1-0/+2
CVS patchset: 5453 CVS date: 2002/05/28 23:06:44
2002-05-27Add bindings for rpmte and FD_t.jbj1-0/+17
CVS patchset: 5451 CVS date: 2002/05/27 21:40:08