summaryrefslogtreecommitdiff
path: root/Lib/concurrent/futures/process.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe...Antoine Pitrou2011-07-161-4/+7
* | Fix potential resource leaks in concurrent.futures.ProcessPoolExecutorAntoine Pitrou2011-07-161-1/+4
* | Followup to 51c1f2cedb96 (and issue #12456):Antoine Pitrou2011-07-031-10/+10
* | Issue #12456: fix a possible hang on shutdown of a concurrent.futures.Process...Antoine Pitrou2011-07-021-9/+21
* | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-081-31/+74
* | Fix typo in name of private functionAntoine Pitrou2011-05-031-7/+7
|\ \ | |/
| * Fix typo in name of private functionAntoine Pitrou2011-05-031-7/+7
* | Issue #11815: Use a light-weight SimpleQueue for the result queue in concurre...Antoine Pitrou2011-04-121-2/+3
|/
* Issue #11815: Remove dead code in concurrent.futures (since a blocking QueueAntoine Pitrou2011-04-121-44/+25
* Issue #11635: Don't use polling in worker threads and processes launched byAntoine Pitrou2011-03-261-48/+64
* Issue #10798: Reject supporting concurrent.futures if the system hasMartin v. Löwis2011-01-031-0/+26
* Fix "seperate".Georg Brandl2010-12-091-1/+1
* Initial implementation of PEP 3148Brian Quinlan2010-09-181-0/+337