COMMITS
/ PC/pyconfig.h November 10, 2025
V
gh-141341: Rename COMPILER macro to _Py_COMPILER on Windows (#141342)
Victor Stinner committed
May 19, 2025
December 13, 2023
S
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower committed
October 31, 2023
D
gh-90815: Exclude mimalloc .c files from Windows build (#111532)
Dino Viehland committed
May 24, 2023
V
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner committed
May 22, 2023
K
Update Windows library names for the Python version bump (#104755)
Kirill Podoprigora committed
May 4, 2023
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 24, 2023
M
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann committed
January 27, 2023
S
December 12, 2022
G
gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)
GalaxySnail committed
July 27, 2022
C
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes committed
July 26, 2022
C
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes committed
June 10, 2022
C
gh-93491: Add support tier detection to configure (GH-93492)
Christian Heimes committed
May 27, 2022
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 8, 2022
D
Update CPyhton configuration for 3.12 (#92451)
Dong-hee Na committed
May 2, 2022
G
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-92071)
Ganesh Kathiresan committed
January 13, 2022
C
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
November 26, 2021
C
bpo-40280: Add configure check for socket shutdown (GH-29795)
Christian Heimes committed
October 21, 2021
C
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes committed
October 15, 2021
V
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Victor Stinner committed
October 13, 2021
V
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner committed
May 3, 2021
P
Update CI files to account for the master -> main rename (GH-25860)
Pablo Galindo committed
March 31, 2021
J
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Jessica Clarke committed
March 1, 2021
J
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
Jozef Grajciar committed
November 16, 2020
S
bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)
Steve Dower committed
May 19, 2020
P
Python 3.10.0a0 (GH-20198)
Pablo Galindo committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
February 29, 2020
S
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah committed
February 5, 2020
Z
bpo-39553: Delete HAVE_SXS protected code (GH-18356)
Zackery Spytz committed
October 21, 2019
S
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
Sergey Fedoseev committed
September 11, 2019
S
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951)
Steve Dower committed
August 22, 2019
S
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
Sergey Fedoseev committed
June 12, 2019
P
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
Paul Monson committed
June 4, 2019
Ł
Bump to 3.9.0a0
Łukasz Langa committed
May 17, 2019
P
bpo-36942 Windows build changes for Windows ARM64 (GH-13366)
Paul Monson committed
February 25, 2019
Z
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Zackery Spytz committed
February 14, 2019
P
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson committed
December 22, 2018
M
bpo-11566: Extension build errors on Windows for _hypot (GH-11283)
Matt McCormick committed
September 21, 2018
B
Simplify PyInit_timezone. (GH-9467)
Benjamin Peterson committed
January 31, 2018
N
Start of 3.8.0a0
Ned Deily committed
January 27, 2018
C
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes committed
September 12, 2017
E
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Eric Snow committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 6, 2017
Z
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware committed
July 18, 2017
A
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou committed
June 29, 2017
I
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki committed
June 28, 2017
S
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer committed
V
bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477)
Victor Stinner committed