Richard Oudkerk
|
633db6f6a6
|
Issue #19565: Prevent warnings at shutdown about pending overlapped ops.
|
2013-11-17 13:15:51 +00:00 |
Ezio Melotti
|
a7e7497d88
|
#18466: merge with 3.3.
|
2013-08-17 16:58:13 +03:00 |
Ezio Melotti
|
85a8629d21
|
#18466: fix more typos. Patch by Févry Thibault.
|
2013-08-17 16:57:41 +03:00 |
Victor Stinner
|
71765770a4
|
Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295)
|
2013-06-24 23:13:24 +02:00 |
Richard Oudkerk
|
6733927761
|
Fix typo in error handling for WaitForMultipleObjects()
|
2012-08-21 14:54:22 +01:00 |
Richard Oudkerk
|
fdb8dcf675
|
Fix for Issue 14725 for 3.3 branch.
|
2012-05-05 19:45:37 +01:00 |
Antoine Pitrou
|
5438ed1572
|
Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections.
Patch by Richard Oudkerk (sbt).
|
2012-04-24 22:56:57 +02:00 |
Antoine Pitrou
|
23bba4ca39
|
Issue #11750: The Windows API functions scattered in the _subprocess and
_multiprocessing.win32 modules now live in a single module "_winapi".
Patch by sbt.
|
2012-04-18 20:51:15 +02:00 |