Age | Commit message (Expand) | Author | Files | Lines |
2007-09-11 | Remove split tags. | Ralf Corsépius | 1 | -2/+0 |
2007-09-03 | Remove __LCLINT__-ifdef'ed blocks. | Ralf Corsépius | 1 | -5/+0 |
2007-08-30 | Get rpmcli.h includes out of python bindings | Panu Matilainen | 1 | -1/+0 |
2007-08-28 | Add expandMacro() to python bindings. | Panu Matilainen | 1 | -0/+14 |
2007-08-14 | Avoid python 2.5 requirement by using int instead of Py_ssize_t | Panu Matilainen | 1 | -1/+1 |
2007-07-21 | Make rpmdbCheckTerminate() non-terminating. | Panu Matilainen | 1 | -2/+0 |
2007-07-20 | Force rpmdb clean termination on exit from python. | Panu Matilainen | 1 | -0/+17 |
2007-07-20 | Add python methods for checking pending signals from rpmsqCaught. | Panu Matilainen | 1 | -0/+50 |
2007-07-12 | Rip out rhnLoad() and rhnUnload() from python bindings. | Panu Matilainen | 1 | -2/+0 |
2007-07-12 | One last fix for const qualifier discarding complaint in python. | Panu Matilainen | 1 | -2/+3 |
2007-07-11 | Cast to int to avoid gcc complaint from python enum registration. | Panu Matilainen | 1 | -1/+1 |
2005-03-07 | Casts on lvalues are no longer permitted by gcc4.0. | jbj | 1 | -1/+1 |
2005-01-17 | Build on macosx. | jbj | 1 | -0/+4 |
2004-11-17 | Add kwargs everywhere - courtesy of pjones@redhat.com | pauln | 1 | -27/+39 |
2004-10-20 | Doxygen fiddles. | jbj | 1 | -1/+1 |
2004-10-19 | Build and changes for _rpm module | pauln | 1 | -6/+6 |
2004-10-12 | rpmps framework created. | jbj | 1 | -0/+6 |
2004-05-04 | - Adding support for integer keys in ts.dbMatch(). | niemeyer | 1 | -2/+5 |
2004-03-10 | Initial rpm.spec implementation | pauln | 1 | -0/+6 |
2004-01-01 | - python: include Python.h before glibc features.h. | jbj | 1 | -6/+0 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -22/+3 |
2003-06-05 | - toy method to enable --stats through bindings. | jbj | 1 | -0/+12 |
2003-04-30 | Create rpmrng module. | jbj | 1 | -3/+11 |
2003-04-30 | Create rpm.mpw module from guts of rpm.bc. | jbj | 1 | -0/+5 |
2003-04-17 | Doxygen doco markup. | jbj | 1 | -1/+1 |
2003-01-28 | - fix: clean relocation path for --prefix=/. | jbj | 1 | -198/+16 |
2003-01-25 | - permit anaconda to choose "presentation order". | jbj | 1 | -1/+1 |
2003-01-12 | - file: *really* read elf64 notes correctly. | jbj | 1 | -0/+7 |
2002-12-31 | Dump multilib code, colored depndencies instead. | jbj | 1 | -2/+1 |
2002-12-29 | - python: eliminate hash.[ch] and upgrade.[ch], methods too. | jbj | 1 | -1/+4 |
2002-12-24 | Rescusitate doxygen file manifest. | jbj | 1 | -1/+8 |
2002-12-17 | - rebuild against glibc with fcntl fixed in libpthread. | jbj | 1 | -0/+1 |
2002-12-11 | Add rpmfts-py.[ch] bindings for fts(3) from rpmio. | jbj | 1 | -0/+6 |
2002-12-10 | Add coercions. | jbj | 1 | -0/+1 |
2002-12-08 | Stubs for beecrypt bindings. | jbj | 1 | -0/+6 |
2002-12-04 | python: gilding lilies. | jbj | 1 | -0/+3 |
2002-08-13 | - supply transitive closure for CLI packages from rpmdb-redhat database. | jbj | 1 | -0/+2 |
2002-08-06 | - add bitmask for precise control of signature/digest verification. | jbj | 1 | -0/+16 |
2002-08-05 | - python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead. | jbj | 1 | -72/+2 |
2002-08-04 | - resurrect --rollback. | jbj | 1 | -0/+4 |
2002-08-01 | - python: methods to disable all new features for benchmarking. | jbj | 1 | -0/+12 |
2002-07-25 | - python: remove the old initdb/rebuilddb methods, use ts.fooDB(). | jbj | 1 | -0/+20 |
2002-07-19 | Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi. | jbj | 1 | -0/+12 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 1 | -0/+5 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -2/+0 |
2002-06-01 | - fix: use getgrnam, not getpwnam, to convert gid -> group. | jbj | 1 | -45/+33 |
2002-05-28 | - eliminate legacy db methods, add ts.dbMatch method. | jbj | 1 | -6/+2 |
2002-05-27 | Add bindings for rpmte and FD_t. | jbj | 1 | -127/+13 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 1 | -51/+117 |
2002-05-23 | Create rpmts-py.c. | jbj | 1 | -572/+2 |