summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag 2.2.0 for changeset 3540bcd722c4HEADmasterAlex Gr?nholm2014-09-260-0/+0
* Added the set_exception_info() and exception_info() methods to Future which p...2.2.0Alex Gr?nholm2014-09-085-11/+60
* Added tag 2.1.6 for changeset b7b2c0c45e14Alex Gr?nholm2014-01-140-0/+0
* Fixed files missing from the source distribution2.1.6Alex Gr?nholm2014-01-144-3/+14
* Added tag 2.1.5 for changeset 474b01a6d978Alex Gr?nholm2014-01-140-0/+0
* Fixed Jython compatibility by making the ProcessPoolExecutor import optional2.1.5Alex Gr?nholm2013-11-124-3/+23
* Added tag 2.1.4 for changeset 1c3e8d491aa6Alex Gr?nholm2013-06-240-0/+0
* Added tag 2.1.3 for changeset 696dfb37afdeAlex Gr?nholm2013-06-240-0/+0
* Redid the port from scratch using Python 3.2.5 as base2.1.4Alex Gr?nholm2013-06-248-603/+520
* update tagsconvert-repo2012-08-280-0/+0
* 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