summaryrefslogtreecommitdiff
path: root/python/rpmfts-py.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-11Remove split tags.Ralf Corsépius1-48/+4
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-5/+0
2007-07-12Some obvious "missing const" cases...Panu Matilainen1-1/+1
2007-07-10Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen1-3/+3
2007-07-10Fix bunch of string formatting warnings.Panu Matilainen1-1/+1
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-19/+33
2004-01-22Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts.jbj1-1/+1
2004-01-01- python: include Python.h before glibc features.h.jbj1-1/+0
2003-12-30- use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj1-1/+1
2003-12-01splint fiddles, no warnings.jbj1-6/+18
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-9/+9
2003-05-05Back out Py_TPFLAGS_BASETYPE for now.jbj1-2/+1
2003-05-04Use getattro/setattro throughout.jbj1-7/+7
2003-05-02Generate random primes method.jbj1-3/+3
2003-04-17Doxygen doco markup.jbj1-3/+3
2002-12-13Bail on rpmfts_repr() for now.jbj1-77/+93
2002-12-12Addjbj1-170/+227
2002-12-11Add iterators to rpmfts-py.c.jbj1-46/+180
2002-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj1-0/+349