summaryrefslogtreecommitdiffstats
path: root/Modules/_winapi.c
Commit message (Collapse)AuthorAgeFilesLines
* #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 ↵Antoine Pitrou2012-04-241-0/+4
| | | | | | multiprocessing Connections. Patch by Richard Oudkerk (sbt).
* Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-0/+1326
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt.