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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec ...
Lysandros Nikolaou
2025-07-21
3
-1170/+1350
*
[3.14] gh-135148: Correctly handle f/t strings with comments and debug expres...
Miss Islington (bot)
2025-07-16
1
-20/+68
*
[3.14] gh-129958: New syntax error in format spec applies to both f-strings a...
Miss Islington (bot)
2025-06-26
1
-1/+2
*
[3.14] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135499)
Miss Islington (bot)
2025-06-14
1
-1/+1
*
[3.14] gh-130077: Properly match full soft keywords in the parser (GH-135317)...
Miss Islington (bot)
2025-06-11
1
-1/+2
*
[3.14] gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pege...
Miss Islington (bot)
2025-06-10
3
-94/+85
*
[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)
Victor Stinner
2025-06-09
1
-3/+3
*
[3.14] gh-135028: Increase parser MAXSTACK for nested parenthesis (GH-135031)...
Miss Islington (bot)
2025-06-03
1
-1/+1
*
[3.14] gh-133999: Fix `except` parsing regression in 3.14 (GH-134035) (#134206)
Miss Islington (bot)
2025-05-19
1
-10/+22
*
[3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Miss Islington (bot)
2025-05-13
1
-10/+16
*
[3.14] gh-133783: Fix __replace__ on AST nodes for optional attributes (GH-13...
Miss Islington (bot)
2025-05-10
1
-0/+26
*
[3.14] gh-133516: Raise `ValueError` when constants `True`, `False` or `None`...
Miss Islington (bot)
2025-05-07
1
-0/+15
*
gh-131421: Fix ASDL tests (#133408)
Jelle Zijlstra
2025-05-04
1
-8/+12
*
gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)
Samuel
2025-05-04
2
-28/+38
*
gh-133194: Fix regression with PEP 758 parsing on older `feature_version` (#1...
sobolevn
2025-05-03
1
-215/+304
*
gh-133197: Improve error message for incompatible string / bytes prefixes (#1...
sobolevn
2025-05-02
1
-17/+56
*
gh-123539: Improve SyntaxError msg for `import as` with not a name (#123629)
sobolevn
2025-05-02
1
-725/+990
*
gh-133196: Guard PEP 750 grammar with `CHECK_VERSION` (#133225)
sobolevn
2025-05-01
1
-1/+1
*
gh-133197: Improve error message for `ft""` and `bt""` cases (#133202)
sobolevn
2025-04-30
1
-3/+17
*
gh-133194: Add `CHECK_VERSION` to new PEP758 grammar (#133195)
sobolevn
2025-04-30
1
-2/+2
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
13
-1838/+3202
*
gh-129858: Special syntax error for `elif` block after `else` (#129902)
Steele Farnsworth
2025-04-25
1
-75/+108
*
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado
2025-04-22
4
-435/+566
*
gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (#132770)
sobolevn
2025-04-21
1
-1/+1
*
gh-129958: Properly disallow newlines in format specs in single-quoted f-stri...
Pablo Galindo Salgado
2025-04-18
1
-0/+8
*
GH-131296: fix clang-cl warning on Windows in pegen.h (#131584)
Chris Eibl
2025-04-15
1
-1/+1
*
gh-131831: Implement PEP 758 – Allow except and except* expressions without...
Pablo Galindo Salgado
2025-04-01
1
-224/+323
*
gh-111178: Skip undefined behavior checks in _PyPegen_lookahead() (#131714)
Victor Stinner
2025-03-27
1
-2/+5
*
gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NU...
rialbat
2025-03-26
1
-1/+1
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-0/+1
*
gh-131238: Remove pycore_lock.h includes (#131483)
Victor Stinner
2025-03-19
1
-1/+1
*
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner
2025-03-19
2
-5/+5
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
1
-1/+1
*
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner
2025-03-17
3
-11/+17
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
1
-0/+3
*
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov
2025-03-03
2
-5/+1
*
gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738)
Hugo Beauzée-Luyssen
2025-03-02
1
-2/+2
*
gh-130618: Fix parser error when using lambdas inside f-strings (#130638)
Pablo Galindo Salgado
2025-02-27
1
-1/+5
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
2
-484/+457
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
2
-457/+484
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
2
-484/+457
*
gh-129515: Clarify syntax error messages for conditional expressions (#129880)
Sergey Miryanov
2025-02-18
1
-1253/+1557
*
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
Irit Katriel
2025-02-16
1
-11/+24
*
gh-125331: Allow the parser to activate future imports on the fly (#125482)
Pablo Galindo Salgado
2025-02-14
3
-1/+18
*
gh-88535: Improve syntax error for wrongly closed strings (#26633)
Pablo Galindo Salgado
2025-02-13
1
-609/+756
*
gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer ...
Pablo Galindo Salgado
2025-02-13
2
-8/+46
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
2
-2/+2
*
gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)
Victor Stinner
2025-01-23
1
-35/+39
*
gh-124363: Treat debug expressions in f-string as raw strings (#128399)
Pablo Galindo Salgado
2025-01-22
1
-43/+36
*
gh-129093: Fix f-string debug text sometimes getting cut off when expression ...
Tomas R.
2025-01-22
1
-3/+1
[next]