COMMITS
/ Python/pythonrun.c October 23, 2017
X
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
xdegaye committed
October 17, 2017
Z
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter committed
September 14, 2017
E
bpo-30860: Fix a refleak. (#3567)
Eric Snow committed
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 12, 2017
E
bpo-30860: Fix a refleak. (#3506)
Eric Snow committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
May 24, 2017
E
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow committed
February 15, 2017
Y
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan committed
December 19, 2016
M
Issue #25677: Merge SyntaxError caret positioning from 3.6
Martin Panter committed
M
Issue #25677: Merge SyntaxError caret positioning from 3.5
Martin Panter committed
December 11, 2016
M
Issue #25677: Correct syntax error caret for indented blocks.
Martin Panter committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka committed
S
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka committed
September 6, 2016
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
August 22, 2016
V
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner committed
August 19, 2016
V
PyErr_PrintEx() now uses fast call
Victor Stinner committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
February 28, 2016
M
Issue #22836: Merge exception reporting from 3.5
Martin Panter committed
M
Issue #22836: Keep exception reports sensible despite errors
Martin Panter committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
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