1. 39e307e Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python is invoked with -v or -vv under Windows, the process of importing the codec for sys.stderr causes a message to be written to stderr, which in turn causes the codec to be recursively imported. Sometimes the stack overflow exception is swallowed, other times it is not. The bug depends on the particular locale settings of the Windows machine. by Trent Nelson · 16 years ago
  2. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  3. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  4. a1c42a9 Make test_cmd_line work with strict str/bytes. by Guido van Rossum · 17 years ago
  5. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  6. f074b64 Fix test_cmd_line.py. Fix by Christian Heimes. by Guido van Rossum · 17 years ago
  7. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  8. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  9. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  10. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  11. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  12. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 19 years ago
  13. e2f8e3c Fix test not to fail on FreeBSD. Directories work also as data by Hye-Shik Chang · 19 years ago
  14. 9356fb9 SF patch #1364545: test_cmd_line.py relied on english error messages when by Walter Dörwald · 19 years ago
  15. 383d3c0 test_directories(): This test had no chance of passing on by Tim Peters · 19 years ago
  16. c252c59 Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 19 years ago
  17. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago