RETIRED, further work has moved to Debian project infrastructure
Go to file
Alex Gr?nholm 5d5b743fa8 Added tag 2.1.4 for changeset 1c3e8d491aa6 2013-06-24 01:22:08 +03:00
concurrent Redid the port from scratch using Python 3.2.5 as base 2013-06-24 01:20:47 +03: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 Redid the port from scratch using Python 3.2.5 as base 2013-06-24 01:20:47 +03: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 Added setup.cfg for proper docs uploading 2010-12-23 23:19:14 +00:00
setup.py Redid the port from scratch using Python 3.2.5 as base 2013-06-24 01:20:47 +03: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