1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  3. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  4. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  5. 1e48eb3 Issue #20910: Make tests more reliable, less dependent on time by Victor Stinner · 10 years ago
  6. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  7. b2ddf79 Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!) by Nick Coghlan · 14 years ago
  8. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  9. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  10. 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
  11. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  12. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  13. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  16. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  17. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  18. b5da606 Oops, missed an import of test_support. by Barry Warsaw · 22 years ago
  19. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  20. fc3fc33 Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS. by Moshe Zadka · 23 years ago
  21. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  22. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  23. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  24. 4951782 Raise ImportError when os.fork does not exist. by Guido van Rossum · 24 years ago
  25. c148841 Added a provision to stop all threads before exiting from the test: by Guido van Rossum · 24 years ago
  26. 1a4b593 Use a constant to specify the number of child threads to create. by Fred Drake · 24 years ago
  27. f7221c3 Test case for fork1() behavior. by Guido van Rossum · 24 years ago