Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / python / rpmts-py.c
2018-04-26 Taejin WooImported Upstream version 4.14.1 37/177237/1 upstream upstream/4.14.1
2013-06-07 Panu MatilainenAccept Python longs as db instance number too
2013-06-07 Ville SkyttäSpelling fixes.
2011-12-22 David Malcolmmark strings extracted from PyArg_Parse* as "const"
2011-08-25 Panu MatilainenExport rpmtsEmpty() to python as ts.clear()
2011-07-07 Panu MatilainenTake advantage of Fdescr() in rpmReadPackageFile()
2011-07-06 Panu MatilainenRevert the ds, ts, fi and spec python object creation...
2011-07-01 Panu MatilainenFix/sanitize rpm.ts python object creation a bit
2011-03-10 Florian FestiFix whitespace in Python doc string
2011-03-09 Panu MatilainenCut the remaining ties python bindings have to main...
2011-03-09 Panu MatilainenDon't bother with the callback die-die-die error transl...
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2010-11-03 Florian FestiRename rpmdbKeyIterator to rpmdbIndexIterator
2010-10-22 Panu MatilainenSwitch python bindings to use rpm(Dbi)TagVal as appropriate
2010-10-21 Florian FestiFix Python bindings and raise KeyError when there is...
2010-10-21 Florian FestirpmdbKeyIterator: loop over keys in the database indexes
2010-10-19 Panu MatilainenPython dbMatch() doesn't take (or need) len argument...
2010-03-13 Panu MatilainenAdd a helper function for turning rpm problem set into...
2009-12-17 Panu MatilainenMove python ts element key refcounting back to C-side...
2009-12-09 Panu MatilainenFix memleak in python ts.hdrFromFdno()
2009-12-09 Panu MatilainenFix a few list-related memleaks in python bindings
2009-11-18 Panu MatilainenMake python ts.problems() return a python list, not...
2009-10-23 Panu MatilainenPermit unicode as ts.dbMatch() key argument
2009-10-21 Panu MatilainenReplace PyString usage with PyBytes everywhere
2009-10-19 David MalcolmGeneralize type object initialization to work with...
2009-10-19 David MalcolmGeneralize access to ob_type so that they work with...
2009-10-15 Panu MatilainenAccept rpm.fd() types file objects everywhere in python...
2009-10-10 Panu MatilainenOops, configuring wrong ts in rpm.ts() initialization
2009-10-09 Panu MatilainenMove further initialization from python ts tp_new to...
2009-10-09 Panu MatilainenRevert explicit PyErr_NoMemory() returns to just return...
2009-10-09 Panu MatilainenHandle NULL in ts get/setKeyring as python None
2009-10-09 Panu MatilainenPermit setting and getting ts keyring from python
2009-10-05 Panu Matilainenrpmdb open failing is certainly an rpm error, not TypeError
2009-10-05 Panu MatilainenPermit threads during rpmReadPackageFile()
2009-10-05 Panu MatilainenPush hdrFromFdno() error code handling over to python...
2009-10-05 Panu MatilainenPush hdrCheck() error code handling over to python...
2009-10-05 Panu MatilainenPush ts.check() return tuple-o-doom generation over...
2009-10-05 Panu MatilainenPush transaction problem filter to python side
2009-10-05 Panu MatilainenPush the interpretation of ts.run() result code to...
2009-10-02 Panu MatilainenPush most work of ts.addErase() over to python
2009-10-02 Panu MatilainenPush most work of ts.addInstall() over to python
2009-10-02 Panu MatilainenPush the rpmtsGetKeys() stuff over to python completely
2009-10-02 Panu MatilainenSplit rpmbuild dependencies to separate _rpmb module
2009-10-02 Panu MatilainenMove ts flag & color setting to python side
2009-10-02 Panu MatilainenAdd a dummy python-level transaction set class, use...
2009-10-01 Panu MatilainenDeprecation tweaks
2009-10-01 Panu MatilainenGeneralize python ts flags and colors set/get foo
2009-10-01 Panu MatilainenMake python ts rootDir appear as a read-only attribute
2009-10-01 Panu MatilainenAdd python getter for transaction id
2009-10-01 Panu MatilainenEliminate python ts scriptFd kludgery
2009-09-30 Panu MatilainenEliminate unused python ts iterator filter stuff
2009-09-30 Panu MatilainenTurn hdrGetHeader() into argument parsing converter...
2009-09-28 Panu MatilainenRequire expected type in PyArg_ParseTupleAndKeywords...
2009-09-24 Panu MatilainenEliminate all custom tp_free() type methods
2009-09-24 Panu MatilainenEnable subtyping on rpm.ts class
2009-09-24 Panu MatilainenCall generic python setattr if not scriptFd
2009-09-24 Panu Matilainentp_setattro() is supposed to return -1 on errors
2009-09-24 Panu MatilainenCall (sub)type tp_free from destructors
2009-09-24 Panu MatilainenMake object allocation type agnostic
2009-09-23 Panu MatilainenRemove unnecessary header type checking
2009-09-23 Panu MatilainenDecouple python spec objects from transaction objects
2009-09-23 Panu MatilainenTurn tagNumFromPyObject() into an object converter...
2009-09-23 Panu MatilainenTurn rpmFdFromPyObject() into an object converter interface
2009-09-23 Panu MatilainenAccept any file object in ts.hdrFromFdno()
2009-09-23 Panu MatilainenLose the debug junk from python bindings
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 MatilainenLose unnecessary next() methods
2009-09-22 Panu MatilainenAll rpm-python iterators are self-iterators, just use...
2009-09-22 Panu MatilainenSanitize python object -> tag number exception handling
2009-09-22 Panu MatilainenRemove useless rpmts python initialization
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 MatilainenMake the python object structures opaque
2009-09-22 Panu MatilainenWe dont support ancient python versions...
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-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-05-19 Panu MatilainenDon't mess up problem altNEVR in python ts.check()...
2009-03-13 Panu Matilainenrpm-python only accepts string objects, not unicode
2009-03-13 Panu MatilainenCatch exceptions from python conversions in dbMatch()
2008-11-12 Panu MatilainenDon't bother retrieving db offset for erase elements
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-06-27 Panu MatilainenAdjust python callback for amount+total type change
2008-06-11 Panu MatilainenMake rpmps generic number field 64bit, rename getter...
2008-06-09 Panu MatilainenUse rpm_loff_t for transaction callback amount+total...
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 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 MatilainenRip the horrible (ia64) autorelocate kludgery. RIP.
2008-02-04 Panu MatilainenMake check-programs build again, assorted type-fiddlings..
next