Lose unnecessary next() methods
[platform/upstream/rpm.git] / python / rpmfi-py.c
2009-09-22 Panu MatilainenLose unnecessary next() methods
2009-09-22 Panu MatilainenAll rpm-python iterators are self-iterators, just use...
2009-09-22 Panu MatilainenSimplify fiFromHeader()
2009-09-22 Panu MatilainenSanitize python object -> tag number exception handling
2009-09-22 Panu MatilainenMove allocations out of rpmfi object init method
2009-09-22 Panu MatilainenUse Py_RETURN_NONE macro for returning None everywhere
2009-09-22 Panu MatilainenEliminate unnecessary custom object allocation functions
2009-09-22 Panu MatilainenUse generic python get/set attribute functions directly...
2009-09-22 Panu MatilainenMake the python object structures opaque
2009-09-22 Panu MatilainenWe dont support ancient python versions...
2008-06-12 Panu MatilainenMake rpmfiFSize() return rpm_loff_t type, fixup callers
2008-06-03 Panu MatilainenDon't leak memory on python fi.Digest() calls
2008-06-02 Panu MatilainenrpmfiFDigestHex() instead of manual hex conversion
2008-06-02 Panu MatilainenOn a second thought, rename rpmfiDigest() to rpmfiFDige...
2008-06-02 Panu MatilainenAdd fi.Digest() method to python bindings
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-04-07 Panu MatilainenEliminate several copy-paste hex converters, use pgpHex...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-09-11 Ralf CorsépiusRemove split tags.
2007-07-10 Panu MatilainenMore python method pointer type fixes.
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 fi = rpm.fi(h, tagN, flags) creator, analogous...
2004-10-09 jbjDoxygen and cpp nit picks.
2004-01-01 jbj- python: include Python.h before glibc features.h.
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/--filere...
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-08-19 jbj- add --with-efence to configure, check install/upgrade...
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-05-28 jbj- eliminate legacy db methods, add ts.dbMatch method.
2002-05-27 jbjAdd rpmal bindings, Grand Renaming to rpmalFoo().
2002-05-23 jbj- add rpmds/rpmfi/rpmts methods to bindings.
2002-05-23 jbjrpmds and rpmfi iterators, take 0.