Call (sub)type tp_free from destructors
[platform/upstream/rpm.git] / python / header-py.c
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
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-27 Panu MatilainenMove rpmfiBuildFNames() to rpmfi now that it's possible
2007-11-27 Panu MatilainenMove legacy%#¤%#¤ to librpm now that it can move..
2007-11-27 Panu MatilainenRemove long since dead fields from python header objects
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-11-07 Panu MatilainenRemove bunch of unnecessary misc.h includes, document...
2007-10-29 Panu MatilainenRemove unused variable
2007-10-29 Panu MatilainenAvoid need for header_internal.h
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-23 Panu MatilainenRemove bunch of unnecessary rpmio_internal & related...
2007-09-20 Panu MatilainenRename tagName/Value/Type() to rpmTagGet*()
2007-09-20 Panu MatilainenRemove the "dressed" rpmHeaderGetEntry() from API
2007-09-11 Ralf CorsépiusRemove split tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-08-30 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-08-30 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm-cli
2007-08-30 Panu MatilainenGet rpmcli.h includes out of python bindings
2007-08-28 Ralf Corsépiushg sucks rocks
2007-08-28 Panu MatilainenSupport accessing header info in python by object attri...
2007-07-18 Panu MatilainenUse type from headerGet*(), not tagType() for now
2007-07-16 Panu MatilainenUse tagType() for determining header data types (array...
2007-07-13 Panu MatilainenUse tagValue() for name->tag lookups instead of manuall...
2007-07-12 Panu MatilainenRip out rhnLoad() and rhnUnload() from python bindings.
2007-07-12 Panu MatilainenSome obvious "missing const" cases...
2007-07-10 Panu MatilainenMore python method pointer type fixes.
2007-06-11 Panu MatilainenTreat null epoch equal to zero epoch in python labelCom...
2007-06-05 Panu MatilainenForce FILEVERIFYFLAGS to be a list in python bindings.
2007-05-10 Paul NasratAdd patch to treat changelog as list
2005-03-07 jbjCasts on lvalues are no longer permitted by gcc4.0.
2004-11-25 jbj- python: bleeping keywords broke labelCompare.
2004-11-17 paulnAdd kwargs everywhere - courtesy of pjones@redhat.com
2004-05-04 niemeyer- Adding support for integer keys in ts.dbMatch().
2004-02-21 jbjTypo.
2004-02-21 jbjFix typo.
2004-02-20 sopwithanother oops
2004-02-20 sopwithoops
2004-02-20 sopwithFurther fixes related to 113661
2004-01-26 jbj- python: throw exception on bad arg to labelCompare...
2004-01-16 jbjQuick fix for [] vs None retrun.
2004-01-14 jbjReturn [] for tags with no contents.
2004-01-01 jbj- python: include Python.h before glibc features.h.
2004-01-01 paulnReturn [] for lists see #112794
2003-12-22 paulnFix for lists in P/R/O/C see bug #110226
2003-05-16 jbjfix: do headerFree after headerRead.
2003-05-06 jbjFix s/bc/mpw/ typos in mpstr.
2003-04-17 jbjDoxygen doco markup.
2002-12-18 jbj- add --file{class,provide,require} popt aliases and...
2002-12-10 jbjAdd tp_{init,alloc,new,free} methods to rpmts.
2002-12-04 jbjpython: gilding lilies.
2002-11-30 jbj- upgrade to elfutils-0.63.
next