1
0

CHANGES 696 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 2.1.4
  2. =====
  3. - Ported the library again from Python 3.2.5 to get the latest bug fixes
  4. 2.1.3
  5. =====
  6. - Fixed race condition in wait(return_when=ALL_COMPLETED)
  7. (http://bugs.python.org/issue14406) -- thanks Ralf Schmitt
  8. - Added missing setUp() methods to several test classes
  9. 2.1.2
  10. =====
  11. - Fixed installation problem on Python 3.1
  12. 2.1.1
  13. =====
  14. - Fixed missing 'concurrent' package declaration in setup.py
  15. 2.1
  16. ===
  17. - Moved the code from the 'futures' package to 'concurrent.futures' to provide
  18. a drop in backport that matches the code in Python 3.2 standard library
  19. - Deprecated the old 'futures' package
  20. 2.0
  21. ===
  22. - Changed implementation to match PEP 3148
  23. 1.0
  24. ===
  25. Initial release.