1. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 13 years ago
  2. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  3. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  4. 0739591 Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 by Eli Bendersky · 13 years ago
  5. 89e3436 Issue #10841: set binary mode on files; the parser translates newlines by Victor Stinner · 14 years ago
  6. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  7. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  8. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  9. 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
  10. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  11. e0f3268 run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead of by Victor Stinner · 14 years ago
  12. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  13. 9a6692f Py_Main() uses _Py_wchar2char() to encode the filename in error messages by Victor Stinner · 14 years ago
  14. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  15. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  16. 4726e40 Rewrite RunMainFromImporter() by Victor Stinner · 14 years ago
  17. 5c848a8 Isse #8589: Decode PYTHONWARNINGS from utf-8 on Mac OS X by Victor Stinner · 14 years ago
  18. c2d76fd Issue #8589: surrogateescape error handler is not available at startup by Victor Stinner · 14 years ago
  19. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  20. 398356b Improve error message if the command is not decodable by Victor Stinner · 14 years ago
  21. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  22. 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
  23. f2e08b3 Create _Py_wchar2char() function, reverse of _Py_char2wchar() by Victor Stinner · 14 years ago
  24. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  25. 0a3ddad Issue #9425: Create run_file() subfunction by Victor Stinner · 14 years ago
  26. a62207c Issue #9425: Create run_command() subfunction by Victor Stinner · 14 years ago
  27. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  28. 6baded4 Issue #6697: Fix a crash if code of "python -c code" contains surrogates by Victor Stinner · 14 years ago
  29. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  30. d61deca Move _Py_char2wchar from python.c to main.c. by Ronald Oussoren · 14 years ago
  31. a1bda34 strings from _Py_char2wchar need PyMem_Free by Philip Jenvey · 14 years ago
  32. e53de3d #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values by Philip Jenvey · 14 years ago
  33. ad6139a Merged revisions 79936 via svnmerge from by Benjamin Peterson · 14 years ago
  34. a9aedd2 woops these strings aren't kept around, free them by Philip Jenvey · 14 years ago
  35. 0805ca3 Merged revisions 79878-79880 via svnmerge from by Philip Jenvey · 14 years ago
  36. 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 14 years ago
  37. 011bd62 Merged revisions 75570 via svnmerge from by Antoine Pitrou · 15 years ago
  38. cf7128c Merged revisions 74051-74052 via svnmerge from by Alexandre Vassalotti · 15 years ago
  39. 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 15 years ago
  40. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 16 years ago
  41. 374e220 #4747: on Windows, starting a module with a non-ascii filename would print a useless "SyntaxError: None" by Amaury Forgeot d'Arc · 16 years ago
  42. 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
  43. dd8059f #3626: On cygwin, starting "python z" would not display any error message: by Amaury Forgeot d'Arc · 16 years ago
  44. 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
  45. 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
  46. 5651eaa Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. by Antoine Pitrou · 16 years ago
  47. 2ab3444 Fixed wording of python --help text. by Christian Heimes · 16 years ago
  48. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  49. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  50. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  51. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  52. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  53. 32dde22 Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62055-62058,62060-62066,62068-62074,62076-62079,62081-62083,62086-62089,62092-62094,62098,62101,62104,62106-62109,62115-62122,62124-62125,62128,62130,62132,62134-62135,62137,62139-62140,62144,62146,62151,62155,62157,62162-62166,62171-62172,62175-62176,62178,62181-62186,62188-62192,62196,62200-62203,62206,62211-62213,62215-62218,62222,62224-62226,62228,62232,62236,62240-62245,62248,62250-62254,62256-62258,62262,62264-62265,62267-62270,62272-62276,62280-62288,62291-62292,62299-62301,62307,62312,62316-62318,62322-62331,62333-62337,62339-62344,62346-62348 via svnmerge from by Neal Norwitz · 16 years ago
  54. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  55. 99ddc8c Convert another %s to %ls. by Martin v. Löwis · 16 years ago
  56. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  57. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  58. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  59. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  60. 74c29c7 Make test_cmd_line_scripts pass by using a unicode string instead of by Guido van Rossum · 17 years ago
  61. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  62. e69a08e Fix for bug #1442 pythonstartup addition of minor error checking by Christian Heimes · 17 years ago
  63. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  64. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  65. 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
  66. 945362c Implement PYTHONNOERRORWINDOW. by Martin v. Löwis · 17 years ago
  67. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  68. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  69. 1680713 Add interning of unicode strings by copying the functionality from by Walter Dörwald · 17 years ago
  70. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  71. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  72. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  73. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  74. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  75. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  76. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  77. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  78. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 18 years ago
  79. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  80. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
  81. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
  82. 4d4dfb7 Patch #1011822: Display errno/strerror for inaccessible files. by Martin v. Löwis · 20 years ago
  83. 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 20 years ago
  84. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  85. 6caea37 Patch #794400: Let PYTHONSTARTUP influence the compiler flags. by Martin v. Löwis · 21 years ago
  86. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  87. d86dcd3 Py_Main(): Add a check for the PYTHONINSPECT environment variable by Barry Warsaw · 21 years ago
  88. 852ba7e Patch #672053: Return a result from Py_Main, instead of exiting. by Martin v. Löwis · 21 years ago
  89. e98922f Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614. by Martin v. Löwis · 21 years ago
  90. fbd861b An #endif was missing in Just's patch. Added. by Jack Jansen · 21 years ago
  91. 2ac79ef removing one Mac hack and add another: by Just van Rossum · 21 years ago
  92. 7a924e6 Patch #696645: Remove VMS code with uncertain authorship. by Martin v. Löwis · 21 years ago
  93. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  94. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  95. 5134a54 Fix minor whitespace nit, for consistency with Python's C style rules. by Fred Drake · 22 years ago
  96. 9cf424b On Cygwin, put stdin, stderr, and stdout in binary mode when the -u by Sjoerd Mullender · 22 years ago
  97. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  98. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  99. ce233b4 Fix last checkin, can't use " inside a string by Neal Norwitz · 22 years ago
  100. 611a710 Patch #552812: Better description in "python -h" for -u. by Martin v. Löwis · 22 years ago