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
*
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
*
gh-128016: Improved invalid escape sequence warning message (#128020)
Umar Butler
2025-01-15
2
-8/+28
*
gh-126469: remove unnecessary error-checking branch in `lexer.c` (#126473)
qqwqqw689
2025-01-01
1
-5/+1
*
gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (#126241)
Bénédikt Tran
2024-10-31
1
-0/+9
*
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
sobolevn
2024-10-29
1
-10/+8
*
gh-125196: Use PyUnicodeWriter in parser (#125271)
Victor Stinner
2024-10-12
1
-7/+8
*
gh-125268: Use static string for "1e309" in AST (#125272)
Sam Gross
2024-10-10
1
-2/+0
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
1
-2/+2
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner
2024-10-09
1
-1/+1
*
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
Tomas R.
2024-10-06
1
-1/+0
*
gh-122951: Simplify the grammar of the assignment rule (#124998)
Rigel Di Scala
2024-10-06
1
-1584/+1525
*
gh-111178: Fix function signatures in Python-ast.c (#124942)
Victor Stinner
2024-10-04
1
-7/+11
*
gh-124889: Remove redundant artificial rules in PEG parser (#124893)
efimov-mikhail
2024-10-03
1
-8512/+1671
*
gh-116022: Improve `repr()` of AST nodes (#117046)
Tomas R
2024-09-18
1
-0/+222
*
gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (#124204)
Victor Stinner
2024-09-18
1
-8/+8
*
gh-124064: Fix -Wconversion warnings in Parser/pegen.c (#124181)
Victor Stinner
2024-09-17
1
-9/+9
*
gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (#123...
Sam Gross
2024-09-06
1
-23/+10
*
gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threa...
Bar Harel
2024-09-04
1
-3/+10
*
gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)
sobolevn
2024-09-02
1
-8/+6
*
gh-123440: Improve error message for `except as` used with not a name (#123442)
sobolevn
2024-08-30
1
-969/+1221
*
gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in ...
Pablo Galindo Salgado
2024-08-23
1
-1/+2
*
gh-122581: Avoid data races when collecting parser statistics (#122694)
Lysandros Nikolaou
2024-08-06
1
-0/+17
*
gh-122300: Preserve AST nodes for format specifiers with single elements (#12...
Pablo Galindo Salgado
2024-07-26
1
-1/+2
*
gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271)
Serhiy Storchaka
2024-07-25
1
-1/+1
*
Fix typos in comments and exception message (#122147)
Xie Yanbo
2024-07-23
3
-3/+3
*
gh-122026: Fix identification of mismatched parentheses inside f-strings (#12...
Pablo Galindo Salgado
2024-07-19
1
-0/+3
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-1/+1
[next]