1. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  2. ab7481a Merged revisions 72817 via svnmerge from by Philip Jenvey · 15 years ago
  3. 39df610 Fix test so as to also pass in debug mode by Antoine Pitrou · 16 years ago
  4. 27fe9fc Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method by Antoine Pitrou · 16 years ago
  5. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 16 years ago
  6. e255764 Enable this test only when subprocess supports non-ascii arguments. by Amaury Forgeot d'Arc · 16 years ago
  7. f4b2712 Temporarily print some information in test_cmd_line, by Amaury Forgeot d'Arc · 16 years ago
  8. 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
  9. 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
  10. 14b7851 #3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters by Amaury Forgeot d'Arc · 16 years ago
  11. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. 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
  14. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  15. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  16. a1c42a9 Make test_cmd_line work with strict str/bytes. by Guido van Rossum · 17 years ago
  17. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  18. f074b64 Fix test_cmd_line.py. Fix by Christian Heimes. by Guido van Rossum · 17 years ago
  19. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  20. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  21. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  22. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  23. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  24. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 19 years ago
  25. e2f8e3c Fix test not to fail on FreeBSD. Directories work also as data by Hye-Shik Chang · 19 years ago
  26. 9356fb9 SF patch #1364545: test_cmd_line.py relied on english error messages when by Walter Dörwald · 19 years ago
  27. 383d3c0 test_directories(): This test had no chance of passing on by Tim Peters · 19 years ago
  28. c252c59 Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 19 years ago
  29. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago