Age | Commit message (Expand) | Author | Files | Lines |
2007-11-23 | Move the xstr*() string variants from rpmio.h to rpmstring.h | Panu Matilainen | 1 | -0/+1 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-09-11 | Remove split tags. | Ralf Corsépius | 1 | -84/+7 |
2007-07-10 | More python method pointer type fixes. | Panu Matilainen | 1 | -1/+1 |
2007-07-10 | Cast to PyObject to avoid compiler whining | Panu Matilainen | 1 | -1/+1 |
2007-07-10 | Fix bunch of compiler warnings from python bindings (method pointer types) | Panu Matilainen | 1 | -1/+1 |
2004-11-17 | Add kwargs everywhere - courtesy of pjones@redhat.com | pauln | 1 | -67/+75 |
2004-10-13 | Splint fiddles. | jbj | 1 | -3/+9 |
2004-10-13 | Permit ds = rpm.ds(h, tagN, flags) creator, analogous to h.dsFromHeader(). | jbj | 1 | -7/+80 |
2004-10-11 | Add Find and Merge methods, Sort stub. | jbj | 1 | -0/+68 |
2004-06-10 | - python: return ds, not tuple, for ds iteration. | jbj | 1 | -1/+3 |
2004-06-10 | Return a single ds if you try and iterate over a single ds | pauln | 1 | -12/+2 |
2004-03-29 | Proof-of-concept for arch filtered dependencies. | jbj | 1 | -3/+8 |
2004-03-28 | - use package build time as EVR comparison tie breaker. | jbj | 1 | -0/+11 |
2004-03-11 | substititute labelCompare into rpmds_compare; map rpmdsCompare onto '==' and ... | jbj | 1 | -3/+106 |
2004-01-01 | - python: include Python.h before glibc features.h. | jbj | 1 | -6/+0 |
2003-12-18 | - fix: ds.Single() method needs malloc'd elements (#109919). | jbj | 1 | -0/+2 |
2003-12-01 | splint fiddles, no warnings. | jbj | 1 | -0/+16 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -3/+3 |
2003-05-04 | Use getattro/setattro throughout. | jbj | 1 | -11/+16 |
2003-05-02 | Generate random primes method. | jbj | 1 | -2/+2 |
2003-04-17 | Doxygen doco markup. | jbj | 1 | -1/+1 |
2002-12-30 | - use rpmfiFDepends() underneath --fileprovide and --filerequire. | jbj | 1 | -0/+20 |
2002-12-11 | Add iterators to rpmfts-py.c. | jbj | 1 | -1/+3 |
2002-12-11 | Add rpmfts-py.[ch] bindings for fts(3) from rpmio. | jbj | 1 | -3/+4 |
2002-12-10 | Add tp_{init,alloc,new,free} methods to rpmts. | jbj | 1 | -2/+2 |
2002-12-04 | python: gilding lilies. | jbj | 1 | -3/+20 |
2002-07-19 | Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi. | jbj | 1 | -33/+73 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 1 | -5/+38 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -1/+0 |
2002-05-28 | - eliminate legacy db methods, add ts.dbMatch method. | jbj | 1 | -1/+0 |
2002-05-28 | - add rpmal/rpmte/rpmfd methods to bindings. | jbj | 1 | -12/+12 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 1 | -27/+44 |
2002-05-23 | - add rpmds/rpmfi/rpmts methods to bindings. | jbj | 1 | -4/+4 |
2002-05-23 | Create rpmts-py.c. | jbj | 1 | -12/+35 |
2002-05-23 | rpmds and rpmfi iterators, take 0. | jbj | 1 | -27/+69 |
2002-05-23 | Bind rpmds as class derived from header. | jbj | 1 | -0/+247 |