1. 2954550 bpo-31904: Port test_cmd_line to VxWorks (#12648) by Lihua Zhao · 5 years ago
  2. 06e7608 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) by Victor Stinner · 6 years ago
  3. dbdee00 bpo-34589: Add -X coerce_c_locale command line option (GH-9378) by Victor Stinner · 6 years ago
  4. ecf411c bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) by Victor Stinner · 6 years ago
  5. 53b7d4e bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447) by Victor Stinner · 6 years ago
  6. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  7. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  8. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  9. 48e8c82 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) by Steve Dower · 6 years ago
  10. 01423cb Improves the ability to build in CI (GH-5728) by Steve Dower · 6 years ago
  11. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  12. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  13. 358e5e1 bpo-32329: Fix -R option for hash randomization (#4873) by Victor Stinner · 7 years ago
  14. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  15. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  16. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  17. 21c7730 bpo-32089: Use default action for ResourceWarning (#4584) by Victor Stinner · 7 years ago
  18. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  19. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 7 years ago
  20. d7ac061 bpo-31845: Fix reading flags from environment (GH-4105) by Nick Coghlan · 7 years ago
  21. 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 7 years ago
  22. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  23. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  24. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  25. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 8 years ago
  26. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  27. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  28. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  29. fcbdf99 * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  30. 6edadfc * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  31. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  32. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  33. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  34. 687592d Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  35. f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  36. 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 9 years ago
  37. 8f2fae1 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 9 years ago
  38. b9a3dd9 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 9 years ago
  39. 48e8100 revert 7b833bd1f509. I misread the side effect that the code was triggering. by Gregory P. Smith · 10 years ago
  40. 5666461 Remove the unimplemented but ignored without='-E' parameters being passed to by Gregory P. Smith · 10 years ago
  41. e8785ff Close #18754: Run Python child processes in isolated more in the test suite. by Victor Stinner · 11 years ago
  42. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  43. e3ed4ed Issue #18338: `python --version` now prints version string to stdout, and by Serhiy Storchaka · 11 years ago
  44. ef8115e Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change by Victor Stinner · 11 years ago
  45. 3fa1aae Issue #17516: do not create useless tuple: remove dummy commas in tests by Victor Stinner · 11 years ago
  46. 1f8898a #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option. by Ezio Melotti · 11 years ago
  47. a833e0d Merge debug print removal with 3.3. by Ezio Melotti · 12 years ago
  48. 9ab09d1 Merge debug print removal with 3.2. by Ezio Melotti · 12 years ago
  49. 82e60de Remove debug print. by Ezio Melotti · 12 years ago
  50. 8b9a8f3 #16306: merge with 3.3. by Ezio Melotti · 12 years ago
  51. 8a6d1fe #16306: merge with 3.2. by Ezio Melotti · 12 years ago
  52. a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  53. 32f4e6e #16309: avoid using deprecated method and turn docstring in a comment. by Ezio Melotti · 12 years ago
  54. 195ad6c #16306: merge with 3.3. by Ezio Melotti · 12 years ago
  55. f7c709d #16306: merge with 3.2. by Ezio Melotti · 12 years ago
  56. 7c66319 #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  57. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  58. 15c02e3 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  59. 33363f4 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  60. 5c6b3e2 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
  61. 8b219b2 Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII by Victor Stinner · 12 years ago
  62. 76bcff2 Issue #7317: Display full tracebacks when an error occurs asynchronously. by Andrew Svetlov · 12 years ago
  63. 69032c8 Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all. by Andrew Svetlov · 12 years ago
  64. 90ef747 Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 12 years ago
  65. 7b3f0fa Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 12 years ago
  66. c9f54cf enable hash randomization by default by Benjamin Peterson · 12 years ago
  67. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  68. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  69. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  70. 39a73a4 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  71. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  72. 5604ef3 Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 13 years ago
  73. d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 13 years ago
  74. fcb17e1 Merge #10206: add test for previously fixed bug. by R David Murray · 13 years ago
  75. e697e37 #10206: add test for previously fixed bug. by R David Murray · 13 years ago
  76. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  77. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  78. 02bfdb3 Merged revisions 88530 via svnmerge from by Victor Stinner · 13 years ago
  79. c0f1a1a Issue #11272: Fix input() and sys.stdin for Windows newline by Victor Stinner · 13 years ago
  80. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  81. 9bc3568 Use script_helper in one more test by Antoine Pitrou · 14 years ago
  82. 8581c7e Merged revisions 86081 via svnmerge from by Brian Curtin · 14 years ago
  83. c4ac887 Close subprocess pipes to clear ResourceWarning messages in debug mode. by Brian Curtin · 14 years ago
  84. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  85. f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 14 years ago
  86. 073f759 Move non-ascii test from test_run_code() to a new function: test_non_ascii() by Victor Stinner · 14 years ago
  87. f6211ed Move test_undecodable_code() from test_sys to test_cmd_line by Victor Stinner · 14 years ago
  88. d793109 Add some debug output in verbose mode by Antoine Pitrou · 14 years ago
  89. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 14 years ago
  90. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 14 years ago
  91. 30ba25b Merged revisions 80116 via svnmerge from by Victor Stinner · 14 years ago
  92. 76cf687 Issue #7605: Fix test_cmd_line if the current working directory is not ASCII by Victor Stinner · 14 years ago
  93. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  94. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  95. 260bd3e Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from by Nick Coghlan · 15 years ago
  96. 6ead552 Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding by Nick Coghlan · 15 years ago
  97. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  98. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  99. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  100. ab7481a Merged revisions 72817 via svnmerge from by Philip Jenvey · 15 years ago