summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-1/+1
* Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...Antoine Pitrou2012-06-191-1/+10
* PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-151-6/+3
* Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.Brett Cannon2012-04-291-4/+0
* Issue #14605: Make explicit the entries on sys.path_hooks that used toBrett Cannon2012-04-261-1/+1
* Issue #13959: Rename imp to _imp and add Lib/imp.py and beginBrett Cannon2012-04-151-2/+2
* Plug a refleak.Brett Cannon2012-04-151-2/+1
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-2/+59
* merge 3.2Benjamin Peterson2012-04-031-20/+31
|\
| * fix parse_syntax_error to clean up its resourcesBenjamin Peterson2012-04-031-20/+31
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-1/+5
* | Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-211-1/+0
|\ \ | |/
| * Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-211-1/+0
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+8
|\ \ | |/
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+8
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+8
* | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ...Meador Inge2012-01-191-0/+3
* | | Fix a memory leak when initializing the standard I/O streams.Antoine Pitrou2012-01-181-1/+2
|\ \ \ | |/ /
| * | Fix a memory leak when initializing the standard I/O streams.Antoine Pitrou2012-01-181-1/+2
* | | Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-131-0/+2
* | | Issue #13575: there is only one class type.Florent Xicluna2011-12-121-6/+1
* | | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-15/+16
|\ \ \ | |/ /
| * | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-15/+16
* | | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-2/+18
|\ \ \ | |/ /
| * | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-2/+18
* | | print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize()Victor Stinner2011-11-201-1/+1
* | | Issue #10227: Add an allocation cache for a single slice object.Antoine Pitrou2011-11-181-0/+1
* | | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignoreVictor Stinner2011-10-181-2/+3
* | | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.Martin v. Löwis2011-10-141-3/+6
* | | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-16/+16
* | | Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-101-10/+20
* | | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-12/+18
* | | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-201-1/+3
|\ \ \ | |/ /
| * | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-201-1/+3
* | | Issue #9642: Fix filesystem encoding initialization: use the ANSI code page onVictor Stinner2011-07-041-15/+15
* | | print_exception(): handle correctly PyObject_GetAttrString() failureVictor Stinner2011-05-261-1/+1
* | | Merge #6498 fix from 3.2.Georg Brandl2011-05-151-1/+1
|\ \ \ | |/ /
| * | Merge #6498 fix from 3.1.Georg Brandl2011-05-151-1/+1
| |\ \ | | |/
| | * Closes #6498: fix several misspellings of "SystemExit" as "SystemError".Georg Brandl2011-05-151-1/+1
| | * Merged revisions 85980 via svnmerge fromHirokazu Yamamoto2010-10-301-0/+3
| | * Merged revisions 85817,85904 via svnmerge fromBenjamin Peterson2010-10-291-4/+3
| | * Merged revisions 85814 via svnmerge fromBenjamin Peterson2010-10-241-2/+0
| | * Issue #10077: Fix logging of site module errors at startup.Victor Stinner2010-10-231-1/+4
| | * Recorded merge of revisions 85569-85570 via svnmerge fromVictor Stinner2010-10-191-3/+14
| | * Merged revisions 83854 via svnmerge fromAntoine Pitrou2010-08-081-1/+1
| | * Merged revisions 82059,82061 via svnmerge fromVictor Stinner2010-06-171-1/+1
| | * Merged revisions 81844 via svnmerge fromVictor Stinner2010-06-081-1/+1
| | * Recorded merge of revisions 81364 via svnmerge fromVictor Stinner2010-05-201-1/+3
| | * Merged revisions 81250-81253 via svnmerge fromVictor Stinner2010-05-171-0/+4
| | * Merged revisions 81156 via svnmerge fromVictor Stinner2010-05-141-1/+1