aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Update Python 3 to 3.12.11shadchin10 days1-2/+2
| | | | commit_hash:0054a0810a95d3f1aa3d36410976d43e03ff7e86
* Update Python 3 to 3.12.10shadchin2025-06-1317-303/+488
| | | | commit_hash:dd2398e159fe1d72ea6b12da52fccc933a41a785
* Update Python 3 to 3.12.9shadchin2025-02-1618-114/+193
| | | | commit_hash:c8651982d81e18f18e037fb247cc6ae53c4fa7f1
* Update Python 3 to 3.12.8shadchin2024-12-2324-405/+909
| | | | commit_hash:c20045b8a987d8720e1f3328270357491d5530f3
* Update Python 3 to 3.12.7shadchin2024-10-2719-131/+138
| | | | commit_hash:052a122399d67f1ea5dfbc5f6457e3e06200becf
* publishFullContrib: true for ydbmaxim-yurchuk2024-10-0910-0/+10483
| | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
* Intermediate changesrobot-piglet2024-10-075-0/+296
| | | | commit_hash:2835e21dc055a3e814c5f562f3a876691a772ea2
* Update Python 3 to 3.12.6shadchin2024-09-176-42/+35
| | | | commit_hash:43ed87a61b9efe3a87682fda1f0bff6f7b422cc9
* Cleanup build/sysincl/linux.ymlthegeorg2024-09-041-1/+1
| | | | 9396b0cd7a984fa5c915eed07e29cd357af28a12
* Simplify Modules/_sqliteshadchin2024-08-241-7/+1
| | | | 0fe364013bff008d9bce51cfd54d2810ba54b2a4
* Update Python 3 to 3.12.5shadchin2024-08-1722-69/+123
| | | | | https://docs.python.org/release/3.12.5/whatsnew/changelog.html#python-3-12-5-final de86cdeacd3a8653b9ec36e87975886fafcf6dc2
* fix _io.TextIOWrapper.write() write during flushnechda2024-08-041-9/+22
| | | | 816f3097d548522bcfae2b763098747304285d0f
* Update contrib/tools/python3 to 3.12.4robot-contrib2024-07-0213-699/+1081
| | | | 6e8edffbef193b35b45ddccdc3beda6bb2627186
* Update Python 3 to 3.12.3shadchin2024-04-2841-2070/+2078
| | | | 7d09de7d8b99ea2be554ef0fc61276942ca9c2e1
* Revert commit rXXXXXX, Acknowledge powerpc64 supporting patch upstreammikhnenko2024-03-192-50/+4
| | | | 66d561a885456063f0ad0ce50b463d45c9f93020
* Acknowledge powerpc64 supporting patch upstreamthegeorg2024-03-192-4/+50
| | | | 5cc63398eec743d9095bc0a8366ce64dc56680a5
* Simplify layout for Python 3shadchin2024-03-061-188/+0
| | | | 4c8d17f5092930dba3a969736cfed1def0bd4df1
* Better patch around #include <Unknwn.h>thegeorg2024-02-276-5/+4
| | | | | Backport of [PR #115350](https://github.com/python/cpython/pull/115350.patch) from CPython upstream. 7a2729f31048ba63762a6d3a890308c23db5c969
* Disable Solaris-specific includesthegeorg2024-02-241-1/+1
| | | | 9212dd8d85380149b5945c3b5c8f73210e8e25ca
* Remove unnecessary patchthegeorg2024-02-241-9/+9
| | | | | | | | | | | | | `_pickle.c` works this around since 3.11.1 / rXXXXXX by having the following stanza at beggining of the file: ``` #ifdef MS_WINDOWS #define FLOAT FLOAT_ #define INT INT_ #define LONG LONG_ #endif ``` 8ac860799f2860a9dfb3e590f514b1ac7a2c3a9e
* Sync contrib/tools/python3 layout with upstreamthegeorg2024-02-19307-0/+362548
* 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