🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
agronholm
/
pythonfutures
/
refs/tags/3.0.0
bf5eaa0
Bumped up version
by Alex Grönholm
· 11 years ago
3.0.0
bf9f88c
Fixed Executor.map not submitting futures until iter.next() is called
by Alex Grönholm
· 11 years ago
f3d2563
Fixed behavior of concurrent.futures.as_completed() for duplicate arguments
by Alex Grönholm
· 11 years ago
dac160b
Fixed log message using nonexistent variables as input
by Alex Grönholm
· 11 years ago
50453b2
Fixed memory leaks in thread and process pools
by Alex Grönholm
· 11 years ago
86ebe12
Dropped Python 2.5 and 3.1 support and the "futures" compatibility package
by Alex Grönholm
· 11 years ago
cb09ff1
Updated URLs in setup.py to point to Github
by Alex Grönholm
· 11 years ago
3249933
Converted .hgignore to .gitignore
by Alex Grönholm
· 11 years ago
3bf2730
Added tag 2.2.0 for changeset 3540bcd722c4
by Alex Gr?nholm
· 11 years ago
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
7b6ec83
Added tag 2.1.6 for changeset b7b2c0c45e14
by Alex Gr?nholm
· 12 years ago
375ad26
Fixed files missing from the source distribution
by Alex Gr?nholm
· 12 years ago
2.1.6
7e58f1b
Added tag 2.1.5 for changeset 474b01a6d978
by Alex Gr?nholm
· 12 years ago
1a5bd79
Fixed Jython compatibility by making the ProcessPoolExecutor import optional
by Alex Gr?nholm
· 12 years ago
2.1.5
5d5b743
Added tag 2.1.4 for changeset 1c3e8d491aa6
by Alex Gr?nholm
· 12 years ago
60968b3
Added tag 2.1.3 for changeset 696dfb37afde
by Alex Gr?nholm
· 12 years ago
ecc0a67
Redid the port from scratch using Python 3.2.5 as base
by Alex Gr?nholm
· 12 years ago
2.1.4
c0d77fd
update tags
by convert-repo
· 13 years ago
8c48820
Fixed race condition (thanks Ralf Schmitt)
by Alex Gr?nholm
· 13 years ago
2.1.3
1974981
Added missing setUp() methods to several test classes
by Alex Gr?nholm
· 13 years ago
887e4f6
Added the CHANGES document
by Alex Gr?nholm
· 15 years ago
44afa54
Bumped up the version number and added the zip_safe flag
by Alex Gr?nholm
· 15 years ago
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
1c4cc4d
Bumped up version number
by Alex Gr?nholm
· 15 years ago
2be3308
The 'concurrent' package was missing __init__.py after installation
by Alex Gr?nholm
· 15 years ago
99ddf22
Added setup.cfg for proper docs uploading
by Alex Gr?nholm
· 15 years ago
f64a680
Fixed title underline length
by Alex Gr?nholm
· 15 years ago
93c4793
Bumped up docs version
by Alex Gr?nholm
· 15 years ago
67afb9f
Minor cleanups
by Alex Gr?nholm
· 15 years ago
0ac4b6b
Fixed download url
by Alex Gr?nholm
· 15 years ago
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
837ac01
Merging changes from py3k's r86491 (issue10432)
by geekmug
· 15 years ago
06ae20b
Bump version number for Python 3.2-matching release
by brian.quinlan
· 15 years ago
03004c7
Fix incorrect python version
by brian.quinlan
· 15 years ago
69d0be4
Reintegrate feedback to head
by brian.quinlan
· 15 years ago
dc32283
Set the PEP title
by brian.quinlan
· 16 years ago
f8fad43
Fixed a few grammar problems.
by brian.quinlan
· 16 years ago
f9d70d8
Removed the 'experimental' label from ProcessPoolExecutor
by brian.quinlan
· 16 years ago
a62bca6
Update the version number and use different targets for python 2.x and 3.x
by brian.quinlan
· 16 years ago
1.0
34a9090
Updated the PEP to include ProcessPoolExecutor
by brian.quinlan
· 16 years ago
96b8691
Improved ProcessPoolExecutor module documentation. Ensure that inactive threads are periodically collected rather than leaking.
by brian.quinlan
· 16 years ago
a873f65
Make the number of extra items in the multiprocessing queue configuration
by brian.quinlan
· 16 years ago
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
ca940cb
Fixed a few >80 char lines
by brian.quinlan
· 16 years ago
4f2242d
Fixed a >80 char line
by brian.quinlan
· 16 years ago
458f88e
Removed trailing whitespace
by brian.quinlan
· 16 years ago
d8d8c9f
Fixes a >80 character line
by brian.quinlan
· 16 years ago
2a122d7
Minor formatting fix
by brian.quinlan
· 16 years ago
9434f4f
Add a section pointing to the reference implementation
by brian.quinlan
· 16 years ago
7919a0c
First draft of fleshed-out PEP. Modified docs to be consistent
by brian.quinlan
· 16 years ago
576c7d4
Come comment fixes an PEP work.
by brian.quinlan
· 16 years ago
7d54e69
Large module documentation cleanup
by brian.quinlan
· 16 years ago
8380130
Remove use of multiprocess executor in crawl example. Also generate a warning if a ProcessPoolExecutor is used.
by brian.quinlan
· 16 years ago
432f63f
Fixed a docstring mis-capitalization.
by brian.quinlan
· 16 years ago
47f3b5c
Added a single doc string
by brian.quinlan
· 16 years ago
d789e28
Added some extra doc comments for FutureList
by brian.quinlan
· 16 years ago
3d95f8e
Increment version number to 0.2
by brian.quinlan
· 16 years ago
d7371ec
Some style fixes and documentation improvements.
by brian.quinlan
· 17 years ago
2dd3270
Formatting fix.
by brian.quinlan
· 17 years ago
03a9e79
Add documentation for the CancelledError exception.
by brian.quinlan
· 17 years ago
e58ad45
Fixed all XXX comments and added a module overview.
by brian.quinlan
· 17 years ago
30e83e0
Ignore .pyc, build and dist files
by brian.quinlan
· 17 years ago
94728e1
Add tags for Python 2 and 3.
by brian.quinlan
· 17 years ago
898bff2
Added setup scripts.
by brian.quinlan
· 17 years ago
170be4d
Added a license file
by brian.quinlan
· 17 years ago
f06ed76
Change the name of the doc file from futures.html to index.html
by brian.quinlan
· 17 years ago
7ec7aaa
First run of documentation
by brian.quinlan
· 17 years ago
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
41e5f1e
Provide a replacement for functools.partial for python 2.4
by brian.quinlan
· 17 years ago
40befa0
Python 2.4 compatibility
by brian.quinlan
· 17 years ago
a08ae85
'Working' 2.x implementation
by brian quinlan
· 17 years ago
e8a84fa
Some test fixes
by brian quinlan
· 17 years ago
07724f0
Test fixes
by brian quinlan
· 17 years ago
570d1d5
Seperate into python2 and python3 directories
by brian quinlan
· 17 years ago
2458f35
Better tests and stuff
by brian.quinlan
· 17 years ago
5e178c0
Remove broken example.
by brian.quinlan
· 17 years ago
e05121b
Same names change and doc additions.
by brian.quinlan
· 17 years ago
adbd055
Tests work again and wait works correctly if some futures are already complete.
by brian.quinlan
· 17 years ago
f92d58c
Some example love.
by brian.quinlan
· 17 years ago
ea2caa7
First maybe-working version of process pools.
by brian.quinlan
· 17 years ago
d81f123
Initial checkin.
by brian.quinlan
· 17 years ago
bfbc976
Initial directory structure.
by unknown
· 17 years ago