summaryrefslogtreecommitdiff
path: root/python2/futures/process.py
Commit message (Expand)AuthorAgeFilesLines
* 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-231-4/+20
* Remove use of multiprocess executor in crawl example. Also generate a warning...brian.quinlan2009-10-021-0/+3
* Some style fixes and documentation improvements.brian.quinlan2009-06-141-1/+5
* Clean up threads when the executor is garbage collected and when the interpre...brian.quinlan2009-06-031-52/+82
* Python 2.4 compatibilitybrian.quinlan2009-05-281-1/+1
* 'Working' 2.x implementationbrian quinlan2009-05-231-14/+21
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-231-0/+155