COMMITS
/ Modules/_winapi.c 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
T
March 20, 2014
V
Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by
Victor Stinner committed
November 17, 2013
R
Issue #19565: Prevent warnings at shutdown about pending overlapped ops.
Richard Oudkerk committed
August 17, 2013
E
#18466: merge with 3.3.
Ezio Melotti committed
E
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti committed
June 24, 2013
V
Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295)
Victor Stinner committed
August 21, 2012
R
Fix typo in error handling for WaitForMultipleObjects()
Richard Oudkerk committed
May 5, 2012
R
Fix for Issue 14725 for 3.3 branch.
Richard Oudkerk committed
April 24, 2012
A
Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections.
Antoine Pitrou committed
April 18, 2012
A
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou committed