py3: Remove PyStr_FromString() compatability macro
[bbaumbach/samba-autobuild/.git] / python / py3compat.h
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Check() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Type() compatability macro
2019-06-06 Andrew Bartlettpy3: Remove unused PyInt_AsSsize_t macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PyInt_AsUnsignedLongLongMask macro...
2019-06-06 Andrew Bartlettpy3: Remove unused PyInt_AS_LONG macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PyInt_FromSize_t macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PyInt_FromSsize_t macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PyInt_FromString macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PyInt_CheckExact macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PY_DESC_PY3_STRING macro from py3com...
2019-06-06 Andrew Bartlettpy3: Remove unused PyStr_AsUTF8String macro from py3com...
2019-06-06 Andrew Bartlettpy3: Remove unused PyStr_Decode macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PyStr_InternFromString macro from...
2019-06-06 Andrew Bartlettpy3: Remove unused PyStr_InternInPlace macro from py3co...
2019-06-06 Andrew Bartlettpy3: Remove unused PyStr_Format macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PyStr_Concat macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused PyStr_CheckExact macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove unused IS_PY3 macro from py3compat.h
2019-06-06 Andrew Bartlettpy3: Remove Python2 side of py3compat.h
2019-01-12 Noel Powerpython: Add new compat PYARG_STR_UNI format
2018-03-23 Noel Powerpython: Add compatability helpers to determine if type...
2018-03-01 Douglas Bagnallpy3compat: add strings describing bytes/unicode in...
2017-05-19 Petr Viktorinpython3: Use "y#" instead of "s#" for binary data in...
2016-12-01 Petr Viktorinpython: Add py3compat.h