summaryrefslogtreecommitdiff
path: root/python/header-py.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Accept rpm.fd() types file objects everywhere in python bindingsPanu Matilainen1-8/+9
2009-10-12Raise exception in the converter, not callerPanu Matilainen1-1/+0
2009-10-12Add limited support for modifying headers to pythonPanu Matilainen1-1/+19
2009-10-09Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen1-1/+1
2009-10-05Handle all rpmds variants in its constructorPanu Matilainen1-1/+14
2009-10-01Add python method for retrieving header "instance" (db recno) numberPanu Matilainen1-0/+7
2009-10-01Deprecation tweaksPanu Matilainen1-11/+5
2009-10-01Fix couple of recently introduced compiler warningsPanu Matilainen1-1/+1
2009-09-30Take advantage of headerNextTag() in python hdr.keys()Panu Matilainen1-29/+6
2009-09-30Add iterator support to python header objectsPanu Matilainen1-3/+21
2009-09-30Turn hdrGetHeader() into argument parsing converter interfacePanu Matilainen1-3/+9
2009-09-30Sanitize getattr behavior of header objectsPanu Matilainen1-12/+20
2009-09-28Implement rpm.readHeaderFromFD() in python instead of CPanu Matilainen1-44/+0
2009-09-28Implement rpm.readHeaderListFromFD() in python instead of CPanu Matilainen1-52/+0
2009-09-28Implement rpmreadHeaderListFromFile() in python instead of CPanu Matilainen1-23/+0
2009-09-28Arrange rpm.headerLoad() compatibility on python levelPanu Matilainen1-6/+0
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