🌐 AI搜索 & 代理 主页
  1. bf5eaa0 Bumped up version by Alex Grönholm · 11 years ago 3.0.0
  2. bf9f88c Fixed Executor.map not submitting futures until iter.next() is called by Alex Grönholm · 11 years ago
  3. f3d2563 Fixed behavior of concurrent.futures.as_completed() for duplicate arguments by Alex Grönholm · 11 years ago
  4. dac160b Fixed log message using nonexistent variables as input by Alex Grönholm · 11 years ago
  5. 50453b2 Fixed memory leaks in thread and process pools by Alex Grönholm · 11 years ago
  6. 86ebe12 Dropped Python 2.5 and 3.1 support and the "futures" compatibility package by Alex Grönholm · 11 years ago
  7. cb09ff1 Updated URLs in setup.py to point to Github by Alex Grönholm · 11 years ago
  8. 3249933 Converted .hgignore to .gitignore by Alex Grönholm · 11 years ago
  9. 3bf2730 Added tag 2.2.0 for changeset 3540bcd722c4 by Alex Gr?nholm · 11 years ago
  10. 6342a77 Added the set_exception_info() and exception_info() methods to Future which provide the missing traceback information on Python 2.x by Alex Gr?nholm · 11 years ago 2.2.0
  11. 7b6ec83 Added tag 2.1.6 for changeset b7b2c0c45e14 by Alex Gr?nholm · 12 years ago
  12. 375ad26 Fixed files missing from the source distribution by Alex Gr?nholm · 12 years ago 2.1.6
  13. 7e58f1b Added tag 2.1.5 for changeset 474b01a6d978 by Alex Gr?nholm · 12 years ago
  14. 1a5bd79 Fixed Jython compatibility by making the ProcessPoolExecutor import optional by Alex Gr?nholm · 12 years ago 2.1.5
  15. 5d5b743 Added tag 2.1.4 for changeset 1c3e8d491aa6 by Alex Gr?nholm · 12 years ago
  16. 60968b3 Added tag 2.1.3 for changeset 696dfb37afde by Alex Gr?nholm · 12 years ago
  17. ecc0a67 Redid the port from scratch using Python 3.2.5 as base by Alex Gr?nholm · 12 years ago 2.1.4
  18. c0d77fd update tags by convert-repo · 13 years ago
  19. 8c48820 Fixed race condition (thanks Ralf Schmitt) by Alex Gr?nholm · 13 years ago 2.1.3
  20. 1974981 Added missing setUp() methods to several test classes by Alex Gr?nholm · 13 years ago
  21. 887e4f6 Added the CHANGES document by Alex Gr?nholm · 15 years ago
  22. 44afa54 Bumped up the version number and added the zip_safe flag by Alex Gr?nholm · 15 years ago
  23. 67259b8 Changed the namedtuple implementation so it will compile on Python 3.1 (even though it's never imported, it's still compiled on setup.py install) by Alex Gr?nholm · 15 years ago
  24. 1c4cc4d Bumped up version number by Alex Gr?nholm · 15 years ago
  25. 2be3308 The 'concurrent' package was missing __init__.py after installation by Alex Gr?nholm · 15 years ago
  26. 99ddf22 Added setup.cfg for proper docs uploading by Alex Gr?nholm · 15 years ago
  27. f64a680 Fixed title underline length by Alex Gr?nholm · 15 years ago
  28. 93c4793 Bumped up docs version by Alex Gr?nholm · 15 years ago
  29. 67afb9f Minor cleanups by Alex Gr?nholm · 15 years ago
  30. 0ac4b6b Fixed download url by Alex Gr?nholm · 15 years ago
  31. 43539ed 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 by Alex Gr?nholm · 15 years ago
  32. 837ac01 Merging changes from py3k's r86491 (issue10432) by geekmug · 15 years ago
  33. 06ae20b Bump version number for Python 3.2-matching release by brian.quinlan · 15 years ago
  34. 03004c7 Fix incorrect python version by brian.quinlan · 15 years ago
  35. 69d0be4 Reintegrate feedback to head by brian.quinlan · 15 years ago
  36. dc32283 Set the PEP title by brian.quinlan · 16 years ago
  37. f8fad43 Fixed a few grammar problems. by brian.quinlan · 16 years ago
  38. f9d70d8 Removed the 'experimental' label from ProcessPoolExecutor by brian.quinlan · 16 years ago
  39. a62bca6 Update the version number and use different targets for python 2.x and 3.x by brian.quinlan · 16 years ago 1.0
  40. 34a9090 Updated the PEP to include ProcessPoolExecutor by brian.quinlan · 16 years ago
  41. 96b8691 Improved ProcessPoolExecutor module documentation. Ensure that inactive threads are periodically collected rather than leaking. by brian.quinlan · 16 years ago
  42. a873f65 Make the number of extra items in the multiprocessing queue configuration by brian.quinlan · 16 years ago
  43. 1d66dda Fixes two bugs: the _result function could exit if there is work still in progress and a deadlock can occur on Mac OS X. by brian.quinlan · 16 years ago
  44. ca940cb Fixed a few >80 char lines by brian.quinlan · 16 years ago
  45. 4f2242d Fixed a >80 char line by brian.quinlan · 16 years ago
  46. 458f88e Removed trailing whitespace by brian.quinlan · 16 years ago
  47. d8d8c9f Fixes a >80 character line by brian.quinlan · 16 years ago
  48. 2a122d7 Minor formatting fix by brian.quinlan · 16 years ago
  49. 9434f4f Add a section pointing to the reference implementation by brian.quinlan · 16 years ago
  50. 7919a0c First draft of fleshed-out PEP. Modified docs to be consistent by brian.quinlan · 16 years ago
  51. 576c7d4 Come comment fixes an PEP work. by brian.quinlan · 16 years ago
  52. 7d54e69 Large module documentation cleanup by brian.quinlan · 16 years ago
  53. 8380130 Remove use of multiprocess executor in crawl example. Also generate a warning if a ProcessPoolExecutor is used. by brian.quinlan · 16 years ago
  54. 432f63f Fixed a docstring mis-capitalization. by brian.quinlan · 16 years ago
  55. 47f3b5c Added a single doc string by brian.quinlan · 16 years ago
  56. d789e28 Added some extra doc comments for FutureList by brian.quinlan · 16 years ago
  57. 3d95f8e Increment version number to 0.2 by brian.quinlan · 16 years ago
  58. d7371ec Some style fixes and documentation improvements. by brian.quinlan · 17 years ago
  59. 2dd3270 Formatting fix. by brian.quinlan · 17 years ago
  60. 03a9e79 Add documentation for the CancelledError exception. by brian.quinlan · 17 years ago
  61. e58ad45 Fixed all XXX comments and added a module overview. by brian.quinlan · 17 years ago
  62. 30e83e0 Ignore .pyc, build and dist files by brian.quinlan · 17 years ago
  63. 94728e1 Add tags for Python 2 and 3. by brian.quinlan · 17 years ago
  64. 898bff2 Added setup scripts. by brian.quinlan · 17 years ago
  65. 170be4d Added a license file by brian.quinlan · 17 years ago
  66. f06ed76 Change the name of the doc file from futures.html to index.html by brian.quinlan · 17 years ago
  67. 7ec7aaa First run of documentation by brian.quinlan · 17 years ago
  68. 5dc97b2 Clean up threads when the executor is garbage collected and when the interpreter exits. The process code should be considered experimental since it seems to be vulnerable to deadlocks. by brian.quinlan · 17 years ago
  69. 41e5f1e Provide a replacement for functools.partial for python 2.4 by brian.quinlan · 17 years ago
  70. 40befa0 Python 2.4 compatibility by brian.quinlan · 17 years ago
  71. a08ae85 'Working' 2.x implementation by brian quinlan · 17 years ago
  72. e8a84fa Some test fixes by brian quinlan · 17 years ago
  73. 07724f0 Test fixes by brian quinlan · 17 years ago
  74. 570d1d5 Seperate into python2 and python3 directories by brian quinlan · 17 years ago
  75. 2458f35 Better tests and stuff by brian.quinlan · 17 years ago
  76. 5e178c0 Remove broken example. by brian.quinlan · 17 years ago
  77. e05121b Same names change and doc additions. by brian.quinlan · 17 years ago
  78. adbd055 Tests work again and wait works correctly if some futures are already complete. by brian.quinlan · 17 years ago
  79. f92d58c Some example love. by brian.quinlan · 17 years ago
  80. ea2caa7 First maybe-working version of process pools. by brian.quinlan · 17 years ago
  81. d81f123 Initial checkin. by brian.quinlan · 17 years ago
  82. bfbc976 Initial directory structure. by unknown · 17 years ago