summaryrefslogtreecommitdiff
path: root/python/rpmtd-py.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Make python module name configurableMarkus Lehtonen1-2/+2
2012-03-08Optimize header data python conversion for array tags a bitPanu Matilainen1-4/+4
2011-12-21handle errors when constructing lists in the Python bindingsDavid Malcolm1-0/+7
2010-10-22Switch python bindings to use rpm(Dbi)TagVal as appropriatePanu Matilainen1-2/+2
2010-09-21Avoid stepping on toes of relatives, part 2Panu Matilainen1-5/+5
2010-09-21Use the new tag type/return type getters everywherePanu Matilainen1-2/+1
2009-12-09Fix a few list-related memleaks in python bindingsPanu Matilainen1-1/+3
2009-12-07Disable the entire rpm.td type for nowPanu Matilainen1-1/+2
2009-10-21Replace PyString usage with PyBytes everywherePanu Matilainen1-3/+3
2009-10-19Generalize type object initialization to work with both Python 2.* and Python...David Malcolm1-2/+1
2009-10-19Generalize access to ob_type so that they work with both Python 2.* and Pytho...David Malcolm1-1/+1
2009-10-12Raise exception in the converter, not callerPanu Matilainen1-0/+1
2009-10-12Permit changing rpm.td tag from pythonPanu Matilainen1-2/+23
2009-10-12Add limited support for modifying headers to pythonPanu Matilainen1-0/+11
2009-10-09Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen1-1/+1
2009-10-01Fix couple of recently introduced compiler warningsPanu Matilainen1-1/+1
2009-10-01Include structmembers.h centrally from rpmsystem-py.hPanu Matilainen1-1/+0
2009-09-30Add some flags to rpmtd creationPanu Matilainen1-6/+16
2009-09-30Add beginnings of rpmtd wrappings to pythonPanu Matilainen1-0/+118
2009-09-23Oops, binary data can and should be presented as python stringsPanu Matilainen1-9/+1
2009-09-23Add rpmtd to python object converter, change header code to use thatPanu Matilainen1-0/+61