summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the version number and use different targets for python 2.x and 3.x1.0brian.quinlan2009-10-252-8/+8
|
* Updated the PEP to include ProcessPoolExecutorbrian.quinlan2009-10-252-28/+67
|
* Improved ProcessPoolExecutor module documentation. Ensure that inactive ↵brian.quinlan2009-10-252-35/+291
| | | | threads are periodically collected rather than leaking.
* Make the number of extra items in the multiprocessing queue configurationbrian.quinlan2009-10-232-2/+6
|
* Fixes two bugs: the _result function could exit if there is work still in ↵brian.quinlan2009-10-2311-23/+125
| | | | progress and a deadlock can occur on Mac OS X.
* Fixed a few >80 char linesbrian.quinlan2009-10-161-2/+4
|
* Fixed a >80 char linebrian.quinlan2009-10-161-2/+2
|
* Removed trailing whitespacebrian.quinlan2009-10-161-7/+7
|
* Fixes a >80 character linebrian.quinlan2009-10-161-4/+4
|
* Minor formatting fixbrian.quinlan2009-10-161-14/+14
|
* Add a section pointing to the reference implementationbrian.quinlan2009-10-161-0/+15
|
* First draft of fleshed-out PEP. Modified docs to be consistentbrian.quinlan2009-10-162-85/+356
|
* Come comment fixes an PEP work.brian.quinlan2009-10-063-7/+73
|
* Large module documentation cleanupbrian.quinlan2009-10-044-144/+275
|
* Remove use of multiprocess executor in crawl example. Also generate a ↵brian.quinlan2009-10-024-21/+34
| | | | warning if a ProcessPoolExecutor is used.
* Fixed a docstring mis-capitalization.brian.quinlan2009-08-011-1/+1
|
* Added a single doc stringbrian.quinlan2009-08-012-0/+2
|
* Added some extra doc comments for FutureListbrian.quinlan2009-07-192-0/+20
|
* Increment version number to 0.2brian.quinlan2009-06-182-2/+2
|
* Some style fixes and documentation improvements.brian.quinlan2009-06-148-19/+105
|
* Formatting fix.brian.quinlan2009-06-141-2/+1
|
* Add documentation for the CancelledError exception.brian.quinlan2009-06-141-1/+7
|
* Fixed all XXX comments and added a module overview.brian.quinlan2009-06-141-9/+40
|
* Ignore .pyc, build and dist filesbrian.quinlan2009-06-130-0/+0
|
* Add tags for Python 2 and 3.brian.quinlan2009-06-112-2/+2
|
* Added setup scripts.brian.quinlan2009-06-112-0/+36
|
* Added a license filebrian.quinlan2009-06-111-0/+21
|
* Change the name of the doc file from futures.html to index.htmlbrian.quinlan2009-06-052-1/+1
|
* First run of documentationbrian.quinlan2009-06-044-0/+670
|
* Clean up threads when the executor is garbage collected and when the ↵brian.quinlan2009-06-037-141/+301
| | | | interpreter exits. The process code should be considered experimental since it seems to be vulnerable to deadlocks.
* 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-2310-73/+139
|
* Some test fixesbrian quinlan2009-05-231-10/+20
|
* Test fixesbrian quinlan2009-05-231-10/+20
|
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-2314-0/+1631
|
* Better tests and stuffbrian.quinlan2009-05-205-142/+341
|
* Remove broken example.brian.quinlan2009-05-101-65/+0
|
* Same names change and doc additions.brian.quinlan2009-05-106-111/+269
|
* Tests work again and wait works correctly if some futures are already complete.brian.quinlan2009-05-085-246/+524
|
* Some example love.brian.quinlan2009-05-042-15/+38
|
* First maybe-working version of process pools.brian.quinlan2009-05-047-389/+491
|
* Initial checkin.brian.quinlan2009-05-037-0/+961
|
* Initial directory structure.unknown2009-05-030-0/+0