COMMITS
/ Python/pythonrun.c November 15, 2013
V
pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner committed
October 22, 2013
C
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Christian Heimes committed
October 13, 2013
A
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
Antoine Pitrou committed
May 5, 2013
A
Fix crash caused by 8c1385205a35
Antoine Pitrou committed
May 4, 2013
April 29, 2013
B
ignore errors when trying to fetch sys.stdin.encoding (closes #17863)
Benjamin Peterson committed
November 7, 2012
H
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack committed
H
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack committed
November 1, 2012
A
Issue #16218: Support non ascii characters in python launcher.
Andrew Svetlov committed
September 11, 2012
August 3, 2012
V
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner committed
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