summaryrefslogtreecommitdiffstats
path: root/Doc/library/concurrent.futures.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (GH-114521)...Hugo van Kemenade2024-01-241-20/+22
* [3.11] Docs: align usage of versionadded/versionchanged with recommended prac...Erlend E. Aasland2024-01-231-2/+2
* [3.11] gh-112043: Align concurrent.futures.Executor.map docs with implementat...Miss Islington (bot)2024-01-171-5/+5
* [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737)Ezio Melotti2023-10-111-135/+135
* gh-102627: Replace address pointing toward malicious web page (GH-102630)Miss Islington (bot)2023-03-131-1/+1
* [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach2022-10-171-3/+3
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Miss Islington (bot)2022-08-021-0/+1
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...Miss Islington (bot)2022-07-281-0/+7
* [3.11] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94079)Łukasz Langa2022-06-211-1/+1
* gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)Gregory P. Smith2022-05-061-2/+5
* Fix missing "," in the documentation of Executor Objects (GH-30404)Philipp Claßen2022-01-041-1/+1
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...Kumar Aditya2022-01-041-1/+2
* bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...Kumar Aditya2021-12-191-5/+11
* bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)Logan Jones2021-11-201-1/+10
* Add missing end of sentence in docs (GH-27280)Adrian Garcia Badaracco2021-07-281-1/+1
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-1/+1
* Minor wording change in concurrent.futures. (GH-23194)Don Kirkby2020-11-081-3/+3
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-141-1/+2
* bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)Kyle Stanley2020-02-021-1/+13
* Update concurrent.futures.rst (GH-14061)Géry Ogam2019-06-141-6/+8
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-051-1/+1
* bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618)Inada Naoki2019-05-281-0/+9
* bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)Brian Quinlan2019-05-081-0/+4
* Fix typos in concurrent.Futures documentation (GH-10920)Matt Wheeler2018-12-051-2/+2
* Doc: Fix is_prime (GH-9909)Julien Palard2018-10-171-0/+4
* Fix wrong exception reference: BrokenThreadPool -> BrokenProcessPool (GH-9533)Joni Kähärä2018-09-251-1/+1
* bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)jhaydaman2018-05-301-0/+16
* bpo-32306: Clarify c.f.Executor.map() documentation (#4947)Antoine Pitrou2017-12-201-13/+21
* bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)Antoine Pitrou2017-11-041-6/+42
* bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)Thomas Moreau2017-10-031-1/+8
* Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()Gregory P. Smith2016-08-071-1/+5
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
* issue23962 - Reference the correct TimeoutError in concurrent.futures documen...Senthil Kumaran2016-01-191-16/+27
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-2/+2
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
* | Issue #25127: Fix typo in concurrent.futures.rstBerker Peksag2015-09-151-1/+1
|\ \ | |/
| * Issue #25127: Fix typo in concurrent.futures.rstBerker Peksag2015-09-151-1/+1
* | Issue #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-121-2/+2
|\ \ | |/
| * Issue #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-121-2/+2
* | merge with 3.4Georg Brandl2014-10-281-0/+2
|\ \ | |/
| * Fix module name.Georg Brandl2014-10-281-0/+2
* | Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*Antoine Pitrou2014-10-041-2/+11
* | Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...Guido van Rossum2014-09-021-1/+9
* | Issue #21362: concurrent.futures does not validate that max_workers is properBrian Quinlan2014-05-171-0/+2
|/
* Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments.Guido van Rossum2014-01-261-1/+2
* Issue #11161: Update the documentation for ProcessPoolExecutor to note that i...bquinlan2013-10-251-0/+3
* Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-231-1/+1
* merge with 3.3.1 release cloneGeorg Brandl2013-04-061-1/+1
|\
| * Fix suspicious markup in the docs.Georg Brandl2013-03-231-1/+1