summaryrefslogtreecommitdiff
path: root/python2/futures/_base.py
Commit message (Expand)AuthorAgeFilesLines
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ...Alex Gr?nholm2010-12-181-570/+0
* Merging changes from py3k's r86491 (issue10432)geekmug2010-12-101-6/+35
* Reintegrate feedback to headbrian.quinlan2010-11-131-384/+303
* Come comment fixes an PEP work.brian.quinlan2009-10-061-2/+2
* Large module documentation cleanupbrian.quinlan2009-10-041-71/+123
* 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-141-8/+12
* Clean up threads when the executor is garbage collected and when the interpre...brian.quinlan2009-06-031-2/+2
* Provide a replacement for functools.partial for python 2.4brian.quinlan2009-05-281-2/+14
* Python 2.4 compatibilitybrian.quinlan2009-05-281-1/+23
* 'Working' 2.x implementationbrian quinlan2009-05-231-17/+56
* Seperate into python2 and python3 directoriesbrian quinlan2009-05-231-0/+482