Permit file objects in python header constructor
[platform/upstream/rpm.git] / python /
2009-09-23 Panu MatilainenPermit file objects in python header constructor
2009-09-23 Panu MatilainenAdd write() method to python headers
2009-09-23 Panu MatilainenAccept any file object in ts.hdrFromFdno()
2009-09-23 Panu MatilainenAdd helper to convert python file objects to rpmio...
2009-09-23 Panu MatilainenAdd te.NEVRA() method, adjust docs
2009-09-23 Panu MatilainenRemove tp_print methods from all rpm-python objects
2009-09-23 Panu MatilainenLose the debug junk from python bindings
2009-09-23 Panu MatilainenAdd hdr.format(), deprecate hdr.sprintf()
2009-09-23 Panu MatilainenMake fiFromHeader() static inside header-py, deprecate
2009-09-23 Panu MatilainenDeprecate rpm.headerLoad()
2009-09-23 Panu MatilainenDeprecate header filelist munging methods
2009-09-23 Panu MatilainenEliminate unnecessary function
2009-09-23 Panu MatilainenPermit headerConvert() from python
2009-09-23 Panu MatilainenAdd has_key() method to header object
2009-09-23 Panu MatilainenAdd support for creating new header objects
2009-09-23 Panu MatilainenRpm's allocators dont return on OOM, remove unnecessary...
2009-09-22 Panu MatilainenAdd type checking macros for all rpm python type objects
2009-09-22 Panu MatilainenRename python system.h for disambiguation
2009-09-22 Panu MatilainenLose the empty doxygen markers
2009-09-22 Panu MatilainenPut some consistency to python object creation
2009-09-22 Panu MatilainenMake all python object creation wrappers return PyObjec...
2009-09-22 Panu MatilainenDont leak memory on rpm.ds iteration
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
next