Lose unnecessary next() methods
[platform/upstream/rpm.git] / python /
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 MatilainenDont leak memory from rpm.dsSingle()
2009-09-22 Panu MatilainenSimplify fiFromHeader()
2009-09-22 Panu MatilainenSimplify dsFromHeader()
2009-09-22 Panu MatilainenSanitize python object -> tag number exception handling
2009-09-22 Panu MatilainenMove allocations out of rpmps object init method
2009-09-22 Panu MatilainenMove allocations out of rpmds object init method
2009-09-22 Panu MatilainenMove allocations out of rpmfi object init method
2009-09-22 Panu MatilainenRemove useless rpmts python initialization
2009-09-22 Panu MatilainenRealize the remaining bits of direct rpmdb interface...
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 MatilainenPython initialization spring clean
2009-09-22 Panu MatilainenMake the python object structures opaque
2009-09-22 Panu MatilainenLose the utterly broken rpmio FD_t wrappers
2009-09-22 Panu MatilainenLose the useless python debug stuff
2009-09-22 Panu MatilainenWe dont support ancient python versions...
2009-09-22 Panu MatilainenKick out mummified rpmdb python interface remnants
2009-09-22 Panu MatilainenClean up + fix bad recno erasure in python ts.addErase()
2009-09-07 Panu MatilainenAdd noreturn annotation to die() .. which itself should die
2009-09-07 Panu MatilainenEliminate bunch of unused variables
2009-09-07 Panu MatilainenFix dumb some dumb leaks in python spec code
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-14 Panu MatilainenAdd isSource() method to python header object (ticket...
2009-06-16 Panu MatilainenEliminate now unnecessary artifacts of rpmdsNext()...
2009-05-19 Panu MatilainenDon't mess up problem altNEVR in python ts.check()...
2009-04-18 Panu MatilainenFix a few file permissions from "make install"
2009-04-09 Jindrich NovyRemove file flags that have never been enabled
2009-03-26 Florian FestiRemove rpmal from the Python API
2009-03-26 Florian FestiReimplement rpmal by using hashes and cleaning up the...
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2009-03-19 Panu MatilainenPython doesn't need libelf, nss or popt directly
2009-03-13 Panu Matilainenrpm-python only accepts string objects, not unicode
2009-03-13 Panu MatilainenCatch exceptions from python conversions in dbMatch()
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-02-05 Panu MatilainenFix typo in python bindings documentation (Masatake...
2009-01-08 Panu MatilainenCast to intptr_t instead of int to kick out the final...
2008-12-09 Panu MatilainenThrow out ancient python/ChangeLog
2008-12-04 Panu MatilainenFix python header retrieval return type for non-existen...
2008-11-27 Panu MatilainenDrop the useless "tag" argument from rpmteFI()
2008-11-12 Panu MatilainenDon't bother retrieving db offset for erase elements
2008-10-30 Panu MatilainenChange all in-tree rpmdsNew() uses to non-scaremem
2008-10-10 Panu MatilainenConvert in-tree users to headerConvert()
2008-09-25 Jindrich NovyUse safer xstrdup() instead of strdup() wherever possible
2008-09-25 Panu MatilainenDon't go onto wild zombie rampage if python callback...
2008-07-04 Panu MatilainenRemove solvedb API and other related stuff
2008-07-04 Panu MatilainenKill of rpmtsAvailable()
2008-07-02 Panu MatilainenDon't leak memory on python expandMacro()
2008-06-27 Panu MatilainenAdjust python callback for amount+total type change
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-06-12 Panu MatilainenMake rpmfiFSize() return rpm_loff_t type, fixup callers
2008-06-11 Panu MatilainenMake rpmps generic number field 64bit, rename getter...
2008-06-10 Panu MatilainenEliminate rpmfiBuildFNames() use in python
2008-06-09 Panu MatilainenUse 64bit type for rpmte package size reporting
2008-06-09 Panu MatilainenUse rpm_loff_t for transaction callback amount+total...
2008-06-03 Panu MatilainenUse rpmsqIsCaught() instead of directly accessing rpmsq...
2008-06-03 Panu MatilainenDon't leak memory on python fi.Digest() calls
2008-06-02 Panu MatilainenChange rpmTagGetNames() interface to more like that...
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-26 Jindrich NovyRemove legacy RPMSENSE_SERIAL.
2008-05-26 Panu MatilainenConvert python rpmMergeHeaders to new interfaces
2008-05-26 Panu MatilainenConvert python hdrKeyList() to new header iterator...
2008-05-22 Panu MatilainenOops, rpmTagGetValue() expects tagname without RPMTAG_...
2008-05-21 Panu MatilainenDon't muck with rpmTagTable internals in python initial...
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-15 Panu MatilainenLet rpmtdFreeData() do it's job...
2008-05-15 Panu MatilainenDon't look into extensions when adding tags to python
2008-05-15 Panu MatilainenMinimal conversion of in-rpm python bindings to new...
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-04-28 Jindrich NovyGet rid of string hackery in rpmdb-py.c
2008-04-10 Panu MatilainenJust call legacyRetrofit() instead of combined compress...
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-04-07 Panu MatilainenEliminate several copy-paste hex converters, use pgpHex...
2008-04-03 Panu MatilainenShut up a few silly compiler warnings that have crept in
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-17 Panu MatilainenRemove rollback support
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-05 Panu MatilainenYet another typedef for transaction ID, use where spotted
2008-02-05 Panu MatilainenCouple of int -> rpmVSFlags type corrections
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-05 Panu MatilainenPort some rpmds improvements from rpm5.org
2008-02-05 Panu MatilainenRip the horrible (ia64) autorelocate kludgery. RIP.
2008-02-04 Panu MatilainenMake check-programs build again, assorted type-fiddlings..
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-16 Panu MatilainenLone module-private const .. remove
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-15 Panu MatilainenRemove bogus const from rpmProblemString() return type
2007-12-14 Panu MatilainenBogus const removal continued...
next