Add librpm-tizen.spec file & Debian packaging.
[tools/librpm-tizen.git] / python / rpmds-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
2014-06-09 Markus LehtonenMake python module name configurable
2011-07-06 Panu MatilainenRevert the ds, ts, fi and spec python object creation...
2011-07-01 Panu MatilainenFix/sanitize rpm.ds python object creation a bit
2011-06-09 Panu MatilainenEww, python ds.Instance() doesn't take any arguments
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2011-03-04 Panu MatilainenRemove unused return code variable
2010-12-16 Panu MatilainenPermit comparison operator strings (<, >= etc) in pytho...
2010-10-22 Panu MatilainenSwitch python bindings to use rpm(Dbi)TagVal as appropriate
2010-05-19 Panu MatilainenHandle non-existent dependency sets in python (RhBug...
2010-03-29 Panu MatilainenRemove unused dependency set file reference count
2010-03-29 Panu MatilainenRemove unused and non-sensible depedency set build...
2010-03-26 Panu MatilainenAdd ds.Instance() method to python bindings
2010-03-26 Panu MatilainenTake advantage of rpmdsCurrent() in python bindings
2010-03-24 Ville SkyttäDocument deprecation of mi.count() and ds.Count().
2009-10-28 Panu MatilainenEliminate ambiguous tp_compare and tp_richcompare from...
2009-10-28 Panu MatilainenAdd ds.Compare() as a thin wrapper over rpmdsCompare()
2009-10-28 Panu MatilainenType-check rpm.ds() comparison/search arguments everywhere
2009-10-28 Panu MatilainenRip out stillborn code
2009-10-27 Panu MatilainenArgh, typo in previous commit
2009-10-27 Panu MatilainenRemove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds...
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-05 Panu MatilainenHandle all rpmds variants in its constructor
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-30 Panu MatilainenTurn hdrGetHeader() into argument parsing converter...
2009-09-24 Panu MatilainenEnable subtyping on the rest of our type-objects
2009-09-24 Panu MatilainenEliminate all custom tp_free() type methods
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-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 MatilainenDont leak memory on rpm.ds iteration
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 MatilainenDont leak memory from rpm.dsSingle()
2009-09-22 Panu MatilainenSimplify dsFromHeader()
2009-09-22 Panu MatilainenSanitize python object -> tag number exception handling
2009-09-22 Panu MatilainenMove allocations out of rpmds object init method
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 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-06-16 Panu MatilainenEliminate now unnecessary artifacts of rpmdsNext()...
2008-10-30 Panu MatilainenChange all in-tree rpmdsNew() uses to non-scaremem
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenPort some rpmds improvements from rpm5.org
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
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 Panu MatilainenMove the xstr*() string variants from rpmio.h to rpmstr...
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-07-10 Panu MatilainenMore python method pointer type fixes.
2007-07-10 Panu MatilainenCast to PyObject to avoid compiler whining
2007-07-10 Panu MatilainenFix bunch of compiler warnings from python bindings...
2004-11-17 paulnAdd kwargs everywhere - courtesy of pjones@redhat.com
2004-10-13 jbjSplint fiddles.
2004-10-13 jbjPermit ds = rpm.ds(h, tagN, flags) creator, analogous...
2004-10-11 jbjAdd Find and Merge methods, Sort stub.
2004-06-10 jbj- python: return ds, not tuple, for ds iteration.
2004-06-10 paulnReturn a single ds if you try and iterate over a single ds
2004-03-29 jbjProof-of-concept for arch filtered dependencies.
2004-03-28 jbj- use package build time as EVR comparison tie breaker.
2004-03-11 jbjsubstititute labelCompare into rpmds_compare; map rpmds...
2004-01-01 jbj- python: include Python.h before glibc features.h.
2003-12-18 jbj- fix: ds.Single() method needs malloc'd elements ...
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-17 jbjDoxygen doco markup.
2002-12-30 jbj- use rpmfiFDepends() underneath --fileprovide and...
2002-12-11 jbjAdd iterators to rpmfts-py.c.
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-07-19 jbjRemove foo.iter() method, use tp_iter mechanism, for...
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-05-28 jbj- eliminate legacy db methods, add ts.dbMatch method.
2002-05-28 jbj- add rpmal/rpmte/rpmfd methods to bindings.
2002-05-27 jbjAdd rpmal bindings, Grand Renaming to rpmalFoo().
2002-05-23 jbj- add rpmds/rpmfi/rpmts methods to bindings.
2002-05-23 jbjCreate rpmts-py.c.
2002-05-23 jbjrpmds and rpmfi iterators, take 0.
next