| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:c20045b8a987d8720e1f3328270357491d5530f3
|
| |
|
|
| |
commit_hash:052a122399d67f1ea5dfbc5f6457e3e06200becf
|
| |
|
|
| |
commit_hash:43ed87a61b9efe3a87682fda1f0bff6f7b422cc9
|
| |
|
|
|
| |
https://docs.python.org/release/3.12.5/whatsnew/changelog.html#python-3-12-5-final
de86cdeacd3a8653b9ec36e87975886fafcf6dc2
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
`_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
|