summaryrefslogtreecommitdiff
path: root/Doc/library/concurrent.futures.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-181-16/+27
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-3/+22
|\
| * 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-3/+22
| |\ \
| | * \ merge with 3.4Georg Brandl2014-10-281-3/+22
| | |\ \
| | | * | 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
* | | | | 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 #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-121-2/+2
|/ /
* | Fix module name.Georg Brandl2014-10-281-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-261-0/+3
* Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-241-1/+1
* merge with 3.3.1 release cloneGeorg Brandl2013-04-061-0/+2
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* | Fix suspicious markup in the docs.Georg Brandl2013-03-231-1/+1
|/
* Fix typo in example (pointed out by a couple of people, most recently Ken Rimey)Nick Coghlan2012-10-201-1/+1
* A dict comprehension is much prettier (thanks Antoine)Nick Coghlan2012-10-161-5/+3
* Tweak the threaded example in concurrent.futuresNick Coghlan2012-10-161-10/+15
* merge 3.2Benjamin Peterson2012-10-121-0/+19
|\
| * Merge with 3.2.Ezio Melotti2011-10-191-0/+19
| |\
| | * Merge 3.2Éric Araujo2011-08-191-2/+2
| | |\
| | * | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-081-0/+19
* | | | Fix links to the __next__ method.Ezio Melotti2012-10-121-10/+12
|/ / /
* | | Remove duplication.Ezio Melotti2011-10-191-1/+1
| |/ |/|
* | Add a few missing source links from 2.7 and harmonize lib docs headersÉric Araujo2011-08-191-2/+2
|/
* Wording fix.Eric Smith2011-02-011-1/+1
* More source links.Raymond Hettinger2011-01-271-0/+5
* Homogenize the "optional OS services" menuAntoine Pitrou2010-12-121-2/+2
* Fix "seperate".Georg Brandl2010-12-091-1/+1
* Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-151-2/+2
* #9911: doc copyedits.Georg Brandl2010-09-211-2/+2
* Edit concurrent docs, add versionadded and see also reference to the PEP.Georg Brandl2010-09-191-145/+152
* edit concurrent.future docsBenjamin Peterson2010-09-191-62/+55
* Initial implementation of PEP 3148Brian Quinlan2010-09-181-0/+366