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