summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/cpython
Commit message (Collapse)AuthorAgeFilesLines
* Update Python 3 to 3.13.13shadchin2026-05-073-3/+5
| | | | commit_hash:526db1f6570443324e2690db042314848cd47d2e
* Replace deprecated `Py_UNICODE` with `wchar_t` for Python 3.13 compatibilityshadchin2026-04-181-1/+1
| | | | | Since `Py_UNICODE` is just a typedef for `wchar_t` in Python 3, replace it with `wchar_t` in Cython typedefs, C++ headers, and stringlib macros. Python 2 code paths retain `Py_UNICODE` via #if guards. commit_hash:7bed62e2231a8fde3adc6317e8a41dd060895e24
* Update Python 3 to 3.13.12shadchin2026-02-072-1/+12
| | | | commit_hash:71d3efea437a769b2b7910d196120bb02587046e
* Import Python 3.13.11shadchin2026-02-0348-1691/+4336
| | | | commit_hash:bbb53cefb159aa3e7afaa475fd19d5a03b66945f
* Update Python 3 to 3.12.11shadchin2025-06-182-0/+17
| | | | commit_hash:0054a0810a95d3f1aa3d36410976d43e03ff7e86
* Update Python 3 to 3.12.10shadchin2025-06-131-1/+1
| | | | commit_hash:dd2398e159fe1d72ea6b12da52fccc933a41a785
* Update Python 3 to 3.12.9shadchin2025-02-161-1/+1
| | | | commit_hash:c8651982d81e18f18e037fb247cc6ae53c4fa7f1
* Update contrib/tools/python3 to 3.12.4robot-contrib2024-07-022-4/+6
| | | | 6e8edffbef193b35b45ddccdc3beda6bb2627186
* Update Python 3 to 3.12.3shadchin2024-04-283-6/+19
| | | | 7d09de7d8b99ea2be554ef0fc61276942ca9c2e1
* Remove unused patch from contrib/tools/python3thegeorg2024-02-241-2/+0
| | | | | `struct timeval` is forward declared since 3.12.2 / rXXXXXX. b9848bec9f06b3e438a9559ac92a43f3f5e556ce
* Sync contrib/tools/python3 layout with upstreamthegeorg2024-02-1950-0/+5928
* Move src/ subdir contents to the top of the layout * Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS * Regenerate contrib/libs/python proxy-headers accordingly 4ccc62ac1511abcf0fed14ccade38e984e088f1e