| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
commit_hash:0054a0810a95d3f1aa3d36410976d43e03ff7e86
|
|
|
|
| |
commit_hash:dd2398e159fe1d72ea6b12da52fccc933a41a785
|
|
|
|
| |
commit_hash:c8651982d81e18f18e037fb247cc6ae53c4fa7f1
|
|
|
|
| |
commit_hash:c20045b8a987d8720e1f3328270357491d5530f3
|
|
|
|
| |
commit_hash:052a122399d67f1ea5dfbc5f6457e3e06200becf
|
|
|
|
|
| |
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
|
|
|
|
| |
commit_hash:2835e21dc055a3e814c5f562f3a876691a772ea2
|
|
|
|
| |
commit_hash:43ed87a61b9efe3a87682fda1f0bff6f7b422cc9
|
|
|
|
| |
9396b0cd7a984fa5c915eed07e29cd357af28a12
|
|
|
|
| |
0fe364013bff008d9bce51cfd54d2810ba54b2a4
|
|
|
|
|
| |
https://docs.python.org/release/3.12.5/whatsnew/changelog.html#python-3-12-5-final
de86cdeacd3a8653b9ec36e87975886fafcf6dc2
|
|
|
|
| |
816f3097d548522bcfae2b763098747304285d0f
|
|
|
|
| |
6e8edffbef193b35b45ddccdc3beda6bb2627186
|
|
|
|
| |
7d09de7d8b99ea2be554ef0fc61276942ca9c2e1
|
|
|
|
| |
66d561a885456063f0ad0ce50b463d45c9f93020
|
|
|
|
| |
5cc63398eec743d9095bc0a8366ce64dc56680a5
|
|
|
|
| |
4c8d17f5092930dba3a969736cfed1def0bd4df1
|
|
|
|
|
| |
Backport of [PR #115350](https://github.com/python/cpython/pull/115350.patch) from CPython upstream.
7a2729f31048ba63762a6d3a890308c23db5c969
|
|
|
|
| |
9212dd8d85380149b5945c3b5c8f73210e8e25ca
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`_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
|
|
* 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
|