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