COMMITS
/ Modules/_winapi.c 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
May 28, 2021
K
K
bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381)
Ken Jin committed
April 30, 2021
E
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
August 13, 2020
M
bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)
Mohamed Koubaa committed
July 10, 2020
S
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 25, 2020
A
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 30, 2019
Z
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 20, 2019
T
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau committed
March 28, 2019
S
bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)
Serhiy Storchaka committed
February 24, 2019
D
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts committed
December 14, 2018
S
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150)
Serhiy Storchaka committed
V
bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-11141)
Vladimir Matveev committed
September 4, 2018
A
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027)
Alexander Buchkovsky committed
August 25, 2018
Z
Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8281)
Zackery Spytz committed
June 12, 2018
G
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160)
Giampaolo Rodola committed
December 18, 2017
S
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218)
Segev Finer committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
November 8, 2017
October 24, 2017
V
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner committed
September 14, 2017
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
June 24, 2017
S
bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)
Serhiy Storchaka committed
June 23, 2017
S
bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)
Serhiy Storchaka committed
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
August 4, 2016
M
Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict
Martin Panter committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 9, 2016
S
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
May 13, 2015
Z
Issue #20172: Update clinicizations to current clinic.
Zachary Ware committed
Z
Issue #20172: Convert the _winapi module to Argument Clinic.
Zachary Ware committed
March 2, 2015
February 10, 2015
B
merge 3.4 (#23361)
Benjamin Peterson committed
B
merge 3.3 (#23361)
Benjamin Peterson committed
B
add overflow checking (closes #23361)
Benjamin Peterson committed
May 5, 2014
April 27, 2014
T
Backed out changeset: 17df50df62c7
Tim Golden committed