summaryrefslogtreecommitdiff
path: root/python/rpmfi-py.h
Commit message (Expand)AuthorAgeFilesLines
* Revert the ds, ts, fi and spec python object creation commitsPanu Matilainen2011-07-061-0/+2
* Fix/sanitize rpm.fi python object creation a bitPanu Matilainen2011-07-011-2/+0
* Make object allocation type agnosticPanu Matilainen2009-09-241-1/+1
* Make fiFromHeader() static inside header-py, deprecatePanu Matilainen2009-09-231-2/+0
* 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
* Make all python object creation wrappers return PyObject pointersPanu Matilainen2009-09-221-2/+2
* Make the python object structures opaquePanu Matilainen2009-09-221-6/+1
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-1/+1
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-1/+1
* Formating cleanup.Ralf Corsépius2007-09-121-4/+2
* Remove split tags.Ralf Corsépius2007-09-111-10/+3
* Add kwargs everywhere - courtesy of pjones@redhat.compauln2004-11-171-1/+1
* splint fiddles, no warnings.jbj2003-12-011-1/+5
* Merge changes from rpm-4.2.1 development.jbj2003-11-231-1/+1
* Doxygen doco markup.jbj2003-04-171-1/+1
* Addjbj2002-12-121-0/+1
* Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj2002-07-191-0/+2
* - python: sanity check fixes on rpmts/rpmte methods.jbj2002-07-141-3/+7
* - eliminate legacy db methods, add ts.dbMatch method.jbj2002-05-281-0/+2
* - add rpmds/rpmfi/rpmts methods to bindings.jbj2002-05-231-1/+1
* rpmds and rpmfi iterators, take 0.jbj2002-05-231-0/+21