| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [security][3.4] bpo-30730: Prevent environment variables injection in ↵ | Serhiy Storchaka | 2017-07-11 | 1 | -4/+19 |
| | | | | | | | | | | | | subprocess on Windows. (GH-2325) (#2362) * [3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) Prevent passing other invalid environment variables and command arguments.. (cherry picked from commit d174d24a5d37d1516b885dc7c82f71ecd5930700) * Update NEWS | ||||
| * | merge 3.3 (#23361) | Benjamin Peterson | 2015-02-10 | 1 | -2/+12 |
| |\ | |||||
| | * | add overflow checking (closes #23361) | Benjamin Peterson | 2015-02-10 | 1 | -2/+12 |
| | | | |||||
| * | | Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by | Victor Stinner | 2014-03-20 | 1 | -0/+1 |
| | | | | | | | | | multiprocessing.connection | ||||
| * | | Issue #19565: Prevent warnings at shutdown about pending overlapped ops. | Richard Oudkerk | 2013-11-17 | 1 | -8/+28 |
| | | | |||||
| * | | #18466: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295) | Victor Stinner | 2013-06-24 | 1 | -2/+5 |
| |/ | |||||
| * | Fix typo in error handling for WaitForMultipleObjects() | Richard Oudkerk | 2012-08-21 | 1 | -1/+1 |
| | | |||||
| * | Fix for Issue 14725 for 3.3 branch. | Richard Oudkerk | 2012-05-05 | 1 | -3/+1 |
| | | |||||
| * | Issue #4892: multiprocessing Connections can now be transferred over ↵ | Antoine Pitrou | 2012-04-24 | 1 | -0/+4 |
| | | | | | | | multiprocessing Connections. Patch by Richard Oudkerk (sbt). | ||||
| * | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 1 | -0/+1326 |
| _multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt. | |||||
