Add librpm-tizen.spec file & Debian packaging.
[tools/librpm-tizen.git] / python / header-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
2012-02-21 Panu MatilainenRaise exception in python on headerGet() invalid data...
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 Kozumplikpython: use the more modern PyCapsule over PyCObject...
2011-09-01 Panu MatilainenAvoid SystemError on inserting an empty list insert...
2011-07-06 Panu MatilainenFix the broken python header __getattr__() behavior...
2011-07-06 Panu MatilainenAdd __reduce__() method to python header object
2011-03-09 Panu MatilainenEliminate unnecessary _free() usages in python
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2010-11-17 Panu MatilainenAvoid enum as function argument for headerConvert()
2010-10-22 Panu MatilainenSwitch python bindings to use rpm(Dbi)TagVal as appropriate
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
2009-12-09 Panu MatilainenFix a few list-related memleaks in python bindings
2009-12-07 Panu MatilainenMake python header iterator return keys, not values
2009-11-27 Panu MatilainenCorrectly pass optional tag argument from hdr.dsFromHea...
2009-11-27 Panu MatilainenDont try to pass anything to rpm.fi() from hdr.fiFromHe...
2009-11-24 Panu MatilainenNuke leftover debug junk
2009-11-24 Panu MatilainenSupport constructing header data from python
2009-11-23 Panu MatilainenFix hdrContains() return value on error
2009-11-21 Panu MatilainenRemove hdr.has_key() method, support 'key in h' style...
2009-11-21 Panu MatilainenRemove unnecessary hdr.instance() method
2009-11-19 Panu MatilainenPermit header object generation from PyCObjects
2009-10-28 Panu MatilainenEliminate the ambigious tp_compare from rpm.hdr
2009-10-23 Panu MatilainenAllow unicode objects as tag name everywhere
2009-10-23 Panu MatilainenAdd conversion function for handling python unicode...
2009-10-21 Panu MatilainenReplace PyString usage with PyBytes everywhere
2009-10-19 Panu MatilainenRemove leftovers from python header files
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-15 Panu MatilainenAccept rpm.fd() types file objects everywhere in python...
2009-10-12 Panu MatilainenRaise exception in the converter, not caller
2009-10-12 Panu MatilainenAdd limited support for modifying headers to python
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 MatilainenAdd python method for retrieving header "instance"...
2009-10-01 Panu MatilainenDeprecation tweaks
2009-10-01 Panu MatilainenFix couple of recently introduced compiler warnings
2009-09-30 Panu MatilainenTake advantage of headerNextTag() in python hdr.keys()
2009-09-30 Panu MatilainenAdd iterator support to python header objects
2009-09-30 Panu MatilainenTurn hdrGetHeader() into argument parsing converter...
2009-09-30 Panu MatilainenSanitize getattr behavior of header objects
2009-09-28 Panu MatilainenImplement rpm.readHeaderFromFD() in python instead...
2009-09-28 Panu MatilainenImplement rpm.readHeaderListFromFD() in python instead...
2009-09-28 Panu MatilainenImplement rpmreadHeaderListFromFile() in python instead...
2009-09-28 Panu MatilainenArrange rpm.headerLoad() compatibility on python level
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 MatilainenDecouple python spec objects from transaction objects
2009-09-23 Panu MatilainenAdd rpmtd to python object converter, change header...
2009-09-23 Panu MatilainenTurn tagNumFromPyObject() into an object converter...
2009-09-23 Panu MatilainenTurn rpmFdFromPyObject() into an object converter interface
2009-09-23 Panu MatilainenPermit any file object in rpm.readHeaderListFromFD()
2009-09-23 Panu MatilainenPermit file objects in python header constructor
2009-09-23 Panu MatilainenAdd write() method to python headers
2009-09-23 Panu MatilainenAdd hdr.format(), deprecate hdr.sprintf()
2009-09-23 Panu MatilainenMake fiFromHeader() static inside header-py, deprecate
2009-09-23 Panu MatilainenDeprecate rpm.headerLoad()
2009-09-23 Panu MatilainenDeprecate header filelist munging methods
2009-09-23 Panu MatilainenEliminate unnecessary function
2009-09-23 Panu MatilainenPermit headerConvert() from python
2009-09-23 Panu MatilainenAdd has_key() method to header object
2009-09-23 Panu MatilainenAdd support for creating new header objects
2009-09-23 Panu MatilainenRpm's allocators dont return on OOM, remove unnecessary...
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 MatilainenWe dont support ancient python versions...
2009-08-14 Panu MatilainenAdd isSource() method to python header object (ticket...
2009-02-05 Panu MatilainenFix typo in python bindings documentation (Masatake...
2008-12-04 Panu MatilainenFix python header retrieval return type for non-existen...
2008-10-10 Panu MatilainenConvert in-tree users to headerConvert()
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-06-10 Panu MatilainenEliminate rpmfiBuildFNames() use in python
2008-05-26 Panu MatilainenConvert python rpmMergeHeaders to new interfaces
2008-05-26 Panu MatilainenConvert python hdrKeyList() to new header iterator...
2008-05-15 Panu MatilainenLet rpmtdFreeData() do it's job...
2008-05-15 Panu MatilainenMinimal conversion of in-rpm python bindings to new...
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-04-10 Panu MatilainenJust call legacyRetrofit() instead of combined compress...
2008-04-03 Panu MatilainenShut up a few silly compiler warnings that have crept in
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 MatilainenUse rpmTagType always now that it's available everywhere
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenBunch of const char* corrections
next