summaryrefslogtreecommitdiff
path: root/python/rpmds-py.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Eliminate now unnecessary artifacts of rpmdsNext() side-effectsPanu Matilainen1-3/+1
2008-10-30Change all in-tree rpmdsNew() uses to non-scarememPanu Matilainen1-2/+2
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+1
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-1/+1
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-5/+5
2008-02-05Port some rpmds improvements from rpm5.orgPanu Matilainen1-0/+33
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-5/+5
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-5/+5
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-09-11Remove split tags.Ralf Corsépius1-84/+7
2007-07-10More python method pointer type fixes.Panu Matilainen1-1/+1
2007-07-10Cast to PyObject to avoid compiler whiningPanu Matilainen1-1/+1
2007-07-10Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen1-1/+1
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-67/+75
2004-10-13Splint fiddles.jbj1-3/+9
2004-10-13Permit ds = rpm.ds(h, tagN, flags) creator, analogous to h.dsFromHeader().jbj1-7/+80
2004-10-11Add Find and Merge methods, Sort stub.jbj1-0/+68
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