Releases: brandtbucher/pycapi
PyCAPI 0.82.1
This is PyCAPI's eighty-seventh release. It adds support for CPython 3.11.
PyCAPI 0.82
This is PyCAPI's eighty-sixth release. It adds support for CPython 3.10 and drops support for CPython 3.5, CPython 3.6, and the following APIs:
PyContext_Copy
PyContext_CopyCurrent
PyContext_Enter
PyContext_Exit
PyContext_New
PyContextVar_New
PyContextVar_Reset
PyContextVar_Set
PyEval_GetCallStats
PySignal_SetWakeupFd
PyCAPI 0.81.2
This is PyCAPI's eighty-fifth release. It adds support for CPython 3.9.
PyCAPI 0.81.1
This is PyCAPI's eighty-fourth release. It fixes support for CPython 3.8.
PyCAPI 0.81
This is PyCAPI's eighty-third release. It adds support for the following API:
PyTuple_Pack
PyCAPI 0.80.0
This is PyCAPI's eighty-second release. It adds support for the following API:
PyUnicode_New
PyCAPI 0.79
This is PyCAPI's eighty-first release. It adds support for the following APIs:
PyUnicode_Fill
PyUnicode_FindChar
PyUnicode_MAX_CHAR_VALUE
PyUnicode_READ_CHAR
PyUnicode_ReadChar
PyUnicode_WriteChar
PyCAPI 0.78
This is PyCAPI's eightieth release. It adds support for the following APIs:
PyBUF_ANY_CONTIGUOUS
PyBUF_CONTIG
PyBUF_CONTIG_RO
PyBUF_C_CONTIGUOUS
PyBUF_FULL
PyBUF_FULL_RO
PyBUF_F_CONTIGUOUS
PyBUF_INDIRECT
PyBUF_ND
PyBUF_RECORDS
PyBUF_RECORDS_RO
PyBUF_SIMPLE
PyBUF_STRIDED
PyBUF_STRIDED_RO
PyBUF_STRIDES
PyCAPI 0.77
This is PyCAPI's seventy-ninth release. It adds support for the following API:
PyObject_GetBuffer
PyCAPI 0.76
This is PyCAPI's seventy-eighth release. It adds support for the following APIs:
PyMemoryView_FromBuffer
PyMemoryView_GET_BASE
PyMemoryView_GET_BUFFER