summaryrefslogtreecommitdiff
path: root/python/rpmte-py.h
Commit message (Collapse)AuthorAgeFilesLines
* Make object allocation type agnosticPanu Matilainen2009-09-241-1/+1
| | | | | | - pass (sub)type down to wrappers - call subtype tp_alloc() instead of PyObject_New() - preliminaries for allowing subtyping
* Add type checking macros for all rpm python type objectsPanu Matilainen2009-09-231-0/+2
|
* Lose the empty doxygen markersPanu Matilainen2009-09-221-4/+0
| | | | | - nothing wrong with comments but empty comment placeholders are not exactly useful
* Make all python object creation wrappers return PyObject pointersPanu Matilainen2009-09-221-1/+1
| | | | - this way the only place where casts are needed are in the wrapper itself
* Make the python object structures opaquePanu Matilainen2009-09-221-5/+1
|
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-1/+1
| | | | - adjust include paths accordingly
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-1/+1
|
* Formating cleanup.Ralf Corsépius2007-09-121-2/+1
|
* Remove split tags.Ralf Corsépius2007-09-111-3/+1
|
* splint fiddles, no warnings.jbj2003-12-011-0/+1
| | | | | | CVS patchset: 6961 CVS date: 2003/12/01 19:15:38
* Merge changes from rpm-4.2.1 development.jbj2003-11-231-1/+1
| | | | | | CVS patchset: 6959 CVS date: 2003/11/23 19:50:52
* Doxygen doco markup.jbj2003-04-171-1/+1
| | | | | | CVS patchset: 6760 CVS date: 2003/04/17 17:17:27
* Addjbj2002-12-121-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
* - python: sanity check fixes on rpmts/rpmte methods.jbj2002-07-141-1/+3
| | | | | | CVS patchset: 5554 CVS date: 2002/07/14 21:23:29
* - eliminate legacy db methods, add ts.dbMatch method.jbj2002-05-281-0/+2
| | | | | | CVS patchset: 5453 CVS date: 2002/05/28 23:06:44
* Add bindings for rpmte and FD_t.jbj2002-05-271-0/+17
CVS patchset: 5451 CVS date: 2002/05/27 21:40:08