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
/
Lib
/
test
/
test_peg_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-803/+0
*
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
Lysandros Nikolaou
2020-06-10
1
-0/+7
*
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
Lysandros Nikolaou
2020-05-18
1
-0/+1
*
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Pablo Galindo
2020-05-15
1
-1/+1
*
bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083)
Lysandros Nikolaou
2020-05-14
1
-0/+25
*
bpo-40334: Error message for invalid default args in function call (GH-19973)
Lysandros Nikolaou
2020-05-07
1
-0/+3
*
bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)
Lysandros Nikolaou
2020-05-04
1
-0/+6
*
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner
2020-04-29
1
-3/+0
*
bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778)
Lysandros Nikolaou
2020-04-29
1
-5/+4
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
1
-1/+2
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+764