summaryrefslogtreecommitdiff
path: root/python2/futures
Commit message (Expand)AuthorAgeFilesLines
* Improved ProcessPoolExecutor module documentation. Ensure that inactive threa...brian.quinlan2009-10-251-17/+145
* Make the number of extra items in the multiprocessing queue configurationbrian.quinlan2009-10-231-1/+3
* Fixes two bugs: the _result function could exit if there is work still in pro...brian.quinlan2009-10-232-6/+22
* Come comment fixes an PEP work.brian.quinlan2009-10-061-2/+2
* Large module documentation cleanupbrian.quinlan2009-10-042-74/+135
* Remove use of multiprocess executor in crawl example. Also generate a warning...brian.quinlan2009-10-021-0/+3
* Added a single doc stringbrian.quinlan2009-08-011-0/+1
* Added some extra doc comments for FutureListbrian.quinlan2009-07-191-0/+10
* Some style fixes and documentation improvements.brian.quinlan2009-06-144-15/+58
* Clean up threads when the executor is garbage collected and when the interpre...brian.quinlan2009-06-033-69/+125
* Provide a replacement for functools.partial for python 2.4brian.quinlan2009-05-281-2/+14
* Python 2.4 compatibilitybrian.quinlan2009-05-283-3/+25
* 'Working' 2.x implementationbrian quinlan2009-05-234-43/+107
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-234-0/+732