1. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  2. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 13 years ago
  3. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  4. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  5. dcee3c0 Make test_binhex pass. (Do we really want to support it still?) by Guido van Rossum · 17 years ago
  6. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  7. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  8. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  9. 275dfda Convert binhex regression test to PyUnit. We could use a better test for this. by Fred Drake · 23 years ago
  10. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  11. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  12. 8551dd6 Stop creating an unbounded number of "Jack is my hero" files under Windows. by Tim Peters · 24 years ago
  13. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  14. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  15. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  16. 7b8f1ab This test really only tests the binhex module. by Guido van Rossum · 25 years ago
  17. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  18. 3b039fa Minor output message change by Roger E. Masse · 28 years ago
  19. 2a1c834 test script for the binascii C module. by Roger E. Masse · 28 years ago