COMMITS
/ Python/pythonrun.c February 13, 2014
V
Issue #20526, #19466: Revert changes of issue #19466 which introduces a
Victor Stinner committed
February 9, 2014
N
Close #20500: Don't trigger PyObject_Str assertion at shutdown
Nick Coghlan committed
January 21, 2014
S
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Serhiy Storchaka committed
S
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Serhiy Storchaka committed
December 9, 2013
V
Issue #19817: Fix print_exception(), clear the exception on error
Victor Stinner committed
December 1, 2013
V
Closes #19831: Stop tracemalloc later at Python shutdown to be able to use
Victor Stinner committed
November 23, 2013
V
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
November 15, 2013
V
pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner committed
V
(Merge 3.3) pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get
Victor Stinner committed
November 12, 2013
V
Issue #19515: Remove identifiers duplicated in the same file.
Victor Stinner committed
V
Issue #19466: Fix typo. Patch written by Vajrasky Kok.
Victor Stinner committed
V
Close #19466: Clear the frames of daemon threads earlier during the Python
Victor Stinner committed
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