COMMITS
/ Python/pythonrun.c June 22, 2023
V
gh-105922: Use PyImport_AddModuleRef() function (#105999)
Victor Stinner committed
June 20, 2023
V
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner committed
June 19, 2023
V
gh-105922: Refactor PyRun_InteractiveOneObjectEx() (#105925)
Victor Stinner committed
May 1, 2023
C
gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)
Carey Metcalfe committed
March 19, 2023
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102816)
Irit Katriel committed
March 18, 2023
I
March 16, 2023
I
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel committed
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102743)
Irit Katriel committed
February 20, 2023
I
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
Irit Katriel committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
October 15, 2022
P
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado committed
September 27, 2022
P
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado committed
May 11, 2022
V
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner committed
May 4, 2022
V
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner committed
April 16, 2022
I
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel committed
April 14, 2022
G
gh-89455: Fix an uninitialized bool in exception print context. (#91466)
Gregory P. Smith committed
April 7, 2022
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
February 15, 2022
E
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow committed
February 8, 2022
December 16, 2021
I
bpo-45635: Do not suppress errors in functions called from _PyErr_Display (GH-30073)
Irit Katriel committed
December 10, 2021
December 9, 2021
I
bpo-45635: continue refactor of print_exception() to standardize error handling (GH-29996)
Irit Katriel committed
December 8, 2021
I
bpo-45635: refactor print_exception() into smaller functions (GH-29981)
Irit Katriel committed
December 3, 2021
November 27, 2021
I
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726)
Irit Katriel committed
November 5, 2021
I
bpo-45292: [PEP 654] Update traceback display code to work with exception groups (GH-29207)
Irit Katriel committed
October 6, 2021
C
Fix typos in the Python directory (GH-28767)
Christian Clauss committed
September 5, 2021
September 3, 2021
I
bpo-45083: Include the exception class qualname when formatting an exception (GH-28119)
Irit Katriel committed
April 23, 2021
P
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo committed
April 19, 2021
P
bpo-25460: Surround suggestions by quotes (GH-25473)
Pablo Galindo committed
April 14, 2021
P
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
April 7, 2021
V
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner committed
March 29, 2021
P
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)
Pablo Galindo committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
V
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
February 19, 2021
N
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim committed
December 9, 2020
V
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner committed
December 8, 2020
V
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Victor Stinner committed
V
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642)
Victor Stinner committed
December 2, 2020
P
bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606)
Pablo Galindo committed