| Commit message (Expand) | Author | Age |
* | Close #13119: use "\r\n" newline for sys.stdout/err on Windows | Victor Stinner | 2012-08-04 |
* | Issue #15020: The program name used to search for Python's path is now "pytho... | Antoine Pitrou | 2012-07-05 |
* | fix parse_syntax_error to clean up its resources | Benjamin Peterson | 2012-04-03 |
* | Fix test failure in test_cmd_line by initializing the hash secret at the earl... | Antoine Pitrou | 2012-02-21 |
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 |
|\ |
|
| * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 |
* | | Fix a memory leak when initializing the standard I/O streams. | Antoine Pitrou | 2012-01-18 |
* | | Issue #7111: Python can now be run without a stdin, stdout or stderr stream. | Antoine Pitrou | 2011-11-28 |
* | | Issue #13444: When stdout has been closed explicitly, we should not attempt t... | Antoine Pitrou | 2011-11-26 |
* | | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for | Barry Warsaw | 2011-09-20 |
* | | Merge #6498 fix from 3.1. | Georg Brandl | 2011-05-15 |
|\| |
|
| * | Closes #6498: fix several misspellings of "SystemExit" as "SystemError". | Georg Brandl | 2011-05-15 |
| * | Merged revisions 85980 via svnmerge from | Hirokazu Yamamoto | 2010-10-30 |
| * | Merged revisions 85817,85904 via svnmerge from | Benjamin Peterson | 2010-10-29 |
| * | Merged revisions 85814 via svnmerge from | Benjamin Peterson | 2010-10-24 |
| * | Issue #10077: Fix logging of site module errors at startup. | Victor Stinner | 2010-10-23 |
| * | Recorded merge of revisions 85569-85570 via svnmerge from | Victor Stinner | 2010-10-19 |
| * | Merged revisions 83854 via svnmerge from | Antoine Pitrou | 2010-08-08 |
| * | Merged revisions 82059,82061 via svnmerge from | Victor Stinner | 2010-06-17 |
| * | Merged revisions 81844 via svnmerge from | Victor Stinner | 2010-06-08 |
| * | Recorded merge of revisions 81364 via svnmerge from | Victor Stinner | 2010-05-20 |
| * | Merged revisions 81250-81253 via svnmerge from | Victor Stinner | 2010-05-17 |
| * | Merged revisions 81156 via svnmerge from | Victor Stinner | 2010-05-14 |
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 |
| * | Merged revisions 81016 via svnmerge from | Jean-Paul Calderone | 2010-05-09 |
| * | Revert my change on initsite(): don't change import site error handler in 3.1, | Victor Stinner | 2010-03-21 |
| * | Merged revisions 78872 via svnmerge from | Victor Stinner | 2010-03-21 |
| * | Merged revisions 76573 via svnmerge from | Antoine Pitrou | 2009-11-28 |
| * | Merged revisions 75571,75576-75577 via svnmerge from | Antoine Pitrou | 2009-10-20 |
* | | Issue #1856: Avoid crashes and lockups when daemon threads run while the | Antoine Pitrou | 2011-05-04 |
* | | Issue #10914: Initialize correctly the filesystem codec when creating a new | Victor Stinner | 2011-04-27 |
* | | Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) | Victor Stinner | 2011-04-27 |
* | | Fix #11586: typo in initfsencoding() | Victor Stinner | 2011-03-20 |
* | | Merged revisions 88530 via svnmerge from | Victor Stinner | 2011-02-23 |
* | | Issue #9566: use Py_ssize_t instead of int | Victor Stinner | 2011-01-04 |
* | | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric... | Georg Brandl | 2010-12-28 |
* | | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 |
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 |
* | | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 |
* | | Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil | Antoine Pitrou | 2010-11-20 |
* | | Issue #10372: Import the warnings module only after the IO library is | Antoine Pitrou | 2010-11-10 |
* | | Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah. | Hirokazu Yamamoto | 2010-10-30 |
* | | decrement offset when it points to a newline (#10186 followup) | Benjamin Peterson | 2010-10-29 |
* | | tighten loop | Benjamin Peterson | 2010-10-24 |
* | | remove broken code accounting an offset the size of the line #10186 | Benjamin Peterson | 2010-10-24 |
* | | initfsencoding(): get_codeset() failure is now a fatal error | Victor Stinner | 2010-10-19 |
* | | _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding | Victor Stinner | 2010-10-17 |
* | | Fix ast_error_finish() and err_input(): filename can be NULL | Victor Stinner | 2010-10-16 |
* | | Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects | Victor Stinner | 2010-10-16 |
* | | Use locale encoding if Py_FileSystemDefaultEncoding is not set | Victor Stinner | 2010-10-15 |