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
/
lexer
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH...
Miss Islington (bot)
2025-08-03
2
-16/+16
*
[3.13] gh-135148: Correctly handle f/t strings with comments and debug expres...
Lysandros Nikolaou
2025-07-21
1
-20/+68
*
[3.13] gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (GH-13277...
Miss Islington (bot)
2025-04-21
1
-1/+1
*
[3.13] gh-129958: Properly disallow newlines in format specs in single-quoted...
Ćukasz Langa
2025-04-18
1
-0/+8
*
[3.13] gh-130618: Fix parser error when using lambdas inside f-strings (GH-13...
Pablo Galindo Salgado
2025-03-01
1
-1/+5
*
[3.13] gh-129093: Fix f-string debug text sometimes getting cut off when expr...
Miss Islington (bot)
2025-01-22
1
-3/+1
*
[3.13] gh-123229: Fix valgrind warning by initializing the f-string buffers t...
Miss Islington (bot)
2024-08-23
1
-1/+2
*
[3.13] gh-122026: Fix identification of mismatched parentheses inside f-strin...
Miss Islington (bot)
2024-07-19
1
-0/+3
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
1
-1/+1
*
[3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...
Pablo Galindo Salgado
2024-07-16
3
-5/+21
*
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Erlend E. Aasland
2024-01-26
1
-2/+2
*
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113...
Pablo Galindo Salgado
2024-01-05
1
-2/+6
*
gh-112243: Don't include comments in f-string debug expressions (#112284)
Pablo Galindo Salgado
2023-11-20
1
-6/+49
*
gh-100445: Improve error message for unterminated strings with escapes (#100446)
Shantanu
2023-10-18
1
-2/+16
*
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
Lysandros Nikolaou
2023-10-16
1
-0/+4
*
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou
2023-10-11
6
-0/+1805