summaryrefslogtreecommitdiffstats
path: root/Parser/pegen.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021)Guido van Rossum2020-06-281-2/+3
* bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)Lysandros Nikolaou2020-06-271-0/+3
* bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173)Lysandros Nikolaou2020-06-271-3/+3
* bpo-41084: Adjust message when an f-string expression causes a SyntaxError (G...Lysandros Nikolaou2020-06-261-0/+21
* bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)Lysandros Nikolaou2020-06-201-1/+1
* bpo-40334: Produce better error messages on invalid targets (GH-20106)Lysandros Nikolaou2020-06-181-8/+20
* bpo-40958: Avoid buffer overflow in the parser when indexing the current line...Pablo Galindo2020-06-161-11/+9
* Improve readability and style in parser files (GH-20884)Pablo Galindo2020-06-151-21/+30
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-111-0/+2163