s4:libcli/ldap: fix no memory error code in ldap_bind_sasl()
[samba.git] / python / py3compat.h
2023-11-20 Andreas SchneiderUse python.h from libreplace
2021-03-17 Douglas Bagnallpy3compat: remove obsolete comments
2021-03-17 Douglas Bagnallpy bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'
2020-03-23 Andrew Bartlettpy3: Remove #define IsPy3BytesOrString(pystr)
2020-03-23 Andrew Bartlettpy3: Remove #define IsPy3Bytes PyBytes_Check
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_AsLong PyLong_AsLong
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_Type PyLong_Type
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_Check PyLong_Check
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsUTF8AndSize() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsUTF8() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromFormatV() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromFormat() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromStringAndSize() compatability...
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