1. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 11 years ago
  2. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  3. 66c6e9d Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 12 years ago
  4. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  5. 641d621 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 12 years ago
  6. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 12 years ago
  7. 52849bf Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  8. ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 13 years ago
  9. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
  10. 041d2e1 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 14 years ago
  11. 482f908 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  12. 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 14 years ago
  13. e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  14. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  15. 2b79a81 Merged revisions 87710 via svnmerge from by Gregory P. Smith · 15 years ago
  16. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  17. 51c9b51 Merged revisions 86209 via svnmerge from by Brian Curtin · 15 years ago
  18. a54bf8b Merged revisions 86107 via svnmerge from by Brian Curtin · 15 years ago
  19. 886a1cd Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 15 years ago
  20. a6166da Merged revisions 84909-84913 via svnmerge from by Antoine Pitrou · 15 years ago
  21. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  22. 3c1586a Cleanup the test added in r78517 based on Ezio Melotti's feedback. by Gregory P. Smith · 15 years ago
  23. 613c7a5 Issue #7481: When a threading.Thread failed to start it would leave the by Gregory P. Smith · 15 years ago
  24. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  25. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  26. d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 16 years ago
  27. 0025330 Kill a small potential leak in test_threading. by Antoine Pitrou · 16 years ago
  28. c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 16 years ago
  29. bb0bb30 Suppress transient refleaks in test_threading. by Antoine Pitrou · 16 years ago
  30. b119ca9 Fix Windows buildbot failure by Antoine Pitrou · 16 years ago
  31. 9bd246b Test wouldn't work in debug mode. by Antoine Pitrou · 16 years ago
  32. efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
  33. 603acf9 Add a comment about unreachable code, and fix a typo by Antoine Pitrou · 16 years ago
  34. 8a172b1 Add a test for same-thread asynchronous exceptions (see #1779233). by Antoine Pitrou · 16 years ago
  35. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  36. d906ea6 fix Thread.ident when it is the main thread or a dummy thread #5632 by Benjamin Peterson · 16 years ago
  37. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 16 years ago
  38. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 17 years ago
  39. cbae869 backport threading property changes by Benjamin Peterson · 17 years ago
  40. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 17 years ago
  41. f5668f1 try to fix test_threading on the Windows bot by Benjamin Peterson · 17 years ago
  42. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 17 years ago
  43. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  44. 8856dda Adds a Thread.getIdent() method to provide the _get_ident() value for by Gregory P. Smith · 17 years ago
  45. d7a2651 #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace by Amaury Forgeot d'Arc · 17 years ago
  46. 8b9091f Kill a race in test_threading in which the exception info in a thread finishing by Jeffrey Yasskin · 17 years ago
  47. 510eab5 Speed test_threading up from 14s to .5s, and avoid a deadlock on certain by Jeffrey Yasskin · 17 years ago
  48. a885c15 Followup to r61011: Also avoid the reference cycle when the Thread's target by Jeffrey Yasskin · 17 years ago
  49. 3414ea9 Prevent classes like: by Jeffrey Yasskin · 17 years ago
  50. 95cd5c0 - Fix Issue #1703448: A joined thread could show up in the by Gregory P. Smith · 18 years ago
  51. 025c347 Issue #1402: PyInterpreterState_Clear() may still invoke user code by Amaury Forgeot d'Arc · 18 years ago
  52. 50b79ce Patch #1731049: make threading.py use a proper "raise" when checking internal state, rather than assert statements (which get stripped out by -O). by Collin Winter · 18 years ago
  53. 0857477 test_PyThreadState_SetAsyncExc(): This is failing on some by Tim Peters · 19 years ago
  54. 4643c2f Followup to bug #1069160. by Tim Peters · 19 years ago
  55. 16ee33a test_threading now skips testing alternate thread stack sizes on by Andrew MacIntyre · 19 years ago
  56. 93e3ecb Increase the small thread stack size to get the test by Andrew MacIntyre · 19 years ago
  57. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  58. 28eeefe Revert revisions: by Tim Peters · 19 years ago
  59. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  60. 711906e threading._DummyThread.__init__(): document obscure new code. by Tim Peters · 21 years ago
  61. 84d5489 Converted to a unittest. Added checks that the bounded semaphore actually by Tim Peters · 21 years ago
  62. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  63. 02035bc Test failed because these was no expected-output file, but always printed by Tim Peters · 24 years ago
  64. 4533f60 add a few test cases for threading module. by Skip Montanaro · 24 years ago