Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in the algorithm description (GH-15774) | Pablo Galindo | 2019-09-09 | 1 | -1/+1 |
* | Fix typos in the documentation of Parser/pgen (GH-15416) | Shashi Ranjan | 2019-08-24 | 1 | -7/+7 |
* | Refactor Parser/pgen and add documentation and explanations (GH-15373) | Pablo Galindo | 2019-08-22 | 7 | -332/+753 |
* | Remove duplicate call to strip method in Parser/pgen/token.py (GH-14938) | Hansraj Das | 2019-07-24 | 1 | -6/+2 |
* | use `const` in graminit.c (GH-12713) | tyomitch | 2019-04-23 | 1 | -3/+3 |
* | bpo-36623: Clean parser headers and include files (GH-12253) | Pablo Galindo | 2019-04-13 | 1 | -1/+0 |
* | bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p... | Pablo Galindo | 2019-03-25 | 1 | -0/+60 |
* | Remove d_initial from the parser as it is unused (GH-12212) | tyomitch | 2019-03-09 | 1 | -1/+1 |
* | Clean implementation of Parser/pgen and fix some style issues (GH-12156) | Pablo Galindo | 2019-03-04 | 4 | -28/+14 |
* | bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) | Pablo Galindo | 2019-03-01 | 5 | -0/+642 |