| Commit message (Expand) | Author | Age | Files | Lines |
* | #16306: report only the first unknown option and add more tests. Patch by Se... | Ezio Melotti | 2012-11-23 | 1 | -0/+1 |
|
|
* | Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on... | Ronald Oussoren | 2012-08-22 | 1 | -1/+1 |
|
|
* | Fix issue # 15033 - Return the proper exitcode for failure when modules are i... | Senthil Kumaran | 2012-07-05 | 1 | -1/+1 |
|
|
* | merge with 3.2 | Georg Brandl | 2012-02-21 | 1 | -3/+3 |
|\ |
|
| * | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | Georg Brandl | 2012-02-21 | 1 | -3/+3 |
|
|
* | | Fix test failure in test_cmd_line by initializing the hash secret at the earl... | Antoine Pitrou | 2012-02-21 | 1 | -2/+28 |
|
|
* | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -3/+17 |
|\ \
| |/ |
|
| * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+15 |
|
|
| * | Merged revisions 87991 via svnmerge from | Eli Bendersky | 2011-01-14 | 1 | -1/+0 |
|
|
| * | Merged revisions 81250-81253 via svnmerge from | Victor Stinner | 2010-05-17 | 1 | -4/+8 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -483/+483 |
|
|
| * | Merged revisions 78872 via svnmerge from | Victor Stinner | 2010-03-21 | 1 | -4/+10 |
|
|
| * | Merged revisions 75571,75576-75577 via svnmerge from | Antoine Pitrou | 2009-10-20 | 1 | -29/+0 |
|
|
| * | Merged revisions 74010,74034,74054 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -3/+3 |
|
|
* | | Issue #10350: Read and save errno before calling a function which might overw... | Antoine Pitrou | 2011-12-16 | 1 | -1/+2 |
|
|
* | | Remove call to nonexisting function (relic from Python 2.x) under #ifdef __IN... | Eli Bendersky | 2011-01-14 | 1 | -1/+0 |
|
|
* | | Issue #10841: set binary mode on files; the parser translates newlines | Victor Stinner | 2011-01-07 | 1 | -3/+6 |
|
|
* | | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric... | Georg Brandl | 2010-12-28 | 1 | -3/+2 |
|
|
* | | #1772833: add -q command line option. | Georg Brandl | 2010-12-04 | 1 | -3/+10 |
|
|
* | | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | | PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails | Victor Stinner | 2010-11-08 | 1 | -1/+1 |
|
|
* | | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -3/+6 |
|
|
* | | run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead of | Victor Stinner | 2010-10-17 | 1 | -2/+2 |
|
|
* | | Add an optional size argument to _Py_char2wchar() | Victor Stinner | 2010-10-16 | 1 | -2/+4 |
|
|
* | | Py_Main() uses _Py_wchar2char() to encode the filename in error messages | Victor Stinner | 2010-10-14 | 1 | -11/+11 |
|
|
* | | Issue #9992: Remove PYTHONFSENCODING environment variable. | Victor Stinner | 2010-10-13 | 1 | -3/+0 |
|
|
* | | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -208/+0 |
|
|
* | | Rewrite RunMainFromImporter() | Victor Stinner | 2010-10-06 | 1 | -25/+35 |
|
|
* | | 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 |
|/ |
|