Push most work of ts.addInstall() over to python
[platform/upstream/rpm.git] / python / rpmts-py.c
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..
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
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...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-10 Panu MatilainenAdd python method for for retrieving (without setting...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-01 Panu MatilainenDon't include idtx.h in rpmcli.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-31 Panu MatilainenDisable python available package mechanism for now...
2007-10-28 Ralf CorsépiusInclude "rpmbuild.h" instead of <rpmbuild.h>.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmdb.h" instead of <rpmdb.h>.
2007-10-28 Ralf CorsépiusInclude "rpmpgp.h" instead of <rpmpgp.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-26 Panu MatilainenRename rpmcliImportPubkey() -> rpmtsImportPubkey()
2007-10-24 Panu MatilainenRemove dead code
2007-10-24 Panu MatilainenDon't mess up problem pkgNEVR in python ts.check()...
2007-10-22 Panu MatilainenUse rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_...
2007-10-19 Panu MatilainenRename rpmpsProblem() -> rpmpsGetProblem() to make...
2007-10-19 Panu MatilainenUse rpmProblem access methods instead of direct access...
2007-10-19 Panu MatilainenConvert rpmts-py to use rpmps iterator
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-17 Panu MatilainenMore typos, doh...
2007-09-17 Panu MatilainenTypo..
2007-09-17 Panu MatilainenUse rpmtsGetRdb() instead of poking ts internals
2007-09-11 Ralf CorsépiusRemove split tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Panu MatilainenSanitize SELinux file context initialization.
2007-08-30 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-08-30 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm-cli
2007-08-30 Panu MatilainenMove rollback IDTX out of cli-stuff, its needed by...
2007-07-13 Panu MatilainenKill RH-specific _vsflags_up2date, use generic __vsflag...
2007-07-13 Panu MatilainenClean up python ts object creation.
2007-07-11 Panu MatilainenChar ptr signedness fixes to python bindings.
2007-07-10 Panu MatilainenFix bunch of compiler warnings from python bindings...
2007-06-07 Panu MatilainenTs/db reference counting for match-iterators in python...
next