| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved the code in the futures package to concurrent.futures as per PEP 3148; ↵ | Alex Gr?nholm | 2010-12-18 | 8 | -2012/+0 |
| | | | | | unified the codebase to support both Python 2 and 3 in a single tree; added support to Python 2.5; added tox.ini for easy testing with multiple Python versions | ||||
| * | Merging changes from py3k's r86491 (issue10432) | geekmug | 2010-12-10 | 1 | -6/+35 |
| | | |||||
| * | Reintegrate feedback to head | brian.quinlan | 2010-11-13 | 8 | -998/+903 |
| | | |||||
| * | Update the version number and use different targets for python 2.x and 3.x1.0 | brian.quinlan | 2009-10-25 | 1 | -5/+5 |
| | | |||||
| * | Improved ProcessPoolExecutor module documentation. Ensure that inactive ↵ | brian.quinlan | 2009-10-25 | 1 | -18/+146 |
| | | | | | threads are periodically collected rather than leaking. | ||||
| * | Make the number of extra items in the multiprocessing queue configuration | brian.quinlan | 2009-10-23 | 1 | -1/+3 |
| | | |||||
| * | Fixes two bugs: the _result function could exit if there is work still in ↵ | brian.quinlan | 2009-10-23 | 6 | -12/+92 |
| | | | | | progress and a deadlock can occur on Mac OS X. | ||||
| * | Come comment fixes an PEP work. | brian.quinlan | 2009-10-06 | 1 | -1/+1 |
| | | |||||
| * | Large module documentation cleanup | brian.quinlan | 2009-10-04 | 2 | -70/+140 |
| | | |||||
| * | Remove use of multiprocess executor in crawl example. Also generate a ↵ | brian.quinlan | 2009-10-02 | 2 | -7/+14 |
| | | | | | warning if a ProcessPoolExecutor is used. | ||||
| * | Fixed a docstring mis-capitalization. | brian.quinlan | 2009-08-01 | 1 | -1/+1 |
| | | |||||
| * | Added a single doc string | brian.quinlan | 2009-08-01 | 1 | -0/+1 |
| | | |||||
| * | Added some extra doc comments for FutureList | brian.quinlan | 2009-07-19 | 1 | -0/+10 |
| | | |||||
| * | Increment version number to 0.2 | brian.quinlan | 2009-06-18 | 1 | -1/+1 |
| | | |||||
| * | Some style fixes and documentation improvements. | brian.quinlan | 2009-06-14 | 4 | -4/+47 |
| | | |||||
| * | Add tags for Python 2 and 3. | brian.quinlan | 2009-06-11 | 1 | -1/+1 |
| | | |||||
| * | Added setup scripts. | brian.quinlan | 2009-06-11 | 1 | -0/+18 |
| | | |||||
| * | Clean up threads when the executor is garbage collected and when the ↵ | brian.quinlan | 2009-06-03 | 3 | -67/+148 |
| | | | | | interpreter exits. The process code should be considered experimental since it seems to be vulnerable to deadlocks. | ||||
| * | 'Working' 2.x implementation | brian quinlan | 2009-05-23 | 3 | -4/+1 |
| | | |||||
| * | Test fixes | brian quinlan | 2009-05-23 | 1 | -10/+20 |
| | | |||||
| * | Seperate into python2 and python3 directories | brian quinlan | 2009-05-23 | 7 | -0/+1631 |
