1. 8399641 bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) by Miss Islington (bot) · 5 years ago
  2. e40a97a [3.8] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) by Victor Stinner · 5 years ago
  3. cdce057 bpo-36829: test_threading: Fix a ref cycle (GH-13752) by Victor Stinner · 5 years ago
  4. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  5. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 5 years ago
  6. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 5 years ago
  7. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 5 years ago
  8. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  9. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  10. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 6 years ago
  11. 65d2f8c bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) by Zackery Spytz · 6 years ago
  12. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 6 years ago
  13. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  14. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  15. 1023dbb bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673) by Antoine Pitrou · 7 years ago
  16. da3e5cf bpo-31234: Join timers in test_threading (#3598) by Victor Stinner · 7 years ago
  17. ff40ecd bpo-31234: Add test.support.wait_threads_exit() (#3578) by Victor Stinner · 7 years ago
  18. b8c7be2 bpo-31234: Join threads in test_threading (#3579) by Victor Stinner · 7 years ago
  19. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  20. 3d284c0 bpo-31234: test_threading: fix ref cycle (#3150) by Victor Stinner · 7 years ago
  21. f8d05b3 bpo-30387: Fix warning in test_threading (#1634) by Victor Stinner · 7 years ago
  22. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  23. f3a9fab bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236) by Xiang Zhang · 7 years ago
  24. cb9ab0f Issue #26941: Fix test_threading that hangs on the Android armv7 qemu emulator. by Xavier de Gaye · 8 years ago
  25. 0a6996d Merge 3.5 (fix raise) by Victor Stinner · 8 years ago
  26. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  27. bae75cf Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  28. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  29. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  30. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  31. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  32. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  33. c877658 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 8 years ago
  34. 8c0f0c5 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 8 years ago
  35. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 9 years ago
  36. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  37. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  38. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  39. 52005c2 Issue #22423: Unhandled exception in thread no longer causes unhandled by Serhiy Storchaka · 10 years ago
  40. 933538e Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 10 years ago
  41. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  42. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  43. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  44. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  45. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  46. 45956b9 Close #19466: Clear the frames of daemon threads earlier during the Python by Victor Stinner · 11 years ago
  47. 3d1b7a0 Whitespace normalization. by Tim Peters · 11 years ago
  48. e99bdb9 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  49. 7634e1c Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  50. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 11 years ago
  51. 72460fa Get "stopped" back into repr(Thread) when appropriate. by Tim Peters · 11 years ago
  52. c363a23 Issue 18984: Remove ._stopped Event from Thread internals. by Tim Peters · 11 years ago
  53. 5da7e79 Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped threads. by Antoine Pitrou · 11 years ago
  54. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  55. 58b5c5a Issue #18882: Add threading.main_thread() function. by Andrew Svetlov · 11 years ago
  56. 625eed7 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  57. 4c8ce84 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  58. 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  59. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  60. 7eaf3f7 Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error). by Antoine Pitrou · 11 years ago
  61. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  62. 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 11 years ago
  63. 5cbf3a0 Merge #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  64. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 11 years ago
  65. bfc0245 Merge 3.3. by Stefan Krah · 12 years ago
  66. fc4aa76 Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX. by Stefan Krah · 12 years ago
  67. d541d3f When not optimized function stack sizes are much larger and may cause this test to fail. by Benjamin Peterson · 12 years ago
  68. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  69. a9effcd Better diagnose test failure by Antoine Pitrou · 12 years ago
  70. b8b6a68 Better diagnose test failure by Antoine Pitrou · 12 years ago
  71. dd5aa36 Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  72. 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 12 years ago
  73. 9384c7d Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  74. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  75. b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  76. 6f91ce7 Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  77. 3f32fc8 Merge. by Charles-François Natali · 12 years ago
  78. 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 12 years ago
  79. 9ab91c6 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 12 years ago
  80. 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 12 years ago
  81. 2555b0a (merge 3.2) Issue #11870: Skip test_threading.test_2_join_in_forked_process() by Victor Stinner · 13 years ago
  82. 26d3186 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 13 years ago
  83. 2f655b7 (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text by Victor Stinner · 13 years ago
  84. a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
  85. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  86. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  87. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  88. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  89. b596dc7 Merge: Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  90. c4d7864 Use shared testing facilities in test_threading by Antoine Pitrou · 13 years ago
  91. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  92. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  93. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  94. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  95. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  96. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  97. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  98. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  99. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  100. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago