summaryrefslogtreecommitdiff
path: root/python3
Commit message (Collapse)AuthorAgeFilesLines
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ↵Alex Gr?nholm2010-12-188-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)geekmug2010-12-101-6/+35
|
* Reintegrate feedback to headbrian.quinlan2010-11-138-998/+903
|
* 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 ↵brian.quinlan2009-10-251-18/+146
| | | | threads are periodically collected rather than leaking.
* 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 ↵brian.quinlan2009-10-236-12/+92
| | | | progress and a deadlock can occur on Mac OS X.
* 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 ↵brian.quinlan2009-10-022-7/+14
| | | | warning if a ProcessPoolExecutor is used.
* 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 ↵brian.quinlan2009-06-033-67/+148
| | | | interpreter exits. The process code should be considered experimental since it seems to be vulnerable to deadlocks.
* '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