Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40334: Add support for feature_version in new PEG parser (GH-19827) | Lysandros Nikolaou | 2020-04-30 | 1 | -1/+9 |
* | bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771) | Lysandros Nikolaou | 2020-04-29 | 1 | -0/+9 |
* | bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) | Pablo Galindo | 2020-04-27 | 1 | -1/+1 |
* | Compile extensions in test_peg_generator with C99 (GH-19668) | Pablo Galindo | 2020-04-23 | 1 | -14/+10 |
* | bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666) | Pablo Galindo | 2020-04-23 | 1 | -10/+14 |
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+1387 |