| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35133: Fix mistakes when concatenate string literals on different lines. ... | Serhiy Storchaka | 2018-11-05 | 1 | -1/+1 |
|
|
* | bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G... | orlnub123 | 2018-09-27 | 1 | -4/+4 |
|
|
* | bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) | jhaydaman | 2018-05-30 | 2 | -0/+9 |
|
|
* | bpo-33097: Fix submit accepting callable after executor shutdown by interpret... | Mark Nemec | 2018-04-10 | 2 | -0/+14 |
|
|
* | bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084) | Thomas Moreau | 2018-03-12 | 1 | -2/+9 |
|
|
* | bpo-32596: Make lazy-load portable (GH-5316) | INADA Naoki | 2018-01-26 | 1 | -4/+6 |
|
|
* | bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241) | INADA Naoki | 2018-01-20 | 1 | -2/+33 |
|
|
* | bpo-32576: use queue.SimpleQueue in critical places (#5216) | Antoine Pitrou | 2018-01-18 | 1 | -1/+1 |
|
|
* | bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling... | Thomas Moreau | 2018-01-05 | 1 | -49/+159 |
|
|
* | bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) | Antoine Pitrou | 2017-11-04 | 4 | -10/+84 |
|
|
* | bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682) | Thomas Moreau | 2017-10-03 | 1 | -29/+37 |
|
|
* | bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (... | Łukasz Langa | 2017-09-29 | 1 | -2/+1 |
|
|
* | Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270) | Antoine Pitrou | 2017-09-03 | 1 | -7/+19 |
|
|
* | bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265) | Victor Stinner | 2017-09-01 | 1 | -1/+5 |
|
|
* | bpo-27144: concurrent.futures as_complete and map iterators do not keep refer... | Grzegorz Grzywacz | 2017-09-01 | 2 | -10/+41 |
|
|
* | bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178) | Victor Stinner | 2017-08-22 | 1 | -2/+4 |
|
|
* | bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315) | Gregory P. Smith | 2017-06-22 | 1 | -1/+7 |
|
|
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 2 | -2/+2 |
|
|
* | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() | Gregory P. Smith | 2016-08-07 | 1 | -3/+8 |
|
|
* | Issue #25523: Further a-to-an corrections new in 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | Issue #21817: When an exception is raised in a task submitted to a ProcessPoo... | Antoine Pitrou | 2015-01-17 | 1 | -2/+24 |
|
|
* | | Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* | Antoine Pitrou | 2014-10-04 | 2 | -1/+56 |
|
|
* | | Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ... | Guido van Rossum | 2014-09-02 | 1 | -1/+6 |
|
|
* | | Issue #22033: Reprs of most Python implemened classes now contain actual | Serhiy Storchaka | 2014-07-25 | 1 | -6/+9 |
|
|
* | | Issue #21362: concurrent.futures does not validate that max_workers is proper | Brian Quinlan | 2014-05-17 | 2 | -0/+6 |
|/ |
|
* | Issue #20319: concurrent.futures.wait() can block forever even if Futures hav... | Brian Quinlan | 2014-02-01 | 1 | -2/+4 |
|
|
* | Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. | Guido van Rossum | 2014-01-26 | 1 | -2/+4 |
|
|
* | Fix import of SimpleQueue. | Richard Oudkerk | 2013-10-16 | 1 | -1/+2 |
|
|
* | #18741: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -2/+2 |
|\ |
|
| * | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -2/+2 |
|
|
* | | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where | Charles-François Natali | 2013-06-28 | 1 | -1/+1 |
|
|
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|
|
| * | | Fix docstring typo in concurrent.futures.Future | Eli Bendersky | 2013-01-17 | 1 | -1/+1 |
|
|
* | | | Fix docstring typo in concurrent.futures.Future | Eli Bendersky | 2013-01-17 | 1 | -1/+1 |
|
|
* | | | Issue #16284: Prevent keeping unnecessary references to worker functions in c... | Andrew Svetlov | 2012-11-03 | 2 | -0/+6 |
|
|
* | | | Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". | Mark Dickinson | 2012-10-20 | 1 | -1/+1 |
|
|
* | | | utilize yield from | Philip Jenvey | 2012-10-01 | 1 | -2/+1 |
|/ / |
|
* | | #15015: Fix accessing an non-existing attribute. | Brian Quinlan | 2012-06-11 | 1 | -2/+2 |
|
|
* | | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return... | Antoine Pitrou | 2012-03-31 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return... | Antoine Pitrou | 2012-03-31 | 1 | -3/+5 |
|
|
* | | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 1 | -4/+8 |
|
|
* | | Merge with 3.2 for #12364. | Ross Lagerwall | 2012-01-08 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. | Ross Lagerwall | 2012-01-08 | 1 | -6/+1 |
|
|
| * | Close the call queue in concurrent.futures.ProcessPoolExecutor when | Antoine Pitrou | 2011-07-16 | 1 | -0/+1 |
|
|
* | | Remove unused or redundant imports in concurrent.futures and multiprocessing. | Florent Xicluna | 2011-11-11 | 3 | -4/+2 |
|
|
* | | Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe... | Antoine Pitrou | 2011-07-15 | 1 | -4/+7 |
|
|