summaryrefslogtreecommitdiff
path: root/Modules/_winapi.c
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....Serhiy Storchaka2018-12-141-3/+4
* [3.7] bpo-31446: Copy command line that should be passed to CreateProcessW()....Serhiy Storchaka2018-12-141-4/+20
* bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...Miss Islington (bot)2018-09-041-5/+5
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-23/+225
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-2/+17
* bpo-31884 subprocess: add Windows constants for process priority (#4150)James2017-11-081-0/+12
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-241-6/+4
* bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case en...Oren Milman2017-09-141-1/+5
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-1/+1
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-051-1/+1
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-051-1/+1
* bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)Serhiy Storchaka2017-06-241-2/+1
* bpo-30730: Prevent environment variables injection in subprocess on Windows. ...Serhiy Storchaka2017-06-231-5/+21
* bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)Serhiy Storchaka2017-04-191-6/+11
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-10/+10
* bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)Serhiy Storchaka2017-03-121-6/+6
* Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflictMartin Panter2016-08-041-4/+4
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-55/+52
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-55/+52
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-091-2/+2
* | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-2/+2
|/
* Issue #20172: Update clinicizations to current clinic.Zachary Ware2015-05-131-31/+62
* Issue #20172: Convert the _winapi module to Argument Clinic.Zachary Ware2015-05-131-396/+441
* Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...Steve Dower2015-03-021-0/+8
* merge 3.4 (#23361)Benjamin Peterson2015-02-091-2/+12
|\
| * merge 3.3 (#23361)Benjamin Peterson2015-02-091-2/+12
| |\
| | * add overflow checking (closes #23361)Benjamin Peterson2015-02-091-2/+12
* | | Issue18314 Allow unlink to remove junctions. Includes support for creating ju...Tim Golden2014-05-051-0/+137
* | | Backed out changeset: 17df50df62c7Tim Golden2014-04-271-109/+0
* | | Issue #18314 os.unlink will now remove junction points on Windows. Patch by K...Tim Golden2014-04-271-0/+109
|/ /
* | Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed byVictor Stinner2014-03-201-0/+1
* | Issue #19565: Prevent warnings at shutdown about pending overlapped ops.Richard Oudkerk2013-11-171-8/+28
* | #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* | Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295)Victor Stinner2013-06-241-2/+5
|/
* Fix typo in error handling for WaitForMultipleObjects()Richard Oudkerk2012-08-211-1/+1
* Fix for Issue 14725 for 3.3 branch.Richard Oudkerk2012-05-051-3/+1
* Issue #4892: multiprocessing Connections can now be transferred over multipro...Antoine Pitrou2012-04-241-0/+4
* Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-0/+1326