summaryrefslogtreecommitdiff
path: root/python/py3compat.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-23py3: Remove #define IsPy3BytesOrString(pystr)Andrew Bartlett1-11/+0
2020-03-23py3: Remove #define IsPy3Bytes PyBytes_CheckAndrew Bartlett1-2/+0
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-6/+0
2020-03-23py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett1-1/+0
2020-03-23py3: Remove #define PyInt_Type PyLong_TypeAndrew Bartlett1-1/+0
2020-03-23py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett1-2/+0
2019-06-24py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-2/+0
2019-06-24py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_FromStringAndSize() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett1-2/+1
2019-06-24py3: Remove PyStr_Type() compatability macroAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_AsSsize_t macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_AsUnsignedLongLongMask macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_AS_LONG macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_FromSize_t macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_FromSsize_t macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_FromString macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyInt_CheckExact macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PY_DESC_PY3_STRING macro from py3compat.hAndrew Bartlett1-2/+1
2019-06-06py3: Remove unused PyStr_AsUTF8String macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_Decode macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_InternFromString macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_InternInPlace macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_Format macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_Concat macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused PyStr_CheckExact macro from py3compat.hAndrew Bartlett1-1/+0
2019-06-06py3: Remove unused IS_PY3 macro from py3compat.hAndrew Bartlett1-4/+0
2019-06-06py3: Remove Python2 side of py3compat.hAndrew Bartlett1-96/+0
2019-01-13python: Add new compat PYARG_STR_UNI formatNoel Power1-0/+10
2018-03-23python: Add compatability helpers to determine if type is really bytesNoel Power1-0/+24
2018-03-01py3compat: add strings describing bytes/unicode in both versionsDouglas Bagnall1-0/+8
2017-05-19python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin1-0/+8
2016-12-01python: Add py3compat.hPetr Viktorin1-0/+167