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
/
parse_string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Miss Islington (bot)
2022-02-16
1
-10/+10
*
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...
Miss Islington (bot)
2022-01-25
1
-2/+14
*
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esca...
Serhiy Storchaka
2021-10-14
1
-1/+1
*
[3.9] bpo-44885: Correct the ast locations of f-strings with format specs and...
Pablo Galindo Salgado
2021-08-12
1
-39/+31
*
[3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)...
Pablo Galindo
2021-01-03
1
-1/+1
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Miss Islington (bot)
2020-11-18
1
-0/+3
*
Fix trivial typo in the PEG string parser (GH-21508)
Miss Islington (bot)
2020-07-16
1
-1/+1
*
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
Miss Islington (bot)
2020-07-16
1
-15/+16
*
[3.9] bpo-41076: Pre-feed the parser with the f-string expression location (G...
Pablo Galindo
2020-06-28
1
-242/+22
*
[3.9] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH...
Lysandros Nikolaou
2020-06-27
1
-7/+7
*
[3.9] Improve readability and style in parser files (GH-20884) (GH-20885)
Pablo Galindo
2020-06-15
1
-98/+130
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Miss Islington (bot)
2020-06-08
1
-0/+3
*
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
Miss Islington (bot)
2020-06-06
1
-0/+2
*
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-2...
Pablo Galindo
2020-05-27
1
-0/+5
*
[3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20...
Lysandros Nikolaou
2020-05-26
1
-5/+2
*
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
Lysandros Nikolaou
2020-05-07
1
-14/+24
*
bpo-40334: Add support for feature_version in new PEG parser (GH-19827)
Lysandros Nikolaou
2020-05-01
1
-1/+9
*
bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771)
Lysandros Nikolaou
2020-04-29
1
-0/+9
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-1/+1
*
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
1
-0/+1387