| Commit message (Expand) | Author | Age | Files | Lines |
* | Isse #8589: Decode PYTHONWARNINGS from utf-8 on Mac OS X | Victor Stinner | 2010-09-12 | 1 | -2/+6 |
|
|
* | Issue #8589: surrogateescape error handler is not available at startup | Victor Stinner | 2010-09-10 | 1 | -6/+11 |
|
|
* | PYTHONFSENCODING is not available on Windows or Mac OS X | Victor Stinner | 2010-08-19 | 1 | -7/+9 |
|
|
* | Improve error message if the command is not decodable | Victor Stinner | 2010-08-18 | 1 | -0/+1 |
|
|
* | Issue #8622: Add PYTHONFSENCODING environment variable to override the | Victor Stinner | 2010-08-18 | 1 | -0/+1 |
|
|
* | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod... | Nick Coghlan | 2010-08-17 | 1 | -3/+2 |
|
|
* | Create _Py_wchar2char() function, reverse of _Py_char2wchar() | Victor Stinner | 2010-08-13 | 1 | -7/+87 |
|
|
* | Reimplement addbuilddir() in C inside getpath.c, so as to execute it | Antoine Pitrou | 2010-08-13 | 1 | -5/+7 |
|
|
* | Issue #9425: Create run_file() subfunction | Victor Stinner | 2010-08-07 | 1 | -24/+36 |
|
|
* | Issue #9425: Create run_command() subfunction | Victor Stinner | 2010-08-07 | 1 | -15/+23 |
|
|
* | Issue #8589: Decode PYTHONWARNINGS environment variable with the file system | Victor Stinner | 2010-05-19 | 1 | -4/+5 |
|
|
* | Issue #6697: Fix a crash if code of "python -c code" contains surrogates | Victor Stinner | 2010-05-17 | 1 | -4/+8 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -610/+610 |
|
|
* | Move _Py_char2wchar from python.c to main.c. | Ronald Oussoren | 2010-04-18 | 1 | -0/+104 |
|
|
* | strings from _Py_char2wchar need PyMem_Free | Philip Jenvey | 2010-04-14 | 1 | -1/+1 |
|
|
* | #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values | Philip Jenvey | 2010-04-14 | 1 | -13/+35 |
|
|
* | Merged revisions 79936 via svnmerge from | Benjamin Peterson | 2010-04-11 | 1 | -13/+18 |
|
|
* | woops these strings aren't kept around, free them | Philip Jenvey | 2010-04-07 | 1 | -0/+1 |
|
|
* | Merged revisions 79878-79880 via svnmerge from | Philip Jenvey | 2010-04-07 | 1 | -0/+19 |
|
|
* | Merged revisions 78826 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -4/+10 |
|
|
* | Merged revisions 75570 via svnmerge from | Antoine Pitrou | 2009-10-20 | 1 | -29/+0 |
|
|
* | Merged revisions 74051-74052 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+3 |
|
|
* | This fixes issue5143 and includes a test. | Ronald Oussoren | 2009-02-12 | 1 | -3/+16 |
|
|
* | Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line | Antoine Pitrou | 2009-01-09 | 1 | -4/+3 |
|
|
* | #4747: on Windows, starting a module with a non-ascii filename would print a ... | Amaury Forgeot d'Arc | 2009-01-01 | 1 | -4/+7 |
|
|
* | #3705: Command-line arguments were not correctly decoded when the | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -21/+19 |
|
|
* | #3626: On cygwin, starting "python z" would not display any error message: | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -2/+11 |
|
|
* | Revert r33661, which broke all buildbots. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -19/+21 |
|
|
* | #3705: Fix crash when given a non-ascii value on the command line for the "-c... | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -21/+19 |
|
|
* | Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. | Antoine Pitrou | 2008-09-06 | 1 | -19/+31 |
|
|
* | Fixed wording of python --help text. | Christian Heimes | 2008-09-03 | 1 | -2/+2 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -2/+1 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -1/+2 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -2/+1 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 1 | -0/+1 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -1/+10 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -1/+1 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -1/+5 |
|
|
* | Convert another %s to %ls. | Martin v. Löwis | 2008-04-06 | 1 | -1/+1 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -21/+61 |
|
|
* | Merged revisions 61520,61523-61528,61532 via svnmerge from | Christian Heimes | 2008-03-18 | 1 | -5/+1 |
|
|
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -0/+1 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -3/+11 |
|
|
* | Make test_cmd_line_scripts pass by using a unicode string instead of | Guido van Rossum | 2007-11-19 | 1 | -14/+16 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -40/+80 |
|
|
* | Fix for bug #1442 pythonstartup addition of minor error checking | Christian Heimes | 2007-11-14 | 1 | -0/+10 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -6/+11 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -0/+1 |
|
|
* | Revert 57722. Move error dialog APIs to msvcrt instead, | Martin v. Löwis | 2007-08-31 | 1 | -19/+0 |
|
|
* | Implement PYTHONNOERRORWINDOW. | Martin v. Löwis | 2007-08-30 | 1 | -0/+24 |
|
|