More python method pointer type fixes.
[platform/upstream/rpm.git] / python / rpmds-py.c
2007-07-10 Panu MatilainenMore python method pointer type fixes.
2007-07-10 Panu MatilainenCast to PyObject to avoid compiler whining
2007-07-10 Panu MatilainenFix bunch of compiler warnings from python bindings...
2004-11-17 paulnAdd kwargs everywhere - courtesy of pjones@redhat.com
2004-10-13 jbjSplint fiddles.
2004-10-13 jbjPermit ds = rpm.ds(h, tagN, flags) creator, analogous...
2004-10-11 jbjAdd Find and Merge methods, Sort stub.
2004-06-10 jbj- python: return ds, not tuple, for ds iteration.
2004-06-10 paulnReturn a single ds if you try and iterate over a single ds
2004-03-29 jbjProof-of-concept for arch filtered dependencies.
2004-03-28 jbj- use package build time as EVR comparison tie breaker.
2004-03-11 jbjsubstititute labelCompare into rpmds_compare; map rpmds...
2004-01-01 jbj- python: include Python.h before glibc features.h.
2003-12-18 jbj- fix: ds.Single() method needs malloc'd elements ...
2003-12-01 jbjsplint fiddles, no warnings.
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-05-04 jbjUse getattro/setattro throughout.
2003-05-02 jbjGenerate random primes method.
2003-04-17 jbjDoxygen doco markup.
2002-12-30 jbj- use rpmfiFDepends() underneath --fileprovide and...
2002-12-11 jbjAdd iterators to rpmfts-py.c.
2002-12-11 jbjAdd rpmfts-py.[ch] bindings for fts(3) from rpmio.
2002-12-10 jbjAdd tp_{init,alloc,new,free} methods to rpmts.
2002-12-04 jbjpython: gilding lilies.
2002-07-19 jbjRemove foo.iter() method, use tp_iter mechanism, for...
2002-07-14 jbj- python: sanity check fixes on rpmts/rpmte methods.
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-05-28 jbj- eliminate legacy db methods, add ts.dbMatch method.
2002-05-28 jbj- add rpmal/rpmte/rpmfd methods to bindings.
2002-05-27 jbjAdd rpmal bindings, Grand Renaming to rpmalFoo().
2002-05-23 jbj- add rpmds/rpmfi/rpmts methods to bindings.
2002-05-23 jbjCreate rpmts-py.c.
2002-05-23 jbjrpmds and rpmfi iterators, take 0.
2002-05-23 jbjBind rpmds as class derived from header.