summaryrefslogtreecommitdiff
path: root/python/rpmmi-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-6/+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-9/+0
2007-09-12Formating cleanup.Ralf Corsépius1-2/+1
2007-09-11Remove split tags.Ralf Corsépius1-3/+1
2007-06-07Ts/db reference counting for match-iterators in python (rhbz#241751)Panu Matilainen1-1/+2
Adds additional refcounting to the python level ts/db object to avoid anonymous ts/db from getting deleted while still iterating over it.
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-3/+3
CVS patchset: 6959 CVS date: 2003/11/23 19:50:52
2003-04-17Doxygen doco markup.jbj1-3/+3
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-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj1-2/+1
splint fiddles. CVS patchset: 5932 CVS date: 2002/12/11 00:12:17
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-2/+5
CVS patchset: 5554 CVS date: 2002/07/14 21:23:29
2002-05-28- eliminate legacy db methods, add ts.dbMatch method.jbj1-0/+23
CVS patchset: 5453 CVS date: 2002/05/28 23:06:44