index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
pegen
/
pegen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry...
Pablo Galindo
2020-10-31
1
-2/+1
*
[3.9] bpo-42123: Run the parser two times and only enable invalid rules on th...
Lysandros Nikolaou
2020-10-28
1
-0/+13
*
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Miss Skeleton (bot)
2020-10-25
1
-1/+2
*
[3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in ...
Pablo Galindo
2020-09-03
1
-8/+9
*
[3.9] bpo-41690: Use a loop to collect args in the parser instead of recursio...
Pablo Galindo
2020-09-02
1
-0/+35
*
[3.9] Validate the AST produced by the parser in debug mode (GH-21643) (GH-21...
Pablo Galindo
2020-07-27
1
-0/+9
*
bpo-41215: Make assertion in the new parser more strict (GH-21364)
Miss Islington (bot)
2020-07-06
1
-1/+1
*
[3.9] bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH...
Pablo Galindo
2020-07-06
1
-2/+5
*
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...
Guido van Rossum
2020-06-28
1
-2/+3
*
[3.9] bpo-41076: Pre-feed the parser with the f-string expression location (G...
Pablo Galindo
2020-06-28
1
-0/+3
*
bpo-41084: Adjust message when an f-string expression causes a SyntaxError (G...
Miss Islington (bot)
2020-06-27
1
-0/+21
*
bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)
Miss Islington (bot)
2020-06-20
1
-1/+1
*
[3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) ...
Lysandros Nikolaou
2020-06-19
1
-8/+20
*
bpo-40958: Avoid buffer overflow in the parser when indexing the current line...
Miss Islington (bot)
2020-06-16
1
-11/+9
*
[3.9] Improve readability and style in parser files (GH-20884) (GH-20885)
Pablo Galindo
2020-06-15
1
-21/+30
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Miss Islington (bot)
2020-06-08
1
-0/+1
*
bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666)
Miss Islington (bot)
2020-06-06
1
-2/+2
*
[3.9] Backport GH-20440: Set p->error_indicator in more places (GH-20457)
Lysandros Nikolaou
2020-05-27
1
-0/+5
*
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
Lysandros Nikolaou
2020-05-27
1
-1/+33
*
bpo-40750: Support -d flag in the new parser (GH-20340)
Miss Islington (bot)
2020-05-25
1
-0/+1
*
Use Py_ssize_t for the column number in the PEG support code (GH-20341)
Miss Islington (bot)
2020-05-24
1
-1/+1
*
bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20...
Miss Islington (bot)
2020-05-22
1
-0/+21
*
bpo-40334: Reproduce error message for type comments on bare '*' in the new p...
Lysandros Nikolaou
2020-05-18
1
-20/+20
*
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Pablo Galindo
2020-05-15
1
-0/+46
*
bpo-40619: Correctly handle error lines in programs without file mode (GH-20090)
Pablo Galindo
2020-05-14
1
-25/+5
*
bpo-40334: Always show the caret on SyntaxErrors (GH-20050)
Lysandros Nikolaou
2020-05-13
1
-26/+35
*
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-2...
Serhiy Storchaka
2020-05-12
1
-3/+0
*
bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030)
Pablo Galindo
2020-05-11
1
-0/+6
*
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
Lysandros Nikolaou
2020-05-07
1
-7/+3
*
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Lysandros Nikolaou
2020-05-04
1
-3/+0
*
bpo-40491: Fix typo in syntax error for numeric literals (GH-19893)
Shantanu
2020-05-04
1
-1/+1
*
bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887)
Lysandros Nikolaou
2020-05-04
1
-0/+1
*
Ensure that tok->type_comments is set on every path (GH-19828)
Guido van Rossum
2020-05-01
1
-3/+2
*
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
Batuhan Taskaya
2020-05-01
1
-80/+47
*
bpo-40334: Add support for feature_version in new PEG parser (GH-19827)
Lysandros Nikolaou
2020-05-01
1
-4/+17
*
bpo-40334: Support type comments (GH-19780)
Guido van Rossum
2020-04-30
1
-4/+147
*
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
Pablo Galindo
2020-04-29
1
-46/+0
*
bpo-40334: Disallow invalid single statements in the new parser (GH-19774)
Lysandros Nikolaou
2020-04-29
1
-0/+51
*
bpo-40334: Explicitly cast to int in pegen.c to fix a compiler warning (GH-19...
Pablo Galindo
2020-04-29
1
-4/+4
*
bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743)
Lysandros Nikolaou
2020-04-28
1
-3/+6
*
bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)
Pablo Galindo
2020-04-27
1
-1/+1
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-9/+52
*
Use Py_ssize_t instead of ssize_t (GH-19685)
Pablo Galindo
2020-04-24
1
-1/+1
*
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou
2020-04-23
1
-27/+49
*
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
Pablo Galindo
2020-04-23
1
-1/+11
*
bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671)
Pablo Galindo
2020-04-23
1
-21/+21
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+1865