Add librpm-tizen.spec file & Debian packaging.
[tools/librpm-tizen.git] / python / rpmmi-py.c
2023-11-16 xuhyAdd librpm-tizen.spec file & Debian packaging. 60/301360/6 devel master
2023-11-16 wangbiaoUpgrade version to 4.14 71/301471/1 tizen/4.14.1.1.tizen20230628
2023-03-10 biao716.wangFix build error with Ubuntu22.04 51/289251/3 tizen/4.11.0.1.tizen20231101
2014-06-09 Markus LehtonenMake python module name configurable
2012-01-02 David Malcolmfix the signatures of the METH_NOARGS callbacks
2011-12-22 David Malcolmmark strings extracted from PyArg_Parse* as "const"
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-24 Ville SkyttäDocument deprecation of mi.count() and ds.Count().
2010-03-24 Panu MatilainenAdd __bool__() / __nonzero__() method to python rpmmi...
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-09 Panu MatilainenRevert explicit PyErr_NoMemory() returns to just return...
2009-10-01 Panu MatilainenDeprecation tweaks
2009-10-01 Panu MatilainenOops, these are mappings, not dicts...
2009-09-30 Panu MatilainenDeprecate custom foo.count() methods, support len(...
2009-09-24 Panu MatilainenEnable subtyping on the rest of our type-objects
2009-09-24 Panu MatilainenCall (sub)type tp_free from destructors
2009-09-24 Panu MatilainenMake object allocation type agnostic
2009-09-23 Panu MatilainenTurn tagNumFromPyObject() into an object converter...
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 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...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
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-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-10-28 Ralf CorsépiusInclude "rpmdb.h" instead of <rpmdb.h>.
2007-09-11 Ralf CorsépiusRemove split tags.
2007-06-07 Panu MatilainenTs/db reference counting for match-iterators in python...
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.
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-08-09 jbj- python: include instance in IDTXload, filename in...
2002-08-05 jbj- python: the death of rpmdb-py.[ch], use ts.fooDB...
2002-07-25 jbj- python: add ts.hdrCheck(), ts.rebuildDB() methods.
2002-07-19 jbjRemove foo.iter() method, use tp_iter mechanism, for...
2002-07-14 jbj- python: sanity check fixes on rpmts/rpmte methods.
2002-06-03 jbjTeach doxygen about python/*-py.c files.
2002-06-01 jbj- fix: use getgrnam, not getpwnam, to convert gid ...
2002-05-28 jbj- eliminate legacy db methods, add ts.dbMatch method.