| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #14548: Make multiprocessing finalizers check pid before running | Richard Oudkerk | 2012-05-25 | 1 | -3/+9 |
|
|
* | | Issue #12091: simplify ApplyResult and MapResult with threading.Event | Richard Oudkerk | 2012-05-25 | 1 | -30/+9 |
|
|
* | | Merge | Richard Oudkerk | 2012-05-25 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #14881: Allow normal non-main thread to spawn a dummy process | Richard Oudkerk | 2012-05-25 | 1 | -1/+2 |
|
|
| * | Fix for issue 14725 for 3.2 branch | Richard Oudkerk | 2012-05-05 | 1 | -1/+4 |
|
|
* | | Fix whitespace | Antoine Pitrou | 2012-05-18 | 1 | -1/+0 |
|
|
* | | Move private function _args_from_interpreter_flags() to subprocess.py, so | Antoine Pitrou | 2012-05-18 | 1 | -29/+1 |
|
|
* | | #12098: Make multiprocessing's child processes inherit sys.flags on Windows | Richard Oudkerk | 2012-05-18 | 2 | -1/+33 |
|
|
* | | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 | Richard Oudkerk | 2012-05-10 | 3 | -27/+4 |
|
|
* | | Make AcquirerProxy.acquire() support timeout argument | Richard Oudkerk | 2012-05-06 | 1 | -2/+3 |
|
|
* | | Fix for Issue 14725 for 3.3 branch. | Richard Oudkerk | 2012-05-05 | 1 | -9/+17 |
|
|
* | | Fix dangling warning for test_multiprocessing | Richard Oudkerk | 2012-05-03 | 1 | -1/+4 |
|
|
* | | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" | Richard Oudkerk | 2012-04-30 | 12 | -312/+12 |
|
|
* | | Issue #14666: stop multiprocessing's resource-sharing thread after the tests ... | Antoine Pitrou | 2012-04-27 | 1 | -1/+28 |
|
|
* | | Issue #4892: multiprocessing Connections can now be transferred over multipro... | Antoine Pitrou | 2012-04-24 | 4 | -159/+203 |
|
|
* | | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 4 | -84/+83 |
|
|
* | | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. | Charles-François Natali | 2012-04-17 | 2 | -0/+38 |
|
|
* | | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. | Antoine Pitrou | 2012-04-07 | 1 | -12/+3 |
|
|
* | | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #14482: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-03 | 1 | -0/+4 |
|
|
* | | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #14151: Raise a ValueError, not a NameError, when trying to create | Antoine Pitrou | 2012-04-01 | 1 | -0/+9 |
|
|
* | | Issue #14335: multiprocessing's custom Pickler subclass now inherits from the... | Antoine Pitrou | 2012-03-16 | 1 | -9/+9 |
|
|
* | | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 2 | -116/+217 |
|
|
* | | Issue #11836: document and expose multiprocessing.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 |
|
|
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 1 | -3/+8 |
|
|
* | | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 |
|
|
* | | Issue #13812: When a multiprocessing Process child raises an exception, flush... | Antoine Pitrou | 2012-01-27 | 2 | -5/+4 |
|\ \
| |/ |
|
| * | Issue #13812: When a multiprocessing Process child raises an exception, flush... | Antoine Pitrou | 2012-01-27 | 2 | -5/+4 |
|
|
* | | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 | 1 | -1/+1 |
|
|
* | | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools... | Antoine Pitrou | 2011-12-21 | 2 | -3/+32 |
|
|
* | | Issue #13215: multiprocessing.Connection: don't hammer the remote end with | Charles-François Natali | 2011-11-19 | 1 | -15/+1 |
|
|
* | | Remove unused or redundant imports in concurrent.futures and multiprocessing. | Florent Xicluna | 2011-11-11 | 9 | -24/+5 |
|
|
* | | Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely | Antoine Pitrou | 2011-11-09 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely | Antoine Pitrou | 2011-11-09 | 1 | -1/+5 |
|
|
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 2 | -3/+3 |
|
|
* | | Issue #10332: multiprocessing: fix a race condition when a Pool is closed | Charles-François Natali | 2011-10-24 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #10332: multiprocessing: fix a race condition when a Pool is closed | Charles-François Natali | 2011-10-24 | 1 | -1/+5 |
|
|
* | | Use InterruptedError instead of checking for EINTR | Antoine Pitrou | 2011-10-23 | 1 | -6/+3 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -4/+4 |
|
|
* | | Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. | Charles-François Natali | 2011-09-24 | 1 | -3/+18 |
|
|
* | | Issue #12996: multiprocessing.connection: transmit the header in network byte | Charles-François Natali | 2011-09-20 | 1 | -2/+2 |
|
|
* | | Remove indirection in threading (issue #10968). | Éric Araujo | 2011-07-27 | 1 | -12/+1 |
|
|
* | | Fix test_multiprocessing failure under Windows. | Antoine Pitrou | 2011-07-20 | 1 | -2/+2 |
|
|
* | | Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe... | Antoine Pitrou | 2011-07-15 | 1 | -2/+7 |
|
|