RETIRED, further work has moved to Debian project infrastructure
Go to file
Alex Grönholm dac160bf5c Fixed log message using nonexistent variables as input 2015-05-03 08:36:12 +03:00
concurrent Fixed log message using nonexistent variables as input 2015-05-03 08:36:12 +03:00
docs Fixed files missing from the source distribution 2014-01-14 11:06:23 +02:00
.gitignore Converted .hgignore to .gitignore 2015-03-15 06:11:11 +02:00
CHANGES Fixed log message using nonexistent variables as input 2015-05-03 08:36:12 +03:00
LICENSE Added a license file 2009-06-11 19:43:21 +00:00
MANIFEST.in Fixed files missing from the source distribution 2014-01-14 11:06:23 +02: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 Dropped Python 2.5 and 3.1 support and the "futures" compatibility package 2015-05-03 08:36:12 +03:00
setup.py Dropped Python 2.5 and 3.1 support and the "futures" compatibility package 2015-05-03 08:36:12 +03:00
test_futures.py Dropped Python 2.5 and 3.1 support and the "futures" compatibility package 2015-05-03 08:36:12 +03:00
tox.ini Dropped Python 2.5 and 3.1 support and the "futures" compatibility package 2015-05-03 08:36:12 +03:00