summaryrefslogtreecommitdiff
path: root/python3
Commit message (Expand)AuthorAgeFilesLines
* Update the version number and use different targets for python 2.x and 3.x1.0brian.quinlan2009-10-251-5/+5
* Improved ProcessPoolExecutor module documentation. Ensure that inactive threa...brian.quinlan2009-10-251-18/+146
* 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-236-12/+92
* Come comment fixes an PEP work.brian.quinlan2009-10-061-1/+1
* Large module documentation cleanupbrian.quinlan2009-10-042-70/+140
* Remove use of multiprocess executor in crawl example. Also generate a warning...brian.quinlan2009-10-022-7/+14
* Fixed a docstring mis-capitalization.brian.quinlan2009-08-011-1/+1
* Added a single doc stringbrian.quinlan2009-08-011-0/+1
* Added some extra doc comments for FutureListbrian.quinlan2009-07-191-0/+10
* Increment version number to 0.2brian.quinlan2009-06-181-1/+1
* Some style fixes and documentation improvements.brian.quinlan2009-06-144-4/+47
* Add tags for Python 2 and 3.brian.quinlan2009-06-111-1/+1
* Added setup scripts.brian.quinlan2009-06-111-0/+18
* Clean up threads when the executor is garbage collected and when the interpre...brian.quinlan2009-06-033-67/+148
* 'Working' 2.x implementationbrian quinlan2009-05-233-4/+1
* Test fixesbrian quinlan2009-05-231-10/+20
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-237-0/+1631