COMMITS
/ Python/pythonrun.c September 11, 2012
August 3, 2012
V
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner committed
July 31, 2012
V
Fix initialization of the faulthandler module
Victor Stinner committed
July 15, 2012
N
Refcounting fixes
Nick Coghlan committed
N
Make set_main_loader static (noticed by Antoine Pitrou)
Nick Coghlan committed
N
July 5, 2012
A
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
June 19, 2012
May 15, 2012
B
PEP 415: Implement suppression of __context__ display with an exception attribute
Benjamin Peterson committed
April 29, 2012
B
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Brett Cannon committed
April 26, 2012
B
Issue #14605: Make explicit the entries on sys.path_hooks that used to
Brett Cannon committed
April 15, 2012
B
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Brett Cannon committed
B
Plug a refleak.
Brett Cannon committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon committed
April 3, 2012
B
fix parse_syntax_error to clean up its resources
Benjamin Peterson committed
February 26, 2012
N
Close issue #6210: Implement PEP 409
Nick Coghlan committed
February 21, 2012
A
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Antoine Pitrou committed
A
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Antoine Pitrou committed
February 20, 2012
G
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl committed
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
January 19, 2012
January 18, 2012
A
Fix a memory leak when initializing the standard I/O streams.
Antoine Pitrou committed
A
Fix a memory leak when initializing the standard I/O streams.
Antoine Pitrou committed
January 13, 2012
A
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou committed
December 12, 2011
F
Issue #13575: there is only one class type.
Florent Xicluna committed
November 28, 2011
A
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou committed
A
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou committed
November 26, 2011
A
November 20, 2011
V
print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize()
Victor Stinner committed
November 18, 2011
A
Issue #10227: Add an allocation cache for a single slice object.
Antoine Pitrou committed
October 18, 2011
V
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
Victor Stinner committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
September 20, 2011
B
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw committed
B
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw committed
July 4, 2011
V
Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on
Victor Stinner committed
May 26, 2011
V
print_exception(): handle correctly PyObject_GetAttrString() failure
Victor Stinner committed
May 15, 2011
G
Merge #6498 fix from 3.2.
Georg Brandl committed
G
Merge #6498 fix from 3.1.
Georg Brandl committed
G
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl committed
May 7, 2011
V
faulthandler: dump all threads by default
Victor Stinner committed