RETIRED, further work has moved to Debian project infrastructure
Go to file
Alex Grönholm e3a43c15e5 Fixed OverflowError with ProcessPoolExecutor on Windows 2016-02-14 23:50:04 +02:00
concurrent Fixed OverflowError with ProcessPoolExecutor on Windows 2016-02-14 23:50:04 +02:00
docs Fix typo in docs 2015-07-21 10:39:10 +02:00
.gitignore Converted .hgignore to .gitignore 2015-03-15 06:11:11 +02:00
CHANGES Fixed OverflowError with ProcessPoolExecutor on Windows 2016-02-14 23:50:04 +02: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 Fixed OverflowError with ProcessPoolExecutor on Windows 2016-02-14 23:50:04 +02:00
test_futures.py Added pypy to tox environments and fixed tests on pypy 2015-06-13 00:48:57 +03:00
tox.ini Added pypy to tox environments and fixed tests on pypy 2015-06-13 00:48:57 +03:00