upgrade rpm version to 4.14.1
[platform/upstream/rpm.git] / python / rpmte-py.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2012-01-10 Panu MatilainenTransaction element parent is a transaction element...
2012-01-10 Panu MatilainenMinor cleanup to rpmte_Key()
2012-01-02 David Malcolmfix the signatures of the METH_NOARGS callbacks
2011-06-16 Panu MatilainenExport rpmteFailed() to python bindings
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2010-10-22 Panu MatilainenSwitch python bindings to use rpm(Dbi)TagVal as appropriate
2010-03-22 Panu MatilainenLose the useless rpmds refcounting debug junk + switches
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2010-03-13 Panu MatilainenAdd Problems() method to python transaction element...
2009-12-21 Panu MatilainenEliminate the rpmte tsort info manipulation public API
2009-10-19 David MalcolmGeneralize type object initialization to work with...
2009-10-09 Panu MatilainenRevert explicit PyErr_NoMemory() returns to just return...
2009-10-05 Panu MatilainenDead code removal
2009-09-24 Panu MatilainenEnable subtyping on the rest of our type-objects
2009-09-24 Panu MatilainenMake object allocation type agnostic
2009-09-23 Panu MatilainenTurn tagNumFromPyObject() into an object converter...
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-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 MatilainenSanitize python object -> tag number exception handling
2009-09-22 Panu MatilainenUse Py_RETURN_NONE macro for returning None everywhere
2009-09-22 Panu MatilainenUse generic python get/set attribute functions directly...
2009-09-22 Panu MatilainenMake the python object structures opaque
2009-09-22 Panu MatilainenWe dont support ancient python versions...
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2008-11-27 Panu MatilainenDrop the useless "tag" argument from rpmteFI()
2008-06-09 Panu MatilainenUse 64bit type for rpmte package size reporting
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-09-11 Ralf CorsépiusRemove split tags.
2007-06-05 Panu MatilainenPython rpm.te Key() refcount fix (rhbz#182063) from...
2004-11-17 paulnAdd kwargs everywhere - courtesy of pjones@redhat.com
2004-01-01 jbj- python: include Python.h before glibc features.h.
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-04-17 jbjDoxygen doco markup.
2003-03-05 jbjSanity.
2003-01-25 jbj- permit anaconda to choose "presentation order".
2002-12-31 jbjDump multilib code, colored depndencies instead.
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.
2002-12-04 jbjpython: gilding lilies.
2002-12-03 jbjAdd new rpmte methods.
2002-07-14 jbj- python: sanity check fixes on rpmts/rpmte methods.
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-06-03 jbjTeach doxygen about python/*-py.c files.
2002-05-28 jbj- eliminate legacy db methods, add ts.dbMatch method.
2002-05-27 jbjAdd bindings for rpmte and FD_t.