summaryrefslogtreecommitdiff
path: root/python/rpmmi-py.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmdb.h" instead of <rpmdb.h>.Ralf Corsépius1-1/+1
2007-09-11Remove split tags.Ralf Corsépius1-27/+1
2007-06-07Ts/db reference counting for match-iterators in python (rhbz#241751)Panu Matilainen1-1/+4
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-18/+11
2004-01-01- python: include Python.h before glibc features.h.jbj1-6/+0
2003-12-01splint fiddles, no warnings.jbj1-2/+7
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-8/+8
2003-05-04Use getattro/setattro throughout.jbj1-7/+11
2003-04-17Doxygen doco markup.jbj1-5/+5
2002-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj1-12/+11
2002-12-10Add tp_{init,alloc,new,free} methods to rpmts.jbj1-2/+2
2002-12-04python: gilding lilies.jbj1-1/+1
2002-08-09- python: include instance in IDTXload, filename in IDTXglob, returnjbj1-0/+40
2002-08-05- python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.jbj1-44/+28
2002-07-25- python: add ts.hdrCheck(), ts.rebuildDB() methods.jbj1-3/+3
2002-07-19Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj1-12/+29
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-1/+19
2002-06-03Teach doxygen about python/*-py.c files.jbj1-3/+3
2002-06-01- fix: use getgrnam, not getpwnam, to convert gid -> group.jbj1-0/+4
2002-05-28- eliminate legacy db methods, add ts.dbMatch method.jbj1-0/+228