Lose unnecessary next() methods
[platform/upstream/rpm.git] / python / rpmts-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 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...
2007-05-23 Panu MatilainenRaise an exception if adding an install/upgrade element...
2007-05-16 Paul Nasratdbmatch keys can be unicode objects also (#219008)
2005-02-12 jbj- zlib: uniqify certain symbols to prevent name space...
2005-01-28 jbj- python: force dbMatch() h# key to be 32 bit integer...
2005-01-23 jbj- blueprint rpm-4_4 and HEAD to minimize diff spew.
2004-11-17 paulnAdd kwargs everywhere - courtesy of pjones@redhat.com
2004-10-31 jbj- python: remove ".A" from creaky ts.check() tuple...
2004-10-13 jbjSplint fiddles.
2004-10-13 jbjReturn current problem set form transaction.
2004-10-11 paulnDon't include Arch in release for backwards compat...
2004-06-11 jbj- python: permit integer keys to ts.dbMatch().
2004-05-04 niemeyer- Adding support for integer keys in ts.dbMatch().
2004-03-11 paulnFix splint warnings for spec
2004-03-10 paulnInitial rpm.spec implementation
2004-01-28 paulnEnable selinux contexts in rpmtsRun - patch from Jeremy...
2004-01-22 jbjBuild with gcc-2.95.3 and python-2.2, remove incompat...
2004-01-01 jbj- python: include Python.h before glibc features.h.
2003-12-30 jbj- use -fPIC -DPIC on all platforms, not just mandatory...
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-18 jbjpython: missed tuple refcount in IDTXload/IDTXglob.
2003-04-17 jbjTypos and transfer trash.
2003-04-17 jbjDoxygen doco markup.
2003-04-16 jbj- resurrect manifests, RPMRC_NOTFOUND returned by readL...
2002-12-31 jbj1st crack at colored installs.
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.
next