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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-40334: Simplify type handling in the PEG c_generator (GH-19818)
Pablo Galindo
2020-05-01
1
-366/+366
*
bpo-40334: Add support for feature_version in new PEG parser (GH-19827)
Lysandros Nikolaou
2020-05-01
4
-799/+1328
*
bpo-40334: Support type comments (GH-19780)
Guido van Rossum
2020-04-30
3
-1410/+2483
*
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
Pablo Galindo
2020-04-29
3
-70/+23
*
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: Fix shifting of nested f-strings in the new parser (GH-19771)
Lysandros Nikolaou
2020-04-29
1
-0/+9
*
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
5
-309/+401
*
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
2
-28/+50
*
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
Pablo Galindo
2020-04-23
2
-1/+12
*
bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671)
Pablo Galindo
2020-04-23
1
-21/+21
*
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-22
1
-10/+14
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
6
-0/+19002
[prev]