index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
concurrent
/
futures
/
_base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33110: Catch errors raised when running add_done_callback on already comp...
Sam Martin
2019-05-22
1
-1/+4
*
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
1
-0/+1
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-1/+14
*
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...
orlnub123
2018-09-27
1
-4/+4
*
bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)
jhaydaman
2018-05-30
1
-0/+8
*
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
Antoine Pitrou
2017-11-04
1
-0/+6
*
bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (...
Ćukasz Langa
2017-09-29
1
-2/+1
*
Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270)
Antoine Pitrou
2017-09-03
1
-7/+19
*
bpo-27144: concurrent.futures as_complete and map iterators do not keep refer...
Grzegorz Grzywacz
2017-09-01
1
-9/+28
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*
Antoine Pitrou
2014-10-04
1
-1/+5
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-6/+9
|
/
*
Issue #20319: concurrent.futures.wait() can block forever even if Futures hav...
Brian Quinlan
2014-02-01
1
-2/+4
*
Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments.
Guido van Rossum
2014-01-26
1
-2/+4
*
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy
2013-03-11
1
-1/+1
|
\
|
*
Merge 3.2, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy
2013-03-11
1
-1/+1
|
|
\
|
|
*
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Terry Jan Reedy
2013-03-11
1
-1/+1
|
*
|
Fix docstring typo in concurrent.futures.Future
Eli Bendersky
2013-01-17
1
-1/+1
*
|
|
Fix docstring typo in concurrent.futures.Future
Eli Bendersky
2013-01-17
1
-1/+1
*
|
|
utilize yield from
Philip Jenvey
2012-10-01
1
-2/+1
|
/
/
*
|
#15015: Fix accessing an non-existing attribute.
Brian Quinlan
2012-06-11
1
-2/+2
*
|
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...
Antoine Pitrou
2012-03-31
1
-3/+5
|
\
\
|
|
/
|
*
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...
Antoine Pitrou
2012-03-31
1
-3/+5
*
|
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna
2011-11-11
1
-1/+0
*
|
Issue #11777: Executor.map does not submit futures until iter.next() is called
Brian Quinlan
2011-04-07
1
-9/+13
|
/
*
Does not install a logging handler. Fixes issue 10626.
Brian Quinlan
2010-12-28
1
-2/+0
*
Removes an inefficient spin loop in as_completed
Brian Quinlan
2010-11-17
1
-6/+35
*
Fixes 9903: test_concurrent_futures writes on stderr
Brian Quinlan
2010-10-06
1
-3/+2
*
Initial implementation of PEP 3148
Brian Quinlan
2010-09-18
1
-0/+541