COMMITS
/ Modules/_winapi.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
January 13, 2026
Y
remove duplicate error constants in `_winapi` (#143684)
Yongtao Huang committed
December 31, 2025
September 15, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in _winapi.PeekNamedPipe() (#138930)
Victor Stinner committed
May 28, 2025
V
gh-133711: Log Windows OEM code page in test.pythoninfo (#134840)
Victor Stinner committed
May 15, 2025
M
Let PyUnicode_FromWideChar calculate the input length (GH-134045)
Max Bachmann committed
M
gh-134041: Make _winapi functions compatible with non-desktop API partitions (GH-134042)
Max Bachmann committed
March 31, 2025
C
GH-131296: Fix incompatible pointer type warning in _winapi.c (GH-131600)
Chris Eibl committed
March 19, 2025
V
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
February 24, 2025
B
gh-111178: fix UBSan failures in `Modules/_winapi.c` (GH-129796)
Bénédikt Tran committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 30, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner committed
December 24, 2024
S
November 5, 2024
V
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner committed
August 7, 2024
L
gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementation (GH-122047)
Lucas Esposito committed
June 19, 2024
B
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Barney Gale committed
May 29, 2024
S
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Steve Dower committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 28, 2024
April 15, 2024
February 14, 2024
V
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner committed
February 13, 2024
S
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873)
Steve Dower committed
January 26, 2024
S
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower committed
January 16, 2024
January 9, 2024
A
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
AN Long committed
October 20, 2023
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
August 11, 2023
S
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Serhiy Storchaka committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 4, 2023
N
gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)
Nikita Sobolev committed
July 2, 2023
V
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner committed
June 12, 2023
May 31, 2023
V
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner committed
May 30, 2023
S
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower committed
May 15, 2023
E
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 4, 2023
C
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
March 1, 2023
M
gh-102336: Ensure CancelIoEx result is not ignored (GH-102347)
Max Bachmann committed
M
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 25, 2022
Z
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner committed
October 31, 2022
E
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow committed
October 26, 2022
E
June 6, 2022
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
July 28, 2021
R
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501)
Ray Donnelly committed
July 8, 2021
S
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059)
Steve Dower committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed