COMMITS
/ Python/pythonrun.c August 30, 2013
August 27, 2013
V
pythonrun.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner committed
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
August 25, 2013
August 10, 2013
C
Issue #16400: Add command line option for isolated mode.
Christian Heimes committed
July 22, 2013
V
Issue #18520: Fix initstdio(), handle PySys_SetObject() failure
Victor Stinner committed
V
Issue #18520: initsite() is a little bit more verbose when import site fails
Victor Stinner committed
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
July 21, 2013
V
Issue #18520: Fix initsigs(), handle PyOS_InitInterrupts() error
Victor Stinner committed
July 16, 2013
V
Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in structseq.c
Victor Stinner committed
July 7, 2013
V
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner committed
V
Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to
Victor Stinner committed
May 6, 2013
A
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
Antoine Pitrou committed
May 5, 2013
A
Fix crash caused by 8c1385205a35
Antoine Pitrou committed
A
Fix crash caused by 8c1385205a35
Antoine Pitrou committed
May 4, 2013
B
#17115: I hate you MS for not supporting C99.
Brett Cannon committed
A
A
B
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon committed
April 29, 2013
B
merge 3.3 (#17863)
Benjamin Peterson committed
B
ignore errors when trying to fetch sys.stdin.encoding (closes #17863)
Benjamin Peterson committed
April 24, 2013
A
Issue #17832: fix a compilation warning about a function prototype.
Antoine Pitrou committed
March 25, 2013
December 9, 2012
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