Skip to content

Releases: brandtbucher/pycapi

PyCAPI 0.46

14 May 17:27

Choose a tag to compare

PyCAPI 0.46 Pre-release
Pre-release

This is PyCAPI's forty-seventh release. It adds support for the following APIs:

PyObject_DelAttrString PyObject_GetAttrString PyObject_HasAttrString PyObject_HashNotImplemented PyObject_LengthHint PyObject_RichCompare PyObject_RichCompareBool PyObject_SetAttrString

PyCAPI 0.45

14 May 01:50

Choose a tag to compare

PyCAPI 0.45 Pre-release
Pre-release

This is PyCAPI's forty-sixth release. It adds support for the following APIs:

PyModule_AddIntConstant PyModule_AddObject PyModule_AddStringConstant PyModule_New PyModule_SetDocString

PyCAPI 0.44

13 May 05:10

Choose a tag to compare

PyCAPI 0.44 Pre-release
Pre-release

This is PyCAPI's forty-fifth release. It adds support for the following APIs:

PyMemoryView_FromMemory PyMemoryView_GetContiguous

PyCAPI 0.43

11 May 16:34

Choose a tag to compare

PyCAPI 0.43 Pre-release
Pre-release

This is PyCAPI's forty-fourth release. It adds support for the following APIs:

PyMarshal_ReadObjectFromString PyMarshal_WriteObjectToString

PyCAPI 0.42

10 May 17:10

Choose a tag to compare

PyCAPI 0.42 Pre-release
Pre-release

This is PyCAPI's forty-third release. It adds support for the following APIs:

PyLong_FromDouble PyLong_FromLongLong PyLong_FromSsize_t PyLong_FromUnicode PyLong_FromUnicodeObject PyLong_FromUnsignedLong PyLong_FromUnsignedLongLong

PyCAPI 0.41

10 May 04:09

Choose a tag to compare

PyCAPI 0.41 Pre-release
Pre-release

This is PyCAPI's forty-second release. It adds support for the following APIs:

PyErr_NewException PyErr_NewExceptionWithDoc PyErr_PrintEx PyErr_SetExcFromWindowsErr PyErr_SetExcFromWindowsErrWithFilename PyErr_SetExcFromWindowsErrWithFilenameObject PyErr_SetExcFromWindowsErrWithFilenameObjects PyErr_SetFromErrnoWithFilename PyErr_SetFromWindowsErr PyErr_SetFromWindowsErrWithFilename PyErr_SetString PyErr_SyntaxLocation PyErr_SyntaxLocationEx PyErr_SyntaxLocationObject PyErr_WarnEx PyErr_WarnExplicit PyErr_WarnExplicitObject

PyCAPI 0.40

08 May 17:03

Choose a tag to compare

PyCAPI 0.40 Pre-release
Pre-release

This is PyCAPI's forty-first release. It adds support for the following APIs:

PyDict_DelItemString PyDict_GetItemString PyDict_Merge PyDict_MergeFromSeq2 PyDict_SetItemString

PyCAPI 0.39

07 May 17:28

Choose a tag to compare

PyCAPI 0.39 Pre-release
Pre-release

This is PyCAPI's fortieth release. It adds support for the following API:

PyContextVar_New

PyCAPI 0.38

06 May 18:12

Choose a tag to compare

PyCAPI 0.38 Pre-release
Pre-release

This is PyCAPI's thirty-ninth release. It adds support for the following APIs:

Py_CompileString Py_Exit Py_FatalError Py_SetProgramName

PyCAPI 0.37

05 May 13:01

Choose a tag to compare

PyCAPI 0.37 Pre-release
Pre-release

This is PyCAPI's thirty-eighth release. It adds support for the following APIs:

PyCapsule_IsValid PyCapsule_SetName