COMMITS
/ Python/pythonrun.c May 24, 2019
V
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 17, 2019
V
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Victor Stinner committed
May 16, 2019
V
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner committed
May 14, 2019
V
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner committed
March 7, 2019
G
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum committed
February 21, 2019
G
Re-init _Py_UnhandledKeyboardInterrupt before run. (GH-11963)
Gregory P. Smith committed
February 16, 2019
G
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Gregory P. Smith committed
January 31, 2019
G
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum committed
November 29, 2018
I
bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415)
INADA Naoki committed
November 22, 2018
V
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
September 13, 2018
E
bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)
Eric V. Smith committed
September 12, 2018
B
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
July 23, 2018
S
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262)
Serhiy Storchaka committed
July 11, 2018
S
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Serhiy Storchaka committed
July 3, 2018
Z
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Zackery Spytz committed
June 24, 2018
Z
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Zackery Spytz committed
June 15, 2018
S
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
November 21, 2017
V
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner committed
November 12, 2017
X
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
xdegaye committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
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