↵ Return to the main page of pythoncapi-compat-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-12-17 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20241216git7eb512b-1 | - Update to 0^20241216git7eb512b - Add `structmember.h` constants |
2024-12-13 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20241213git61709bf-1 | - Update to 0^20241213git61709bf - Add PyLong Import/Export API |
2024-11-15 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20241115git03e441d-1 | - Update to 0^20241115git03e441d - Add `PyLong_IsPositive`/`Negative`/`Zero()` functions - Relax `PYPY_VERSION_NUM` requirements for hash macros |
2024-10-09 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20241009git669c882-1 | - Update to 0^20241009git669c882 - Add `PyUnicode_Equal()` function - Add `PyBytes_Join()` function - Add `Py_HashBuffer()` function - Add `PyIter_NextItem()` function - Add `PyLong_FromUInt64()` and `PyLong_AsUInt64()` |
2024-10-09 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20241008gitbb0934e-1 | - Update to 0^20241008gitbb0934e - Document PyUnicodeWriter API |
2024-09-24 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20240923gitd20d7f8-1 | - Update to 0^20240923gitd20d7f8 - Fix incorrect use of assignment in place of an equality test. |
2024-08-26 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20240826git2d18aec-1 | - Update to 0^20240826git2d18aec - Add critical section API |
2024-08-06 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20240806git39e2663-1 | - Update to 0^20240806git39e2663 - Add `static inline` to `PyUnicodeWriter_WriteStr()` and `PyUnicodeWriter_WriteRepr()`. |
2024-07-18 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20240718git4094c64-1 | - Update to 0^20240718git4094c64 - Add PyUnicodeWriter API |
2024-07-08 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20240708gitea1f7f6-1 | - Update to 0^20240708gitea1f7f6 - `PyLong_GetSign` will be added in 3.14.0a0 |