summaryrefslogtreecommitdiff
path: root/python/py3compat.h
Commit message (Expand)AuthorAgeFilesLines
* py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett2019-06-241-2/+0
* py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett2019-06-241-1/+0
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-2/+0
* py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett2019-06-241-1/+0
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-241-1/+0
* py3: Remove PyStr_FromStringAndSize() compatability macroAndrew Bartlett2019-06-241-1/+0
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-1/+0
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-241-2/+1
* py3: Remove PyStr_Type() compatability macroAndrew Bartlett2019-06-241-1/+0
* py3: Remove unused PyInt_AsSsize_t macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyInt_AsUnsignedLongLongMask macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyInt_AS_LONG macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyInt_FromSize_t macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyInt_FromSsize_t macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyInt_FromString macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyInt_CheckExact macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PY_DESC_PY3_STRING macro from py3compat.hAndrew Bartlett2019-06-061-2/+1
* py3: Remove unused PyStr_AsUTF8String macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyStr_Decode macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyStr_InternFromString macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyStr_InternInPlace macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyStr_Format macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyStr_Concat macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused PyStr_CheckExact macro from py3compat.hAndrew Bartlett2019-06-061-1/+0
* py3: Remove unused IS_PY3 macro from py3compat.hAndrew Bartlett2019-06-061-4/+0
* py3: Remove Python2 side of py3compat.hAndrew Bartlett2019-06-061-96/+0
* python: Add new compat PYARG_STR_UNI formatNoel Power2019-01-131-0/+10
* python: Add compatability helpers to determine if type is really bytesNoel Power2018-03-231-0/+24
* py3compat: add strings describing bytes/unicode in both versionsDouglas Bagnall2018-03-011-0/+8
* python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin2017-05-191-0/+8
* python: Add py3compat.hPetr Viktorin2016-12-011-0/+167