fix msm-plugin.c svace issue: make sure dupPath is not NULL before strchr()
[platform/upstream/rpm.git] / python / rpmtd-py.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2012-03-08 Panu MatilainenOptimize header data python conversion for array tags...
2011-12-21 David Malcolmhandle errors when constructing lists in the Python...
2010-10-22 Panu MatilainenSwitch python bindings to use rpm(Dbi)TagVal as appropriate
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 MatilainenDisable the entire rpm.td type for now
2009-10-21 Panu MatilainenReplace PyString usage with PyBytes everywhere
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-12 Panu MatilainenRaise exception in the converter, not caller
2009-10-12 Panu MatilainenPermit changing rpm.td tag from python
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-01 Panu MatilainenFix couple of recently introduced compiler warnings
2009-10-01 Panu MatilainenInclude structmembers.h centrally from rpmsystem-py.h
2009-09-30 Panu MatilainenAdd some flags to rpmtd creation
2009-09-30 Panu MatilainenAdd beginnings of rpmtd wrappings to python
2009-09-23 Panu MatilainenOops, binary data can and should be presented as python...
2009-09-23 Panu MatilainenAdd rpmtd to python object converter, change header...