↵ Return to the main page of pythoncapi-compat-doc
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2025-06-24 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250624gitb541b98-1 | - Update to 0^20250624gitb541b98 - Avoid `%T` format in error message |
2025-06-09 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250609gitffae0ff-1 | - Update to 0^20250609gitffae0ff - Add `PyUnicodeWriter_WriteASCII()` |
2025-06-09 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250603gitfde4d34-3 | - Update to 0^20250609gitffae0ff - Add `PyUnicodeWriter_WriteASCII()` |
2025-06-03 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250603gitfde4d34-1 | - Update to 0^20250603gitfd34d34 - Add `PySys_GetAttr()` function |
2025-04-15 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250414git0a8b2c5-1 | - Update to 0^20250414git0a8b2c5 - upgrade_pythoncapi: try to preserve newlines when patching |
2025-02-18 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250218git632d1aa-1 | - Update to 0^20250218git632d1aa - Don't redefine `_Py_NULL` macro if already defined |
2025-01-28 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250128gitc84545f-1 | - Update to 0^20250128gitc84545f - Remove `PyConfig.use_system_logger`: it will only be available on Python 3.13.2 which is not released yet. - Fix multiple definitions for `Py_fclose` - Avoid `Py_ARRAY_LENGTH()` (because it fails with C++ on Python 3.9 on macOS) - Improve `test_config` - Replace `extern` with `PyAPI_FUNC()` |
2025-01-20 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250119git8a52253-1 | - Update to 0^20250119git8a52253 - Add `PyConfig_Get()` - Optimize `PyWeakref_GetRef()` |
2025-01-18 | Fedora Release Engineering <releng at fedoraproject dot org> - 0^20250106git79404e9-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild |
2025-01-06 | Benjamin A. Beasley <code at musicinmybrain dot net> - 0^20250106git79404e9-1 | - Update to 0^20250106git79404e9 - Add `Py_fopen()` and `Py_fclose()` |