summaryrefslogtreecommitdiff
path: root/python/header-py.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Enable subtyping on the rest of our type-objectsPanu Matilainen1-1/+1
2009-09-24Call (sub)type tp_free from destructorsPanu Matilainen1-1/+1
2009-09-24Make object allocation type agnosticPanu Matilainen1-5/+5
2009-09-23Decouple python spec objects from transaction objectsPanu Matilainen1-5/+0
2009-09-23Add rpmtd to python object converter, change header code to use thatPanu Matilainen1-107/+7
2009-09-23Turn tagNumFromPyObject() into an object converter interfacePanu Matilainen1-9/+12
2009-09-23Turn rpmFdFromPyObject() into an object converter interfacePanu Matilainen1-9/+5
2009-09-23Permit any file object in rpm.readHeaderListFromFD()Panu Matilainen1-3/+3
2009-09-23Permit file objects in python header constructorPanu Matilainen1-1/+7
2009-09-23Add write() method to python headersPanu Matilainen1-1/+27
2009-09-23Add hdr.format(), deprecate hdr.sprintf()Panu Matilainen1-1/+9
2009-09-23Make fiFromHeader() static inside header-py, deprecatePanu Matilainen1-0/+7
2009-09-23Deprecate rpm.headerLoad()Panu Matilainen1-22/+4
2009-09-23Deprecate header filelist munging methodsPanu Matilainen1-0/+8
2009-09-23Eliminate unnecessary functionPanu Matilainen1-6/+2
2009-09-23Permit headerConvert() from pythonPanu Matilainen1-0/+13
2009-09-23Add has_key() method to header objectPanu Matilainen1-0/+11
2009-09-23Add support for creating new header objectsPanu Matilainen1-1/+30
2009-09-23Rpm's allocators dont return on OOM, remove unnecessary checkPanu Matilainen1-5/+1
2009-09-22Rename python system.h for disambiguationPanu Matilainen1-1/+1
2009-09-22Lose the empty doxygen markersPanu Matilainen1-48/+0
2009-09-22Put some consistency to python object creationPanu Matilainen1-0/+2
2009-09-22Make all python object creation wrappers return PyObject pointersPanu Matilainen1-6/+6
2009-09-22Sanitize python object -> tag number exception handlingPanu Matilainen1-11/+10
2009-09-22Use Py_RETURN_NONE macro for returning None everywherePanu Matilainen1-8/+4
2009-09-22We dont support ancient python versions...Panu Matilainen1-2/+0
2009-08-14Add isSource() method to python header object (ticket #32)Panu Matilainen1-0/+7
2009-02-05Fix typo in python bindings documentation (Masatake YAMATO)Panu Matilainen1-1/+1
2008-12-04Fix python header retrieval return type for non-existent tags (rhbz#473239)Panu Matilainen1-16/+10
2008-10-10Convert in-tree users to headerConvert()Panu Matilainen1-7/+5
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-1/+1
2008-06-10Eliminate rpmfiBuildFNames() use in pythonPanu Matilainen1-12/+7
2008-05-26Convert python rpmMergeHeaders to new interfacesPanu Matilainen1-19/+22
2008-05-26Convert python hdrKeyList() to new header iterator interfacePanu Matilainen1-4/+6
2008-05-15Let rpmtdFreeData() do it's job...Panu Matilainen1-9/+1
2008-05-15Minimal conversion of in-rpm python bindings to new headerGet()Panu Matilainen1-102/+23
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen1-2/+2
2008-04-10Just call legacyRetrofit() instead of combined compress + provide retrofitsPanu Matilainen1-5/+3
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen1-1/+1
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-1/+1
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-5/+5
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-4/+9
2008-01-30Include spring-cleaningPanu Matilainen1-2/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-2/+2
2007-12-14Bogus const removal continued...Panu Matilainen1-1/+1
2007-12-14Bunch of const char* correctionsPanu Matilainen1-2/+3
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-4/+4
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-8/+11
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-6/+7