summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed race condition (thanks Ralf Schmitt)2.1.3Alex Gr?nholm2012-08-254-5/+6
* Added missing setUp() methods to several test classesAlex Gr?nholm2012-08-252-1/+18
* Added the CHANGES documentAlex Gr?nholm2011-01-081-0/+30
* Bumped up the version number and added the zip_safe flagAlex Gr?nholm2011-01-082-3/+4
* Changed the namedtuple implementation so it will compile on Python 3.1 (even ...Alex Gr?nholm2011-01-081-5/+5
* Bumped up version numberAlex Gr?nholm2011-01-072-4/+4
* The 'concurrent' package was missing __init__.py after installationAlex Gr?nholm2011-01-071-2/+2
* Added setup.cfg for proper docs uploadingAlex Gr?nholm2010-12-231-0/+6
* Fixed title underline lengthAlex Gr?nholm2010-12-231-1/+1
* Bumped up docs versionAlex Gr?nholm2010-12-231-3/+3
* Minor cleanupsAlex Gr?nholm2010-12-181-7/+1
* Fixed download urlAlex Gr?nholm2010-12-181-1/+1
* Moved the code in the futures package to concurrent.futures as per PEP 3148; ...Alex Gr?nholm2010-12-1825-2106/+295
* Merging changes from py3k's r86491 (issue10432)geekmug2010-12-102-12/+70
* Bump version number for Python 3.2-matching releasebrian.quinlan2010-11-131-1/+1
* Fix incorrect python versionbrian.quinlan2010-11-131-4/+4
* Reintegrate feedback to headbrian.quinlan2010-11-1318-2683/+2064
* Set the PEP titlebrian.quinlan2009-10-301-2/+2
* Fixed a few grammar problems.brian.quinlan2009-10-292-8/+10
* Removed the 'experimental' label from ProcessPoolExecutorbrian.quinlan2009-10-252-4/+3
* 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 threa...brian.quinlan2009-10-252-35/+291
* 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 pro...brian.quinlan2009-10-2311-23/+125
* 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 warning...brian.quinlan2009-10-024-21/+34
* 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 interpre...brian.quinlan2009-06-037-141/+301