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-25872: Add unit tests for linecache and threading (GH-25913)
uniocto
2021-05-18
*
bpo-37788: Fix reference leak when Thread is never joined (GH-26103)
Antoine Pitrou
2021-05-14
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
*
bpo-43843: libregrtest uses threading.excepthook (GH-25400)
Victor Stinner
2021-04-16
*
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra
2021-04-12
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
*
bpo-41149: Fix a bug in threading that causes fals-y threads callables to fai...
BarneyStratford
2021-02-02
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Victor Stinner
2020-11-16
*
bpo-42308: Add threading.__excepthook__ (GH-23218)
Mario Corchero
2020-11-12
*
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
Mario Corchero
2020-11-04
*
bpo-41833: threading.Thread now uses the target name (GH-22357)
Victor Stinner
2020-09-23
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-28
*
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...
Victor Stinner
2020-04-12
*
bpo-40094: Enhance threading tests (GH-19260)
Victor Stinner
2020-03-31
*
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Kyle Stanley
2020-03-27
*
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120)
Victor Stinner
2020-03-24
*
bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848)
Victor Stinner
2020-03-09
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
*
Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...
Victor Stinner
2019-08-20
*
bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
Victor Stinner
2019-08-19
*
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na
2019-08-12
*
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Ronald Oussoren
2019-08-01
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
*
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner
2019-06-14
*
tbpo-36402: Fix threading.Thread._stop() (GH-14047)
Victor Stinner
2019-06-13
*
bpo-36402: Fix threading._shutdown() race condition (GH-13948)
Victor Stinner
2019-06-13
*
bpo-36829: test_threading: Fix a ref cycle (GH-13752)
Victor Stinner
2019-06-02
*
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner
2019-05-28
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Matěj Cepl
2019-05-23
*
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler
2019-05-22
*
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...
Victor Stinner
2019-05-21
*
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler
2019-05-12
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
*
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)
Dong-hee Na
2019-01-17
*
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. ...
Zackery Spytz
2018-10-12
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
*
bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673)
Antoine Pitrou
2017-10-02
*
bpo-31234: Join timers in test_threading (#3598)
Victor Stinner
2017-09-15
*
bpo-31234: Add test.support.wait_threads_exit() (#3578)
Victor Stinner
2017-09-14
*
bpo-31234: Join threads in test_threading (#3579)
Victor Stinner
2017-09-14
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
bpo-31234: test_threading: fix ref cycle (#3150)
Victor Stinner
2017-08-19
*
bpo-30387: Fix warning in test_threading (#1634)
Victor Stinner
2017-05-17
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
[next]