Commits
User selector
Commit History
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
Commits on Dec 2, 2020
Commits on Oct 26, 2020
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Show description for fb5db7eauthored
Commits on Oct 10, 2020
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Show description for 98c4433authored
Commits on Jun 21, 2020
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Show description for 564cd18authored
Commits on Jun 20, 2020
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Show description for 314858eauthored
Commits on Jun 11, 2020
bpo-40939: Remove the old parser (GH-20768)
Show description for 1ed83adauthored
Commits on Jun 2, 2020
Commits on May 15, 2020
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Show description for 15bc9abauthored
Commits on May 12, 2020
Commits on May 4, 2020
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Show description for 846d8b2authored
Commits on Apr 27, 2020
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Show description for 2b74c83authored
Commits on Apr 23, 2020
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Show description for ebebb64authoredbpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Show description for 1def775authored
Commits on Apr 22, 2020
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Show description for c5fc156authored
Commits on Apr 15, 2020
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Show description for 4f98f46authoredbpo-40268: Remove unused osdefs.h includes (GH-19532)
Show description for 361dcdcauthored
Commits on Apr 14, 2020
- authored
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3authored
Commits on Apr 13, 2020
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Show description for da7933eauthored