Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-99300: Use Py_NewRef() in Parser/ directory (#99330) | Victor Stinner | 2022-11-10 | 1 | -2/+1 |
* | gh-91320: Use _PyCFunction_CAST() (#92251) | Victor Stinner | 2022-05-03 | 1 | -2/+2 |
* | Sanitize macros and debug functions in pegen.c (GH-25291) | Pablo Galindo | 2021-04-09 | 1 | -0/+8 |
* | bpo-43244: Remove the pyarena.h header (GH-25007) | Victor Stinner | 2021-03-24 | 1 | -4/+4 |
* | bpo-43244: Remove parser_interface.h header file (GH-25001) | Victor Stinner | 2021-03-24 | 1 | -1/+10 |
* | bpo-43244: Add pycore_compile.h header file (GH-25000) | Victor Stinner | 2021-03-23 | 1 | -1/+3 |
* | Fix peg_generator compiler warnings under MSVC (GH-20405) | Ammar Askar | 2020-05-26 | 1 | -4/+4 |
* | Fix some scripts in the peg generator folder (GH-19853) | Pablo Galindo | 2020-05-02 | 1 | -0/+0 |
* | bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) | Pablo Galindo | 2020-04-27 | 1 | -3/+4 |
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+153 |