summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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