COMMITS
/ Python/pythonrun.c September 6, 2015
S
Issue #15989: Fixed some scarcely probable integer overflows.
Serhiy Storchaka committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 18, 2015
V
Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file()
Victor Stinner committed
November 22, 2014
Z
Closes #22869: Move PyOS_CheckStack back to pythonrun.c
Zachary Ware committed
S
Issue #22869: Remove duplicate stack check from pythonrun.c
Steve Dower committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
November 5, 2014
V
Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd,
Victor Stinner committed
V
Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
Victor Stinner committed
August 29, 2014
V
Issue #22043: _PyTime_Init() now checks if the system clock works.
Victor Stinner committed
August 15, 2014
V
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner committed
May 11, 2014
A
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou committed
A
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou committed
April 17, 2014
D
Fixes for KFreeBSD and the Hurd:
doko@ubuntu.com committed
D
- Merge 3.4
doko@ubuntu.com committed
March 18, 2014
V
Issue #19977, #19036: Always include <locale.h> in pythonrun.c
Victor Stinner committed
V
Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
Victor Stinner committed
February 13, 2014
V
Issue #20526, #19466: Revert changes of issue #19466 which introduces a
Victor Stinner committed
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