1. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  2. 5b10d51 closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Benjamin Peterson · 6 years ago
  3. 9abee72 bpo-31479: Always reset the signal alarm in tests (#3588) by Victor Stinner · 7 years ago
  4. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  5. ff40ecd bpo-31234: Add test.support.wait_threads_exit() (#3578) by Victor Stinner · 7 years ago
  6. 7d02d50 Issue #20564: Skip tests on lock+signals on OpenBSD by Victor Stinner · 10 years ago
  7. de0b962 Remove sys.platform == 'riscos' checks from some Python and test files. #16501 by Christian Heimes · 12 years ago
  8. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  9. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  10. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  11. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 13 years ago
  12. d8f37ad Relax test condition a lot by Antoine Pitrou · 14 years ago
  13. 4fef555 Make test_threadsignals more lax, and add notes by Antoine Pitrou · 14 years ago
  14. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  15. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  16. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  17. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  18. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  19. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  20. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  21. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  22. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  23. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  24. d1b7827 Whitespace normalization. by Tim Peters · 20 years ago
  25. 574a251 To ever run this test "you must import TestSkipped" from the right by Michael W. Hudson · 20 years ago
  26. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  27. 81676dc To raise TestSkipped, you must import TestSkipped. by Tim Peters · 20 years ago
  28. 4818748 add missing import! by Fred Drake · 20 years ago
  29. 34fba3b Add the same guard as test_signal. by Michael W. Hudson · 20 years ago
  30. 43220ea Argh! This was meant to be part of patch #960406. by Michael W. Hudson · 20 years ago