index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_threading.py
Commit message (
Expand
)
Author
Age
*
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)
Xiang Zhang
2017-02-27
*
Issue #26941: Fix test_threading that hangs on the Android armv7 qemu emulator.
Xavier de Gaye
2016-12-08
*
Merge 3.5 (fix raise)
Victor Stinner
2016-08-18
|
\
|
*
Fix SystemError in "raise" statement
Victor Stinner
2016-08-18
*
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
|
\
|
|
*
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
*
|
Remove more unused imports in tests.
Serhiy Storchaka
2016-04-25
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
|
\
|
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
*
|
Issue #20556: Used specific assert methods in threading tests.
Serhiy Storchaka
2016-03-14
|
\
|
|
*
Issue #20556: Used specific assert methods in threading tests.
Serhiy Storchaka
2016-03-14
*
|
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
Martin Panter
2015-11-14
|
/
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
*
Issue #22423: Unhandled exception in thread no longer causes unhandled
Serhiy Storchaka
2014-09-21
*
Issue #20526, #19466: Revert changes of issue #19466 which introduces a
Victor Stinner
2014-02-13
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
|
\
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
|
*
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
*
|
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
*
|
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
*
|
Close #19466: Clear the frames of daemon threads earlier during the Python
Victor Stinner
2013-11-12
*
|
Whitespace normalization.
Tim Peters
2013-10-08
*
|
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-08
|
\
|
|
*
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-08
*
|
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...
Antoine Pitrou
2013-10-08
*
|
Get "stopped" back into repr(Thread) when appropriate.
Tim Peters
2013-09-09
*
|
Issue 18984: Remove ._stopped Event from Thread internals.
Tim Peters
2013-09-08
*
|
Issue #18808 again: fix the after-fork logic for not-yet-started or already-s...
Antoine Pitrou
2013-09-08
*
|
Issue #18808: Thread.join() now waits for the underlying thread state to be d...
Antoine Pitrou
2013-09-07
*
|
Issue #18882: Add threading.main_thread() function.
Andrew Svetlov
2013-09-04
*
|
test_threading isn't rudimentary anymore
Antoine Pitrou
2013-09-01
|
\
|
|
*
test_threading isn't rudimentary anymore
Antoine Pitrou
2013-09-01
*
|
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
|
\
|
|
*
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
|
*
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
Łukasz Langa
2013-04-24
*
|
Issue #18808: Non-daemon threads are now automatically joined when a sub-inte...
Antoine Pitrou
2013-08-25
*
|
Issue #17094: Clear stale thread states after fork().
Antoine Pitrou
2013-05-05
*
|
Merge #17435: Don't use mutable default values in Timer.
R David Murray
2013-03-30
|
\
|
|
*
Issue #17435: Don't use mutable default values in Timer.
R David Murray
2013-03-30
*
|
Merge 3.3.
Stefan Krah
2013-01-17
|
\
|
|
*
Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX.
Stefan Krah
2013-01-17
*
|
When not optimized function stack sizes are much larger and may cause this te...
Benjamin Peterson
2012-10-13
*
|
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea
2012-10-05
|
/
*
Better diagnose test failure
Antoine Pitrou
2012-06-29
|
\
|
*
Better diagnose test failure
Antoine Pitrou
2012-06-29
*
|
Issue #14308: Fix an exception when a dummy thread is in the threading module...
Antoine Pitrou
2012-04-20
|
\
|
|
*
Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...
Antoine Pitrou
2012-04-19
[next]