RETIRED, further work has moved to Debian project infrastructure
Go to file
Alex Gr?nholm 7e58f1b604 Added tag 2.1.5 for changeset 474b01a6d978 2014-01-14 10:57:39 +02:00
concurrent Fixed Jython compatibility by making the ProcessPoolExecutor import optional 2013-11-12 20:32:46 +02:00
docs Fixed race condition (thanks Ralf Schmitt) 2012-08-25 06:50:48 +00:00
futures Moved the code in the futures package to concurrent.futures as per PEP 3148; 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 2010-12-18 06:01:09 +00:00
.hgignore Redid the port from scratch using Python 3.2.5 as base 2013-06-24 01:20:47 +03:00
CHANGES Fixed Jython compatibility by making the ProcessPoolExecutor import optional 2013-11-12 20:32:46 +02:00
LICENSE Added a license file 2009-06-11 19:43:21 +00:00
crawl.py Moved the code in the futures package to concurrent.futures as per PEP 3148; 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 2010-12-18 06:01:09 +00:00
primes.py Moved the code in the futures package to concurrent.futures as per PEP 3148; 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 2010-12-18 06:01:09 +00:00
setup.cfg Fixed Jython compatibility by making the ProcessPoolExecutor import optional 2013-11-12 20:32:46 +02:00
setup.py Fixed Jython compatibility by making the ProcessPoolExecutor import optional 2013-11-12 20:32:46 +02:00
test_futures.py Redid the port from scratch using Python 3.2.5 as base 2013-06-24 01:20:47 +03:00
tox.ini Redid the port from scratch using Python 3.2.5 as base 2013-06-24 01:20:47 +03:00