Handle config.guess and config.sub with DOS EOLs
[platform/upstream/rpm.git] / python /
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
2018-01-25 Panu MatilainenAdd scriptlet-specific disablers for %pretrans and... 03/168303/1 submit/tizen_base/20180330.050344
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-05-16 Panu MatilainenExplicitly differentate internal/exported file attributes
2012-03-08 Panu MatilainenOptimize python db index instances list generation...
2012-03-08 Panu MatilainenOptimize header data python conversion for array tags...
2012-02-21 Panu MatilainenRaise exception in python on headerGet() invalid data...
2012-01-28 Panu MatilainenDon't assume rpmfiNew() always succeeds
2012-01-10 Panu MatilainenTransaction element parent is a transaction element...
2012-01-10 Panu MatilainenMinor cleanup to rpmte_Key()
2012-01-05 Panu MatilainenAdd enum for RPMCALLBACK_INST_STOP callback event
2012-01-03 Panu MatilainenImplement scriptlet start and stop callbacks (RhBug...
2012-01-02 David Malcolmfix the signatures of the METH_NOARGS callbacks
2012-01-02 David Malcolmfix use-after-free within rpmfdFromPyObject's error...
2011-12-22 David Malcolmmark strings extracted from PyArg_Parse* as "const"
2011-12-21 Ales Kozumpliktypo in header-py.c.
2011-12-21 David Malcolmhandle errors when constructing lists in the Python...
2011-12-21 David Malcolmfix memory leaks in invocations of PyObject_Call
2011-11-30 Panu MatilainenUpdate internal callers to use headerExport(), no funct...
2011-11-18 Ales Kozumplikinverse the macro definition condition in c87ad03.
2011-11-18 Ales Kozumplikpython: use the more modern PyCapsule over PyCObject...
2011-10-11 Mukund Sivaramanbuild: Update .gitignore rules
2011-09-01 Panu MatilainenOops, RPMSENSE_PRETRANS and _POSTTRANS missing from...
2011-09-01 Panu MatilainenOops, missing include for rpmFreeMacros() in python...
2011-09-01 Panu MatilainenAvoid SystemError on inserting an empty list insert...
2011-09-01 Panu MatilainenAdd method to reset + reload rpm configuration to pytho...
2011-08-29 Panu MatilainenAdd a new pseudo index for actually installed files
2011-08-25 Panu MatilainenExport rpmtsEmpty() to python as ts.clear()
2011-07-07 Panu MatilainenTake advantage of Fdescr() in rpmReadPackageFile()
2011-07-07 Panu MatilainenTeach python rpmio bindings about Fdescr()
2011-07-06 Panu MatilainenFix the broken python header __getattr__() behavior...
2011-07-06 Panu MatilainenAdd __reduce__() method to python header object
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-07-01 Panu MatilainenFix/sanitize rpm.ts python object creation a bit
2011-07-01 Panu MatilainenFix/sanitize rpm.fi python object creation a bit
2011-07-01 Panu MatilainenFix/sanitize rpm.spec python object creation
2011-07-01 Panu MatilainenFix/sanitize rpm.fd python object creation
2011-07-01 Panu MatilainenFix the totally broken rpm.fd() read method
2011-06-16 Panu MatilainenExport rpmteFailed() to python bindings
2011-06-09 Panu MatilainenEww, python ds.Instance() doesn't take any arguments
2011-03-10 Florian FestiFix whitespace in Python doc string
2011-03-09 Panu MatilainenFix the PyBytes vs PyString compatibility defines
2011-03-09 Panu MatilainenPython 3 fixups
2011-03-09 Panu MatilainenPreliminary distutils support for the python bindings
2011-03-09 Panu MatilainenCut the remaining ties python bindings have to main...
2011-03-09 Panu MatilainenDon't bother with the callback die-die-die error transl...
2011-03-09 Panu MatilainenEliminate unnecessary _free() usages in python
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2011-03-04 Panu MatilainenThrow an exception from Fseek() errors in python rpmfd...
2011-03-04 Panu MatilainenRemove unused return code variable
2011-02-20 Panu MatilainenAllow both string + unicode in python addInstall()...
2011-02-15 Panu MatilainenImport the C-level ts python object as TransactionSetCore
2011-01-21 Panu MatilainenFix python documentation wrt dbIndex()
2010-12-16 Panu MatilainenPermit comparison operator strings (<, >= etc) in pytho...
2010-11-23 Panu MatilainenOops, missing include in previous commit
2010-11-23 Panu MatilainenPermit unicode paths in rpm.fd() (RhBug:654145)
2010-11-17 Panu MatilainenAvoid enum as function argument for headerConvert()
2010-11-11 Florian FestiRename rpm.ii.offsets() to .instances() to match name...
2010-11-03 Florian FestiMerge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySi...
2010-11-03 Florian FestiRename rpmdbKeyIterator to rpmdbIndexIterator
2010-11-03 Florian FestiGive access to the pkg offset and tag num of the index...
2010-10-22 Panu MatilainenBah, couple of missed places for librpmsign moving
2010-10-22 Panu MatilainenTeach python about the new RPMDBI_* tags
2010-10-22 Panu MatilainenSwitch python bindings to use rpm(Dbi)TagVal as appropriate
2010-10-21 Florian FestiFix Python bindings and raise KeyError when there is...
2010-10-21 Florian FestiFix typo / erroneously deleted line
2010-10-21 Florian FestirpmdbKeyIterator: loop over keys in the database indexes
2010-10-19 Panu MatilainenPython dbMatch() doesn't take (or need) len argument...
2010-10-13 Panu MatilainenAdd python bindings for librpmsign
2010-10-12 Eric W. BiedermanAdd a python accessor for the source header
2010-10-01 Panu MatilainenAnd now python bindings are really free of librpmbuild...
2010-10-01 Panu MatilainenKill spec.buildRoot from python
2010-10-01 Panu MatilainenUse the new spec section getter in python bindings
2010-10-01 Panu MatilainenUse the new spec src/pkg API in python instead of direc...
2010-10-01 Panu MatilainenUse namespaced names for spec pkg and source opaque...
2010-10-01 Panu MatilainenFinish off our librpmbuild API mass-murder by turning...
2010-10-01 Panu MatilainenForce shared build of python extension
2010-10-01 Panu MatilainenHandle enable/disable python to configure.ac more sanely
2010-09-22 Panu MatilainenUse HEADER_MAGIC_FOO enums instead of 0/1 in python...
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 2
2010-09-21 Panu MatilainenUse the new tag type/return type getters everywhere
2010-09-02 Panu MatilainenPermit passing spec parse flags in python too
2010-09-02 Panu MatilainenAdd an experimental low-level build method to python...
2010-09-02 Panu MatilainenAdd the various spec + build flags to python
2010-09-01 Panu MatilainenRename freeSpec() -> rpmSpecFree() for namespacing
2010-09-01 Panu MatilainenUpdate callers to use the new rpmSpecParse() interface
2010-09-01 Panu MatilainenSpec rootDir is only relevant for building, eliminate...
2010-06-22 Panu MatilainenFix python ts.check() dependency tuple munging
2010-05-19 Panu MatilainenHandle non-existent dependency sets in python (RhBug...
2010-05-04 Panu MatilainenRename python module version symbol to __version__...
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-29 Panu MatilainenLose unused RPMSENSE_PATCHES
2010-03-29 Panu MatilainenDrop "support" for per-scriptlet build-requires
2010-03-26 Panu MatilainenAdd ds.Instance() method to python bindings
2010-03-26 Panu MatilainenTake advantage of rpmdsCurrent() in python bindings
2010-03-26 Panu MatilainenChange the problem data arrangement for dependency...
2010-03-26 Panu MatilainenUse the new problem set iterator where it makes more...
2010-03-24 Ville SkyttäDocument deprecation of mi.count() and ds.Count().
next