1. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  2. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  3. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  4. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  5. aa7cec0 close file properly by Benjamin Peterson · 14 years ago
  6. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  7. ac62535 Issue #7461: objects returned by os.popen() should support the context manager protocol by Antoine Pitrou · 15 years ago
  8. 97e5f28 #6358: Merge r73933: Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 15 years ago
  9. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  10. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  11. 96ca691 Make sys.path and sys.argv into lists of strings. by Guido van Rossum · 17 years ago
  12. aa588c4 Fix some problems introduced by the str8 repr change. by Guido van Rossum · 17 years ago
  13. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  14. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  15. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  16. 61cd0db Don't quote the path to Python unless the path contains an embedded space. by Tim Peters · 21 years ago
  17. 0c44c04 sys.executable can contain spaces, cater for this when passing it to by Jack Jansen · 21 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  19. d69030d Get popen test to work even if python is not in the path by Neal Norwitz · 22 years ago
  20. e7fefbf Fix bugs: by Mark Hammond · 22 years ago