summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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