Releases: brandtbucher/pycapi
PyCAPI 0.46
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
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
This is PyCAPI's forty-fifth release. It adds support for the following APIs:
PyMemoryView_FromMemory PyMemoryView_GetContiguous
PyCAPI 0.43
This is PyCAPI's forty-fourth release. It adds support for the following APIs:
PyMarshal_ReadObjectFromString PyMarshal_WriteObjectToString
PyCAPI 0.42
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
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
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
This is PyCAPI's fortieth release. It adds support for the following API:
PyContextVar_New
PyCAPI 0.38
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
This is PyCAPI's thirty-eighth release. It adds support for the following APIs:
PyCapsule_IsValid PyCapsule_SetName