Sign in
chromium
/
external
/
github.com
/
agronholm
/
pythonfutures
/
HEAD
738e371
Bumped up the version number
by Alex Grönholm
· 2 years, 8 months ago
master
3.4.0
acba785
Fix typos (#97)
by Kian Meng, Ang
· 3 years, 6 months ago
3fa5eb3
Made test_idle_thread_reuse more reliable (#92)
by Bernhard M. Wiedemann
· 5 years ago
e8cd2a4
Updated the changelog
by Alex Grönholm
· 6 years ago
456152f
Add thread initializer (from Python 3.7) (#93)
by Fahrzin Hemmati
· 6 years ago
f4fe3c3
Reinforced the test suite against PyPy garbage collection issues
by Alex Grönholm
· 6 years ago
7e7638e
Fixed the Python 2.6 test run
by Alex Grönholm
· 6 years ago
ec78e22
Don't spin up new threads if there are existing idle ones
by Alex Grönholm
· 6 years ago
3.3.0
1f9c23f
Upgraded the Python 3 warnings
by Alex Grönholm
· 7 years ago
5edbc65
More detailed warning towards Python2 users (#75)
by Haochuan Guo
· 7 years ago
ab8a052
Fix typo in changelog (#72)
by Jakub Wilk
· 7 years ago
eee42af
Fixed alignment error in README.rst
by Alex Grönholm
· 8 years ago
9dcbb35
Bumped up the version number
by Alex Grönholm
· 8 years ago
3.2.0
13472e6
Modernized the packaging/testing setup
by Alex Grönholm
· 8 years ago
7460824
Renamed CHANGES to CHANGES.rst
by Alex Grönholm
· 8 years ago
734643b
Corrected minor details in packaging metadata
by Alex Grönholm
· 8 years ago
a4445f0
Added a README
by Alex Grönholm
· 8 years ago
718654e
Fixed tests hanging on PyPy
by Alex Grönholm
· 8 years ago
552ca07
Added notes from PR #66
by Alex Grönholm
· 8 years ago
28fa404
Backport fixes to as_completed and map iterators (bpo-27144) (#66)
by Lisandro Dalcin
· 8 years ago
d0393ad
Specify python_requires to prevent installation on Python 3 (#67)
by Eli Schwartz
· 8 years ago
4fcc2e0
Wrap long lines in CHANGES. (#61)
by Richard Hansen
· 8 years ago
765e7e1
Make Future.__repr__ subclass-friendly (bpo-22033) (#65)
by Lisandro Dalcin
· 8 years ago
e8543e6
Backport `thread_name_prefix` from upstream (#64)
by Steven Seguin
· 8 years ago
65552e4
Bumped up the version number
by Alex Grönholm
· 8 years ago
3.1.1
29534e3
Switched to the PSF license
by Alex Grönholm
· 8 years ago
43bfc41
Mention old-style exception support in CHANGES. (#60)
by Richard Hansen
· 8 years ago
e5a9e9b
Add support for old-style exception objects. (#58)
by Richard Hansen
· 8 years ago
3ea11f9
docs: fix typo (#59)
by Torstein Husebø
· 8 years ago
93889ac
Added Travis configuration
by Alex Grönholm
· 9 years ago
0913853
Backported max_workers changes from upstream
by Alex Grönholm
· 9 years ago
e3a43c1
Fixed OverflowError with ProcessPoolExecutor on Windows
by Alex Grönholm
· 9 years ago
3.0.5
515263a
Made thread joins interruptible by specifying a timeout (fixes #25)
by Alex Grönholm
· 9 years ago
3.0.4
b60cc06
Merge pull request #43 from leojay/master
by Alex Grönholm
· 10 years ago
a6b180a
Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed
by leojay
· 10 years ago
35e7764
Merge pull request #42 from mlsteele/master
by Alex Grönholm
· 10 years ago
e6d5340
Fix typo in docs
by Miles Steele
· 10 years ago
fdb0bd5
Added pypy to tox environments and fixed tests on pypy
by Alex Grönholm
· 10 years ago
6532a74
Updated the changelog and bumped up version
by Alex Grönholm
· 10 years ago
3.0.3
135add7
Guard against TypeError in atexit handlers
by Alex Grönholm
· 10 years ago
d2d37b9
Bumped up version
by Alex Grönholm
· 10 years ago
3.0.2
bedac7c
Removed an unused import
by Alex Grönholm
· 10 years ago
9eb69a3
Merge pull request #37 from kived/patch-1
by Alex Grönholm
· 10 years ago
1520065
Make multiprocessing optional, again
by Ryan Pessa
· 10 years ago
85bc897
Bumped up version
by Alex Grönholm
· 10 years ago
3.0.1
fdbc9c3
Fixed Executor.map() being greedy
by Alex Grönholm
· 10 years ago
bf5eaa0
Bumped up version
by Alex Grönholm
· 10 years ago
3.0.0
bf9f88c
Fixed Executor.map not submitting futures until iter.next() is called
by Alex Grönholm
· 10 years ago
f3d2563
Fixed behavior of concurrent.futures.as_completed() for duplicate arguments
by Alex Grönholm
· 10 years ago
dac160b
Fixed log message using nonexistent variables as input
by Alex Grönholm
· 10 years ago
50453b2
Fixed memory leaks in thread and process pools
by Alex Grönholm
· 10 years ago
86ebe12
Dropped Python 2.5 and 3.1 support and the "futures" compatibility package
by Alex Grönholm
· 10 years ago
cb09ff1
Updated URLs in setup.py to point to Github
by Alex Grönholm
· 10 years ago
3249933
Converted .hgignore to .gitignore
by Alex Grönholm
· 10 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
· 11 years ago
375ad26
Fixed files missing from the source distribution
by Alex Gr?nholm
· 11 years ago
2.1.6
7e58f1b
Added tag 2.1.5 for changeset 474b01a6d978
by Alex Gr?nholm
· 11 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
· 14 years ago
44afa54
Bumped up the version number and added the zip_safe flag
by Alex Gr?nholm
· 14 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
· 14 years ago
1c4cc4d
Bumped up version number
by Alex Gr?nholm
· 14 years ago
2be3308
The 'concurrent' package was missing __init__.py after installation
by Alex Gr?nholm
· 14 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
Next »