summaryrefslogtreecommitdiffstats
path: root/Doc/library/concurrent.futures.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Closes #4159: add LaTeX tabular column specifications to tables that ↵Georg Brandl2013-03-281-0/+2
|/ | | | otherwise are cut off or have overlapping text.
* 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-10/+12
|\
| * Fix links to the __next__ method.Ezio Melotti2012-10-121-10/+12
| |
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
| |
* | Merge 3.2Éric Araujo2011-08-191-2/+2
|\ \ | |/
| * Add a few missing source links from 2.7 and harmonize lib docs headersÉric Araujo2011-08-181-2/+2
| |
* | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-081-0/+19
|/ | | | | children and raises BrokenProcessPool in such a situation. Previously it would reliably freeze/deadlock.
* 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