summaryrefslogtreecommitdiff
path: root/python/rpmrc-py.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-09-11Remove split tags.Ralf Corsépius1-38/+3
2007-08-30Get rpmcli.h includes out of python bindingsPanu Matilainen1-3/+1
2007-07-11Correct type for python rpmrc lenght functionPanu Matilainen1-1/+1
2007-07-10Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen1-4/+4
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-6/+12
2004-11-09- python: add python 2.4 support.jbj1-1/+6
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-6/+0
2003-12-30- use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj1-1/+1
2003-12-01splint fiddles, no warnings.jbj1-0/+3
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-6/+6
2003-04-17Doxygen doco markup.jbj1-6/+6
2003-03-05Sanity.jbj1-43/+1
2002-12-10Add tp_{init,alloc,new,free} methods to rpmts.jbj1-55/+1
2002-12-10Add coercions.jbj1-1/+0
2002-08-05- python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.jbj1-2/+0
2002-07-25- python: remove the old initdb/rebuilddb methods, use ts.fooDB().jbj1-41/+78
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-3/+47
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-1/+0
2002-06-03Teach doxygen about python/*-py.c files.jbj1-1/+1
2002-06-01- fix: use getgrnam, not getpwnam, to convert gid -> group.jbj1-0/+426