COMMITS
/ Python/pythonrun.c November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
V
print_error_text() doesn't encode the filename anymore
Victor Stinner committed
November 6, 2013
V
Issue #19512: add _PyUnicode_CompareWithId() function
Victor Stinner committed
V
print_exception(): don't encode the module name to UTF-8
Victor Stinner committed
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
V
Issue #19512: Add PyRun_InteractiveOneObject() function
Victor Stinner committed
V
Issue #19512: _print_total_refs() now uses an identifier to get "showrefcount"
Victor Stinner committed
October 22, 2013
C
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Christian Heimes committed
C
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Christian Heimes committed
October 18, 2013
N
Issue #16129: Py_SetStandardStreamEncoding cleanups
Nick Coghlan committed
October 17, 2013
N
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan committed
October 13, 2013
A
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
Antoine Pitrou committed
A
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
Antoine Pitrou committed
September 13, 2013
S
Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional.
Serhiy Storchaka committed
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