GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_concurrent_futures.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia
2021-02-08
1
-3
/
+16
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
1
-1
/
+2
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
1
-1
/
+1
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Christian Heimes
2020-06-04
1
-0
/
+2
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-28
1
-4
/
+5
*
bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739)
Victor Stinner
2020-04-27
1
-63
/
+85
*
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
Kyle Stanley
2020-04-19
1
-4
/
+40
*
bpo-39678: refactor queue manager thread (GH-18551)
Thomas Moreau
2020-03-01
1
-8
/
+8
*
bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling f...
Thomas Moreau
2020-02-16
1
-2
/
+72
*
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley
2020-02-02
1
-0
/
+39
*
bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdown (#18221)
Brian Quinlan
2020-01-27
1
-0
/
+20
*
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)
Victor Stinner
2019-12-18
1
-3
/
+11
*
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
Victor Stinner
2019-12-17
1
-11
/
+1
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
1
-20
/
+21
*
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643)
Victor Stinner
2019-07-08
1
-0
/
+3
*
bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)
Victor Stinner
2019-07-03
1
-7
/
+22
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
1
-3
/
+2
*
bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618)
Inada Naoki
2019-05-28
1
-2
/
+2
*
bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thre...
Sean
2019-05-22
1
-3
/
+29
*
bpo-33110: Catch errors raised when running add_done_callback on already comp...
Sam Martin
2019-05-22
1
-0
/
+16
*
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)
Brian Quinlan
2019-05-08
1
-0
/
+7
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-0
/
+10
*
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
Pablo Galindo
2018-06-21
1
-5
/
+5
*
bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)
jhaydaman
2018-05-30
1
-0
/
+28
*
bpo-33097: Fix submit accepting callable after executor shutdown by interpret...
Mark Nemec
2018-04-10
1
-0
/
+28
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-03
1
-6
/
+6
*
bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling...
Thomas Moreau
2018-01-05
1
-2
/
+170
*
Silence error output in test_concurrent_futures (bpo-21423) (#4347)
Antoine Pitrou
2017-11-09
1
-22
/
+47
*
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
Antoine Pitrou
2017-11-04
1
-65
/
+119
*
bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)
Thomas Moreau
2017-10-03
1
-9
/
+120
*
bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (...
Łukasz Langa
2017-09-29
1
-1
/
+5
*
bpo-31234: Join threads in tests (#3572)
Victor Stinner
2017-09-14
1
-0
/
+3
*
bpo-31249: Fix test_concurrent_futures dangling thread (#3521)
Victor Stinner
2017-09-12
1
-0
/
+3
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-4
/
+0
*
Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270)
Antoine Pitrou
2017-09-03
1
-1
/
+1
*
bpo-27144: concurrent.futures as_complete and map iterators do not keep refer...
Grzegorz Grzywacz
2017-09-01
1
-0
/
+48
*
bpo-31249: test_concurrent_futures checks dangling threads (#3167)
Victor Stinner
2017-08-21
1
-12
/
+20
*
bpo-30845: Enhance test_concurrent_futures cleanup (#2564)
Victor Stinner
2017-07-04
1
-0
/
+7
*
bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)
Gregory P. Smith
2017-06-21
1
-4
/
+3
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1
/
+1
*
Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()
Gregory P. Smith
2016-08-07
1
-0
/
+24
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-2
/
+2
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1
/
+1
*
Issue #21817: When an exception is raised in a task submitted to a ProcessPoo...
Antoine Pitrou
2015-01-17
1
-0
/
+26
*
Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*
Antoine Pitrou
2014-10-04
1
-0
/
+16
*
Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...
Guido van Rossum
2014-09-02
1
-0
/
+6
*
Eliminate DeprecationWarning in test_concurrent_futures.
R David Murray
2014-06-11
1
-3
/
+3
*
Issue #21362: concurrent.futures does not validate that max_workers is proper
Brian Quinlan
2014-05-17
1
-0
/
+7
*
Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments.
Guido van Rossum
2014-01-26
1
-0
/
+7
*
Issue #14407: Fix unittest test discovery in test_concurrent_futures.
Antoine Pitrou
2013-10-15
1
-22
/
+13
|
\
[next]