Releases: brandtbucher/pycapi
PyCAPI 0.55
This is PyCAPI's fifty-seventh release. It adds support for the following APIs:
Py_UNICODE_ISALNUM Py_UNICODE_ISALPHA Py_UNICODE_ISDECIMAL Py_UNICODE_ISDIGIT Py_UNICODE_ISLINEBREAK Py_UNICODE_ISLOWER Py_UNICODE_ISNUMERIC Py_UNICODE_ISPRINTABLE Py_UNICODE_ISSPACE Py_UNICODE_ISTITLE Py_UNICODE_ISUPPER Py_UNICODE_TODECIMAL Py_UNICODE_TODIGIT Py_UNICODE_TOLOWER Py_UNICODE_TONUMERIC Py_UNICODE_TOTITLE Py_UNICODE_TOUPPER PyUnicodeEncodeError_Create
PyCAPI 0.54.1
This is PyCAPI's fifty-sixth release. It fixes compilation issues on Windows by restricting the availability of several unsupported APIs.
PyCAPI 0.54
This is PyCAPI's fifty-fifth release. It adds support for the following API:
PyUnicodeTranslateError_Create
PyCAPI 0.53
This is PyCAPI's fifty-fourth release. It adds support for the following APIs:
PyUnicodeDecodeError_Create PyUnicodeDecodeError_SetEnd PyUnicodeDecodeError_SetReason PyUnicodeDecodeError_SetStart
PyCAPI 0.52
This is PyCAPI's fifty-third release. It adds support for the following APIs:
PyUnicode_AsEncodedString PyUnicode_AsWideChar PyUnicode_CompareWithASCIIString PyUnicode_CopyCharacters PyUnicode_Count PyUnicode_Decode PyUnicode_DecodeASCII PyUnicode_DecodeCharmap PyUnicode_DecodeFSDefault PyUnicode_DecodeFSDefaultAndSize PyUnicode_DecodeLatin1 PyUnicode_DecodeLocale PyUnicode_DecodeLocaleAndSize PyUnicode_DecodeMBCS PyUnicode_DecodeRawUnicodeEscape PyUnicode_DecodeUnicodeEscape PyUnicode_DecodeUTF7 PyUnicode_DecodeUTF8 PyUnicode_Encode PyUnicode_EncodeASCII PyUnicode_EncodeCharmap PyUnicode_EncodeCodePage PyUnicode_EncodeLatin1 PyUnicode_EncodeLocale PyUnicode_EncodeMBCS PyUnicode_EncodeRawUnicodeEscape PyUnicode_EncodeUnicodeEscape PyUnicode_EncodeUTF16 PyUnicode_EncodeUTF32 PyUnicode_EncodeUTF7 PyUnicode_EncodeUTF8 PyUnicode_Find PyUnicode_FromEncodedObject PyUnicode_FromString PyUnicode_FromStringAndSize PyUnicode_FromUnicode PyUnicode_FromWideChar PyUnicode_InternFromString PyUnicode_Replace PyUnicode_RichCompare PyUnicode_Split PyUnicode_Splitlines PyUnicode_Substring PyUnicode_Tailmatch PyUnicode_TransformDecimalToASCII PyUnicode_Translate PyUnicode_TranslateCharmap
PyCAPI 0.51
This is PyCAPI's fifty-second release. It adds support for the following API:
PyThreadState_SetAsyncExc
PyCAPI 0.50
This is PyCAPI's fifty-first release. It adds support for the following APIs:
PySys_AddWarnOption PySys_AddXOption PySys_GetObject PySys_SetObject
PyCAPI 0.49
This is PyCAPI's fiftieth release. It adds support for the following APIs:
PyStructSequence_GET_ITEM PyStructSequence_GetItem PyStructSequence_SetItem
PyCAPI 0.48
This is PyCAPI's forty-ninth release. It adds support for the following APIs:
PySequence_DelItem PySequence_DelSlice PySequence_Fast PySequence_Fast_GET_ITEM PySequence_GetItem PySequence_GetSlice PySequence_InPlaceRepeat PySequence_ITEM PySequence_Repeat PySequence_SetItem PySequence_SetSlice
PyCAPI 0.47
This is PyCAPI's forty-eighth release. It adds support for the following APIs:
PyRun_SimpleString PyRun_String