Age | Commit message (Expand) | Author | Files | Lines |
2007-10-29 | Remove unused variable | Panu Matilainen | 1 | -1/+0 |
2007-10-29 | Avoid need for header_internal.h | Panu Matilainen | 1 | -18/+7 |
2007-10-26 | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. | Ralf Corsépius | 1 | -7/+7 |
2007-10-23 | Remove bunch of unnecessary rpmio_internal & related includes from python | Panu Matilainen | 1 | -1/+0 |
2007-09-20 | Rename tagName/Value/Type() to rpmTagGet*() | Panu Matilainen | 1 | -3/+3 |
2007-09-20 | Remove the "dressed" rpmHeaderGetEntry() from API | Panu Matilainen | 1 | -1/+61 |
2007-09-11 | Remove split tags. | Ralf Corsépius | 1 | -17/+1 |
2007-08-30 | Get rpmcli.h includes out of python bindings | Panu Matilainen | 1 | -1/+1 |
2007-08-28 | Support accessing header info in python by object attributes as well. | Panu Matilainen | 1 | -13/+14 |
2007-07-18 | Use type from headerGet*(), not tagType() for now | Panu Matilainen | 1 | -0/+3 |
2007-07-16 | Use tagType() for determining header data types (array or not etc) | Panu Matilainen | 1 | -40/+6 |
2007-07-13 | Use tagValue() for name->tag lookups instead of manually walking tagtable. | Panu Matilainen | 1 | -4/+1 |
2007-07-12 | Rip out rhnLoad() and rhnUnload() from python bindings. | Panu Matilainen | 1 | -114/+0 |
2007-07-12 | Some obvious "missing const" cases... | Panu Matilainen | 1 | -1/+1 |
2007-07-10 | More python method pointer type fixes. | Panu Matilainen | 1 | -1/+1 |
2007-06-11 | Treat null epoch equal to zero epoch in python labelCompare (rhbz#227860). | Panu Matilainen | 1 | -0/+3 |
2007-06-05 | Force FILEVERIFYFLAGS to be a list in python bindings. | Panu Matilainen | 1 | -0/+1 |
2007-05-10 | Add patch to treat changelog as list | Paul Nasrat | 1 | -0/+1 |
2005-03-07 | Casts on lvalues are no longer permitted by gcc4.0. | jbj | 1 | -2/+2 |
2004-11-25 | - python: bleeping keywords broke labelCompare. | jbj | 1 | -4/+2 |
2004-11-17 | Add kwargs everywhere - courtesy of pjones@redhat.com | pauln | 1 | -40/+53 |
2004-05-04 | - Adding support for integer keys in ts.dbMatch(). | niemeyer | 1 | -0/+43 |
2004-02-21 | Typo. | jbj | 1 | -1/+1 |
2004-02-21 | Fix typo. | jbj | 1 | -11/+9 |
2004-02-20 | another oops | sopwith | 1 | -1/+3 |
2004-02-20 | oops | sopwith | 1 | -2/+2 |
2004-02-20 | Further fixes related to 113661 | sopwith | 1 | -20/+14 |
2004-01-26 | - python: throw exception on bad arg to labelCompare (#113661). | jbj | 1 | -0/+5 |
2004-01-16 | Quick fix for [] vs None retrun. | jbj | 1 | -2/+16 |
2004-01-14 | Return [] for tags with no contents. | jbj | 1 | -10/+3 |
2004-01-01 | - python: include Python.h before glibc features.h. | jbj | 1 | -6/+0 |
2004-01-01 | Return [] for lists see #112794 | pauln | 1 | -5/+11 |
2003-12-22 | Fix for lists in P/R/O/C see bug #110226 | pauln | 1 | -0/+12 |
2003-05-16 | fix: do headerFree after headerRead. | jbj | 1 | -0/+1 |
2003-05-06 | Fix s/bc/mpw/ typos in mpstr. | jbj | 1 | -7/+12 |
2003-04-17 | Doxygen doco markup. | jbj | 1 | -25/+76 |
2002-12-18 | - add --file{class,provide,require} popt aliases and header extensions | jbj | 1 | -1/+1 |
2002-12-10 | Add tp_{init,alloc,new,free} methods to rpmts. | jbj | 1 | -2/+2 |
2002-12-04 | python: gilding lilies. | jbj | 1 | -1/+1 |
2002-11-30 | - upgrade to elfutils-0.63. | jbj | 1 | -2/+2 |
2002-10-15 | - python: permit headers to be hashed. | jbj | 1 | -1/+6 |
2002-08-07 | Remove hdrVerifyFile, unusable as was (#58576). | jbj | 1 | -230/+0 |
2002-08-05 | - python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead. | jbj | 1 | -49/+11 |
2002-08-05 | - python: enable threads on callbacks and longish rpmlib calls. | jbj | 1 | -14/+14 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 1 | -2/+26 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -17/+15 |
2002-06-20 | - make sure that rpm can verify prelinked shared libraries. | jbj | 1 | -1/+1 |
2002-06-05 | - python: portability fiddles (#54350). | jbj | 1 | -1/+1 |
2002-06-03 | Teach doxygen about python/*-py.c files. | jbj | 1 | -1/+1 |
2002-05-28 | - add rpmal/rpmte/rpmfd methods to bindings. | jbj | 1 | -148/+167 |