summaryrefslogtreecommitdiff
path: root/python/rpmsystem-py.h
Commit message (Expand)AuthorAgeFilesLines
* Replace all PyInt_* uses with PyLong_* in the codebasePanu Matilainen2019-08-121-10/+0
* Un-inline utf8FromString() python helper now that we canPanu Matilainen2019-05-271-12/+1
* Return NULL string as None from utf8FromString()Panu Matilainen2019-02-261-2/+8
* In Python 3, return all our string data as surrogate-escaped utf-8 stringsPanu Matilainen2019-02-221-0/+7
* Bump the minimum Python version requirement to 2.7Panu Matilainen2018-10-041-33/+0
* Define PY_SSIZE_T_CLEANLubos Kardos2015-09-181-0/+1
* Python 2/3 compat define for PyInt_AsSsize_t, used by rpmfilesPanu Matilainen2014-02-131-0/+1
* inverse the macro definition condition in c87ad03.Ales Kozumplik2011-11-181-1/+1
* python: use the more modern PyCapsule over PyCObject (RhBug:623864).Ales Kozumplik2011-11-181-0/+10
* Fix the PyBytes vs PyString compatibility definesPanu Matilainen2011-03-091-5/+5
* Python 3 fixupsPanu Matilainen2011-03-091-0/+2
* Cut the remaining ties python bindings have to main rpm sourcesPanu Matilainen2011-03-091-2/+0
* On Python 3, use macros to alias all usage of PyInt_ to PyLong_ equivalentsPanu Matilainen2009-10-211-0/+7
* Replace PyString usage with PyBytes everywherePanu Matilainen2009-10-211-0/+7
* PyVarObject_HEAD_INIT() compatibility macro for Python < 2.6Panu Matilainen2009-10-191-0/+7
* Py_TYPE() compatibility macro for Python < 2.6Panu Matilainen2009-10-191-0/+4
* Include structmembers.h centrally from rpmsystem-py.hPanu Matilainen2009-10-011-1/+2
* Rename python system.h for disambiguationPanu Matilainen2009-09-221-0/+17