Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-24 | Make object allocation type agnostic | Panu Matilainen | 1 | -1/+1 | |
- pass (sub)type down to wrappers - call subtype tp_alloc() instead of PyObject_New() - preliminaries for allowing subtyping | |||||
2009-09-23 | Add type checking macros for all rpm python type objects | Panu Matilainen | 1 | -0/+2 | |
2009-09-22 | Lose the empty doxygen markers | Panu Matilainen | 1 | -4/+0 | |
- nothing wrong with comments but empty comment placeholders are not exactly useful | |||||
2009-09-22 | Make all python object creation wrappers return PyObject pointers | Panu Matilainen | 1 | -1/+1 | |
- this way the only place where casts are needed are in the wrapper itself | |||||
2009-09-22 | Make the python object structures opaque | Panu Matilainen | 1 | -5/+1 | |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -1/+1 | |
- adjust include paths accordingly | |||||
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -1/+1 | |
2007-09-12 | Formating cleanup. | Ralf Corsépius | 1 | -2/+1 | |
2007-09-11 | Remove split tags. | Ralf Corsépius | 1 | -3/+1 | |
2003-12-01 | splint fiddles, no warnings. | jbj | 1 | -0/+1 | |
CVS patchset: 6961 CVS date: 2003/12/01 19:15:38 | |||||
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -1/+1 | |
CVS patchset: 6959 CVS date: 2003/11/23 19:50:52 | |||||
2003-04-17 | Doxygen doco markup. | jbj | 1 | -1/+1 | |
CVS patchset: 6760 CVS date: 2003/04/17 17:17:27 | |||||
2002-12-12 | Add | jbj | 1 | -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. | jbj | 1 | -1/+3 | |
CVS patchset: 5554 CVS date: 2002/07/14 21:23:29 | |||||
2002-05-28 | - eliminate legacy db methods, add ts.dbMatch method. | jbj | 1 | -0/+2 | |
CVS patchset: 5453 CVS date: 2002/05/28 23:06:44 | |||||
2002-05-27 | Add bindings for rpmte and FD_t. | jbj | 1 | -0/+17 | |
CVS patchset: 5451 CVS date: 2002/05/27 21:40:08 |