summaryrefslogtreecommitdiff
path: root/python/header-py.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-11Remove split tags.Ralf Corsépius1-17/+1
2007-08-30Get rpmcli.h includes out of python bindingsPanu Matilainen1-1/+1
2007-08-28Support accessing header info in python by object attributes as well.Panu Matilainen1-13/+14
2007-07-18Use type from headerGet*(), not tagType() for nowPanu Matilainen1-0/+3
2007-07-16Use tagType() for determining header data types (array or not etc)Panu Matilainen1-40/+6
2007-07-13Use tagValue() for name->tag lookups instead of manually walking tagtable.Panu Matilainen1-4/+1
2007-07-12Rip out rhnLoad() and rhnUnload() from python bindings.Panu Matilainen1-114/+0
2007-07-12Some obvious "missing const" cases...Panu Matilainen1-1/+1
2007-07-10More python method pointer type fixes.Panu Matilainen1-1/+1
2007-06-11Treat null epoch equal to zero epoch in python labelCompare (rhbz#227860).Panu Matilainen1-0/+3
2007-06-05Force FILEVERIFYFLAGS to be a list in python bindings.Panu Matilainen1-0/+1
2007-05-10Add patch to treat changelog as listPaul Nasrat1-0/+1
2005-03-07Casts on lvalues are no longer permitted by gcc4.0.jbj1-2/+2
2004-11-25- python: bleeping keywords broke labelCompare.jbj1-4/+2
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-40/+53
2004-05-04- Adding support for integer keys in ts.dbMatch().niemeyer1-0/+43
2004-02-21Typo.jbj1-1/+1
2004-02-21Fix typo.jbj1-11/+9
2004-02-20another oopssopwith1-1/+3
2004-02-20oopssopwith1-2/+2
2004-02-20Further fixes related to 113661sopwith1-20/+14
2004-01-26- python: throw exception on bad arg to labelCompare (#113661).jbj1-0/+5
2004-01-16Quick fix for [] vs None retrun.jbj1-2/+16
2004-01-14Return [] for tags with no contents.jbj1-10/+3
2004-01-01- python: include Python.h before glibc features.h.jbj1-6/+0
2004-01-01Return [] for lists see #112794pauln1-5/+11
2003-12-22Fix for lists in P/R/O/C see bug #110226pauln1-0/+12
2003-05-16fix: do headerFree after headerRead.jbj1-0/+1
2003-05-06Fix s/bc/mpw/ typos in mpstr.jbj1-7/+12
2003-04-17Doxygen doco markup.jbj1-25/+76
2002-12-18- add --file{class,provide,require} popt aliases and header extensionsjbj1-1/+1
2002-12-10Add tp_{init,alloc,new,free} methods to rpmts.jbj1-2/+2
2002-12-04python: gilding lilies.jbj1-1/+1
2002-11-30- upgrade to elfutils-0.63.jbj1-2/+2
2002-10-15- python: permit headers to be hashed.jbj1-1/+6
2002-08-07Remove hdrVerifyFile, unusable as was (#58576).jbj1-230/+0
2002-08-05- python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.jbj1-49/+11
2002-08-05- python: enable threads on callbacks and longish rpmlib calls.jbj1-14/+14
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-2/+26
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-17/+15
2002-06-20- make sure that rpm can verify prelinked shared libraries.jbj1-1/+1
2002-06-05- python: portability fiddles (#54350).jbj1-1/+1
2002-06-03Teach doxygen about python/*-py.c files.jbj1-1/+1
2002-05-28- add rpmal/rpmte/rpmfd methods to bindings.jbj1-148/+167
2002-05-27Add rpmal bindings, Grand Renaming to rpmalFoo().jbj1-21/+37
2002-05-23Create rpmts-py.c.jbj1-0/+1
2002-05-23rpmds and rpmfi iterators, take 0.jbj1-35/+61
2002-05-23Bind rpmds as class derived from header.jbj1-7/+16
2002-05-19- Grand Renaming of rpm data types.jbj1-7/+8
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-10/+4