| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: Fix typos (#125728) | ember91 | 2024-10-21 | 1 | -1/+1 |
|
|
* | gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548) | Eric Snow | 2024-10-16 | 1 | -4/+131 |
|
|
* | gh-84559: Change the multiprocessing start method default to `forkserver` (GH... | Gregory P. Smith | 2024-09-26 | 1 | -8/+6 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (#114521) | Nikita Sobolev | 2024-01-24 | 1 | -20/+22 |
|
|
* | Docs: align usage of versionadded/versionchanged with recommended practice (#... | Erlend E. Aasland | 2024-01-22 | 1 | -2/+2 |
|
|
* | gh-112043: Align concurrent.futures.Executor.map docs with implementation (#1... | Erlend E. Aasland | 2024-01-17 | 1 | -5/+5 |
|
|
* | gh-110631: Fix reST indentation in `Doc/library` (#110685) | Ezio Melotti | 2023-10-11 | 1 | -135/+135 |
|
|
* | gh-109649: Use os.process_cpu_count() (#110165) | Victor Stinner | 2023-10-01 | 1 | -1/+9 |
|
|
* | gh-100228: Document the os.fork threads DeprecationWarning. (#109767) | Gregory P. Smith | 2023-09-23 | 1 | -0/+8 |
|
|
* | gh-102627: Replace address pointing toward malicious web page (#102630) | Blind4Basics | 2023-03-13 | 1 | -1/+1 |
|
|
* | gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551) | Gregory P. Smith | 2023-02-03 | 1 | -8/+8 |
|
|
* | GH-84559: Deprecate fork being the multiprocessing default. (#100618) | Gregory P. Smith | 2023-02-02 | 1 | -3/+11 |
|
|
* | Docs: Fix backtick errors found by sphinx-lint (#97998) | Hugo van Kemenade | 2022-10-07 | 1 | -3/+3 |
|
|
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Christian Heimes | 2022-08-02 | 1 | -0/+1 |
|
|
* | gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9... | [object Object] | 2022-07-28 | 1 | -0/+7 |
|
|
* | gh-93675: Fix typos in `Doc/` (GH-93676) | luzpaz | 2022-06-21 | 1 | -1/+1 |
|
|
* | gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587) | Gregory P. Smith | 2022-05-06 | 1 | -2/+5 |
|
|
* | Fix missing "," in the documentation of Executor Objects (GH-30404) | Philipp Claßen | 2022-01-04 | 1 | -1/+1 |
|
|
* | bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-... | Kumar Aditya | 2022-01-04 | 1 | -1/+2 |
|
|
* | bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro... | Kumar Aditya | 2021-12-19 | 1 | -5/+11 |
|
|
* | bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373) | Logan Jones | 2021-11-20 | 1 | -1/+10 |
|
|
* | Add missing end of sentence in docs (GH-27280) | Adrian Garcia Badaracco | 2021-07-28 | 1 | -1/+1 |
|
|
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -1/+1 |
|
|
* | Minor wording change in concurrent.futures. (GH-23194) | Don Kirkby | 2020-11-08 | 1 | -3/+3 |
|
|
* | bpo-40204: Fix reference to terms in the doc (GH-21865) | Victor Stinner | 2020-08-14 | 1 | -1/+2 |
|
|
* | bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057) | Kyle Stanley | 2020-02-02 | 1 | -1/+13 |
|
|
* | Update concurrent.futures.rst (GH-14061) | Géry Ogam | 2019-06-14 | 1 | -6/+8 |
|
|
* | [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) | Serhiy Storchaka | 2019-06-05 | 1 | -1/+1 |
|
|
* | bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618) | Inada Naoki | 2019-05-28 | 1 | -0/+9 |
|
|
* | bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) | Brian Quinlan | 2019-05-08 | 1 | -0/+4 |
|
|
* | Fix typos in concurrent.Futures documentation (GH-10920) | Matt Wheeler | 2018-12-05 | 1 | -2/+2 |
|
|
* | Doc: Fix is_prime (GH-9909) | Julien Palard | 2018-10-17 | 1 | -0/+4 |
|
|
* | Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533) | Joni Kähärä | 2018-09-25 | 1 | -1/+1 |
|
|
* | bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) | jhaydaman | 2018-05-30 | 1 | -0/+16 |
|
|
* | bpo-32306: Clarify c.f.Executor.map() documentation (#4947) | Antoine Pitrou | 2017-12-20 | 1 | -13/+21 |
|
|
* | bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241) | Antoine Pitrou | 2017-11-04 | 1 | -6/+42 |
|
|
* | bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682) | Thomas Moreau | 2017-10-03 | 1 | -1/+8 |
|
|
* | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() | Gregory P. Smith | 2016-08-07 | 1 | -1/+5 |
|
|
* | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 1 | -1/+1 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -2/+2 |
|
|
* | issue23962 - Reference the correct TimeoutError in concurrent.futures documen... | Senthil Kumaran | 2016-01-19 | 1 | -16/+27 |
|
|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|\ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|
|
* | | Issue #25127: Fix typo in concurrent.futures.rst | Berker Peksag | 2015-09-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25127: Fix typo in concurrent.futures.rst | Berker Peksag | 2015-09-15 | 1 | -1/+1 |
|
|
* | | Issue #12955: Change the urlopen() examples to use context managers where app... | Berker Peksag | 2015-04-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #12955: Change the urlopen() examples to use context managers where app... | Berker Peksag | 2015-04-12 | 1 | -2/+2 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-28 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix module name. | Georg Brandl | 2014-10-28 | 1 | -0/+2 |
|
|