Age | Commit message (Expand) | Author | Files | Lines |
2010-03-24 | Document deprecation of mi.count() and ds.Count(). | Ville Skyttä | 1 | -1/+1 |
2010-03-24 | Add __bool__() / __nonzero__() method to python rpmmi objects (ticket #153) | Panu Matilainen | 1 | -1/+20 |
2009-10-19 | Generalize type object initialization to work with both Python 2.* and Python... | David Malcolm | 1 | -2/+1 |
2009-10-19 | Generalize access to ob_type so that they work with both Python 2.* and Pytho... | David Malcolm | 1 | -1/+1 |
2009-10-09 | Revert explicit PyErr_NoMemory() returns to just returning NULL | Panu Matilainen | 1 | -1/+1 |
2009-10-01 | Deprecation tweaks | Panu Matilainen | 1 | -1/+1 |
2009-10-01 | Oops, these are mappings, not dicts... | Panu Matilainen | 1 | -1/+1 |
2009-09-30 | Deprecate custom foo.count() methods, support len() instead | Panu Matilainen | 1 | -7/+13 |
2009-09-24 | Enable subtyping on the rest of our type-objects | Panu Matilainen | 1 | -1/+1 |
2009-09-24 | Call (sub)type tp_free from destructors | Panu Matilainen | 1 | -5/+3 |
2009-09-24 | Make object allocation type agnostic | Panu Matilainen | 1 | -3/+3 |
2009-09-23 | Turn tagNumFromPyObject() into an object converter interface | Panu Matilainen | 1 | -6/+2 |
2009-09-22 | Rename python system.h for disambiguation | Panu Matilainen | 1 | -1/+1 |
2009-09-22 | Lose the empty doxygen markers | Panu Matilainen | 1 | -22/+0 |
2009-09-22 | Put some consistency to python object creation | Panu Matilainen | 1 | -4/+1 |
2009-09-22 | Make all python object creation wrappers return PyObject pointers | Panu Matilainen | 1 | -4/+4 |
2009-09-22 | Lose unnecessary next() methods | Panu Matilainen | 1 | -18/+0 |
2009-09-22 | All rpm-python iterators are self-iterators, just use PyObject_SelfIter | Panu Matilainen | 1 | -10/+1 |
2009-09-22 | Sanitize python object -> tag number exception handling | Panu Matilainen | 1 | -4/+2 |
2009-09-22 | Use Py_RETURN_NONE macro for returning None everywhere | Panu Matilainen | 1 | -5/+2 |
2009-09-22 | Use generic python get/set attribute functions directly where appropriate | Panu Matilainen | 1 | -12/+2 |
2009-09-22 | Make the python object structures opaque | Panu Matilainen | 1 | -0/+9 |
2009-09-22 | We dont support ancient python versions... | Panu Matilainen | 1 | -2/+0 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 1 | -1/+0 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -1/+1 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -2/+2 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -2/+2 |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmdb.h" instead of <rpmdb.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-09-11 | Remove split tags. | Ralf Corsépius | 1 | -27/+1 |
2007-06-07 | Ts/db reference counting for match-iterators in python (rhbz#241751) | Panu Matilainen | 1 | -1/+4 |
2004-11-17 | Add kwargs everywhere - courtesy of pjones@redhat.com | pauln | 1 | -18/+11 |
2004-01-01 | - python: include Python.h before glibc features.h. | jbj | 1 | -6/+0 |
2003-12-01 | splint fiddles, no warnings. | jbj | 1 | -2/+7 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -8/+8 |
2003-05-04 | Use getattro/setattro throughout. | jbj | 1 | -7/+11 |
2003-04-17 | Doxygen doco markup. | jbj | 1 | -5/+5 |
2002-12-11 | Add rpmfts-py.[ch] bindings for fts(3) from rpmio. | jbj | 1 | -12/+11 |
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-08-09 | - python: include instance in IDTXload, filename in IDTXglob, return | jbj | 1 | -0/+40 |
2002-08-05 | - python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead. | jbj | 1 | -44/+28 |
2002-07-25 | - python: add ts.hdrCheck(), ts.rebuildDB() methods. | jbj | 1 | -3/+3 |
2002-07-19 | Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi. | jbj | 1 | -12/+29 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 1 | -1/+19 |
2002-06-03 | Teach doxygen about python/*-py.c files. | jbj | 1 | -3/+3 |
2002-06-01 | - fix: use getgrnam, not getpwnam, to convert gid -> group. | jbj | 1 | -0/+4 |
2002-05-28 | - eliminate legacy db methods, add ts.dbMatch method. | jbj | 1 | -0/+228 |