summaryrefslogtreecommitdiff
path: root/python/rpmds-py.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-10- python: return ds, not tuple, for ds iteration.jbj1-1/+3
2004-06-10Return a single ds if you try and iterate over a single dspauln1-12/+2
2004-03-29Proof-of-concept for arch filtered dependencies.jbj1-3/+8
2004-03-28- use package build time as EVR comparison tie breaker.jbj1-0/+11
2004-03-11substititute labelCompare into rpmds_compare; map rpmdsCompare onto '==' and ...jbj1-3/+106
2004-01-01- python: include Python.h before glibc features.h.jbj1-6/+0
2003-12-18- fix: ds.Single() method needs malloc'd elements (#109919).jbj1-0/+2
2003-12-01splint fiddles, no warnings.jbj1-0/+16
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-3/+3
2003-05-04Use getattro/setattro throughout.jbj1-11/+16
2003-05-02Generate random primes method.jbj1-2/+2
2003-04-17Doxygen doco markup.jbj1-1/+1
2002-12-30- use rpmfiFDepends() underneath --fileprovide and --filerequire.jbj1-0/+20
2002-12-11Add iterators to rpmfts-py.c.jbj1-1/+3
2002-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj1-3/+4
2002-12-10Add tp_{init,alloc,new,free} methods to rpmts.jbj1-2/+2
2002-12-04python: gilding lilies.jbj1-3/+20
2002-07-19Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj1-33/+73
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-5/+38
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-1/+0
2002-05-28- eliminate legacy db methods, add ts.dbMatch method.jbj1-1/+0
2002-05-28- add rpmal/rpmte/rpmfd methods to bindings.jbj1-12/+12
2002-05-27Add rpmal bindings, Grand Renaming to rpmalFoo().jbj1-27/+44
2002-05-23- add rpmds/rpmfi/rpmts methods to bindings.jbj1-4/+4
2002-05-23Create rpmts-py.c.jbj1-12/+35
2002-05-23rpmds and rpmfi iterators, take 0.jbj1-27/+69
2002-05-23Bind rpmds as class derived from header.jbj1-0/+247