Commits
User selector
Commit History
Commits on Oct 15, 2022
Commits on Sep 27, 2022
Commits on May 11, 2022
gh-92651: Remove the Include/token.h header file (#92652)
Show description for da5727aauthored
Commits on May 4, 2022
Use static inline function Py_EnterRecursiveCall() (#91988)
Show description for d716a0dauthored
Commits on Apr 16, 2022
Commits on Apr 14, 2022
gh-89455: Fix an uninitialized bool in exception print context. (#91466)
Show description for 861974bauthored
Commits on Apr 7, 2022
bpo-35134: Remove the Include/code.h header file (GH-32385)
Show description for 85addfbauthored
Commits on Feb 15, 2022
bpo-46541: Discover the global strings. (gh-31346)
Show description for 12360aaauthored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Dec 16, 2021
bpo-45635: Do not suppress errors in functions called from _PyErr_Display (GH-30073)
Show description for 8d6155eandauthored
Commits on Dec 10, 2021
bpo-45635: refactor print_exception_recursive into smaller functions to standardize error handling (GH-30015)
Show description for 0fe104fandauthored
Commits on Dec 9, 2021
bpo-45635: continue refactor of print_exception() to standardize error handling (GH-29996)
Show description for dc4a212andauthored
Commits on Dec 8, 2021
bpo-45635: refactor print_exception() into smaller functions (GH-29981)
Show description for f893bb2andauthored
Commits on Dec 3, 2021
Commits on Nov 27, 2021
Commits on Nov 5, 2021
Commits on Oct 6, 2021
Commits on Sep 3, 2021
bpo-45083: Include the exception class qualname when formatting an exception (GH-28119)
Show description for b4b6342andauthored
Commits on Apr 23, 2021
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Show description for a77aac4authored
Commits on Apr 19, 2021
Commits on Apr 14, 2021
Commits on Apr 7, 2021
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Show description for d36d6a9authored
Commits on Mar 29, 2021
Commits on Mar 24, 2021
bpo-43244: Remove the pyarena.h header (GH-25007)
Show description for 8370e07authoredbpo-43244: Remove parser_interface.h header file (GH-25001)
Show description for 57364ceauthored
Commits on Mar 23, 2021
bpo-43244: Add pycore_compile.h header file (GH-25000)
Show description for a81fca6authoredbpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07authored
Commits on Mar 19, 2021
bpo-43244: Remove symtable.h header file (GH-24910)
Show description for 28ad12fauthored
Commits on Feb 19, 2021
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Show description for 4a6bf27authored
Commits on Dec 9, 2020
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Show description for a82f63fauthored
Commits on Dec 8, 2020
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Show description for 550e467authoredbpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642)
Show description for b6d98c1authored