1. 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 17 years ago
  2. cbae869 backport threading property changes by Benjamin Peterson · 17 years ago
  3. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 17 years ago
  4. f5668f1 try to fix test_threading on the Windows bot by Benjamin Peterson · 17 years ago
  5. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 17 years ago
  6. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  7. 8856dda Adds a Thread.getIdent() method to provide the _get_ident() value for by Gregory P. Smith · 17 years ago
  8. d7a2651 #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace by Amaury Forgeot d'Arc · 17 years ago
  9. 8b9091f Kill a race in test_threading in which the exception info in a thread finishing by Jeffrey Yasskin · 17 years ago
  10. 510eab5 Speed test_threading up from 14s to .5s, and avoid a deadlock on certain by Jeffrey Yasskin · 17 years ago
  11. a885c15 Followup to r61011: Also avoid the reference cycle when the Thread's target by Jeffrey Yasskin · 17 years ago
  12. 3414ea9 Prevent classes like: by Jeffrey Yasskin · 17 years ago
  13. 95cd5c0 - Fix Issue #1703448: A joined thread could show up in the by Gregory P. Smith · 17 years ago
  14. 025c347 Issue #1402: PyInterpreterState_Clear() may still invoke user code by Amaury Forgeot d'Arc · 17 years ago
  15. 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
  16. 0857477 test_PyThreadState_SetAsyncExc(): This is failing on some by Tim Peters · 19 years ago
  17. 4643c2f Followup to bug #1069160. by Tim Peters · 19 years ago
  18. 16ee33a test_threading now skips testing alternate thread stack sizes on by Andrew MacIntyre · 19 years ago
  19. 93e3ecb Increase the small thread stack size to get the test by Andrew MacIntyre · 19 years ago
  20. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  21. 28eeefe Revert revisions: by Tim Peters · 19 years ago
  22. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  23. 711906e threading._DummyThread.__init__(): document obscure new code. by Tim Peters · 20 years ago
  24. 84d5489 Converted to a unittest. Added checks that the bounded semaphore actually by Tim Peters · 20 years ago
  25. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  26. 02035bc Test failed because these was no expected-output file, but always printed by Tim Peters · 24 years ago
  27. 4533f60 add a few test cases for threading module. by Skip Montanaro · 24 years ago