FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Parser - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
on
main
User selector
Datepicker
Commit history
Commits on Aug 14, 2026
gh-155742: Get PyBytes_AS_STRING() as `const char*` (#155751)
Show description for 079dd5e
vstinner
authored
079dd5e
View commit details
Copy full SHA for 079dd5e
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
gh-154775: Don't accept duplicate plus sign when matching complex number (GH-154776)
Show description for a85830c
encukou
and
johnslavik
authored
a85830c
View commit details
Copy full SHA for a85830c
View code at this point
Browse repository at this point
Commits on Jul 18, 2026
gh-153568: Skip parser memo lookups that cannot match (#153571)
Show description for d49e76b
pablogsal
authored
d49e76b
View commit details
Copy full SHA for d49e76b
View code at this point
Browse repository at this point
gh-153568: Cache repeated identifiers while parsing (#153577)
pablogsal
authored
a0c6c4c
View commit details
Copy full SHA for a0c6c4c
View code at this point
Browse repository at this point
Commits on Jul 11, 2026
gh-153569: Split tokenizer lexer into focused files (#153585)
pablogsal
authored
a2d3787
View commit details
Copy full SHA for a2d3787
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
gh-153171: Produce specialized syntax errors for 'not' after an operator in more positions (GH-153175)
Show description for 1034e73
serhiy-storchaka
and
claude
authored
1034e73
View commit details
Copy full SHA for 1034e73
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
gh-150459: Fix `SyntaxError` message for `from x lazy import y` (#150877)
sobolevn
authored
ec5f154
View commit details
Copy full SHA for ec5f154
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
gh-151763: Fix OOM-0013 crash when the parser or compiler fails to allocate (#151968)
tonghuaroot
authored
669299b
View commit details
Copy full SHA for 669299b
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
gh-149689: add missing error checks in Parser/action_helpers.c (#149710)
KowalskiThomas
authored
2dd6e59
View commit details
Copy full SHA for 2dd6e59
View code at this point
Browse repository at this point
gh-82312: Further improvement of error messages for generating AST nodes (GH-150912)
Show description for bc3fa17
serhiy-storchaka
authored
bc3fa17
View commit details
Copy full SHA for bc3fa17
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
gh-146495: Improve `SyntaxError` message for `&&` and `||` operators (#150906)
Aniketsy
authored
0f501b9
View commit details
Copy full SHA for 0f501b9
View code at this point
Browse repository at this point
Commits on Jun 14, 2026
gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
johnslavik
authored
f1a5f68
View commit details
Copy full SHA for f1a5f68
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
gh-151238: Check for `_get_resized_exprs` failure in `_PyPegen_{joined,template}_str` (#151259)
StanFromIreland
authored
4b44b1e
View commit details
Copy full SHA for 4b44b1e
View code at this point
Browse repository at this point
Commits on Jun 6, 2026
gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (#150275)
grantlouisherman
authored
262625f
View commit details
Copy full SHA for 262625f
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
bpo-38131: Improve messages when generating AST nodes from objects with wrong field values (GH-17715)
isidentical
authored
3ff2117
View commit details
Copy full SHA for 3ff2117
View code at this point
Browse repository at this point
Commits on May 2, 2026
gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)
Show description for bdedc4a
authored
bdedc4a
View commit details
Copy full SHA for bdedc4a
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
gh-137600: Promote `ast` node constructor deprecation warnings to errors (#137601)
Show description for d2f506a
authored
d2f506a
View commit details
Copy full SHA for d2f506a
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
gh-145239: Accept unary plus literal pattern (#148566)
Show description for 448d7b9
johnslavik
authored
448d7b9
View commit details
Copy full SHA for 448d7b9
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
gh-148157: Check for `_PyPegen_add_type_comment_to_arg` fail in `_PyPegen_name_default_pair` (#148158)
StanFromIreland
authored
1795fcc
View commit details
Copy full SHA for 1795fcc
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95
befeleme
and
vstinner
authored
1887a95
View commit details
Copy full SHA for 1887a95
View code at this point
Browse repository at this point
Commits on Mar 13, 2026
gh-145783: Propagate errors raised in `NEW_TYPE_COMMENT` (#145784)
StanFromIreland
authored
e1c2246
View commit details
Copy full SHA for e1c2246
View code at this point
Browse repository at this point
Commits on Mar 12, 2026
gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (#140910)
Show description for 86a0756
authored
86a0756
View commit details
Copy full SHA for 86a0756
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
Show description for d19de37
sergey-miryanov
authored
d19de37
View commit details
Copy full SHA for d19de37
View code at this point
Browse repository at this point
gh-145376: Fix refleak & pointer type bug in uncommon code paths in Parser/ (GH-145684)
eendebakpt
authored
4f87c99
View commit details
Copy full SHA for 4f87c99
View code at this point
Browse repository at this point
Commits on Feb 28, 2026
gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
Show description for 09e8c38
pablogsal
and
johnslavik
authored
09e8c38
View commit details
Copy full SHA for 09e8c38
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
gh-145234: Normalize decoded CR in string tokenizer (#145281)
pablogsal
authored
98b1e51
View commit details
Copy full SHA for 98b1e51
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (#144807)
AdamKorcz
authored
3fc945d
View commit details
Copy full SHA for 3fc945d
View code at this point
Browse repository at this point
Commits on Feb 15, 2026
gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (#144788)
Show description for e6110ef
raminfp
authored
e6110ef
View commit details
Copy full SHA for e6110ef
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Show description for 46d5106
authored
46d5106
View commit details
Copy full SHA for 46d5106
View code at this point
Browse repository at this point
Commits on Jan 31, 2026
gh-143055: Implementation of PEP 798 (#143056)
Show description for ccbe41e
adqm
and
JelleZijlstra
authored
ccbe41e
View commit details
Copy full SHA for ccbe41e
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
gh-144322: typo This errors to These errors (#144323)
cuiweixie
authored
0fa1fc6
View commit details
Copy full SHA for 0fa1fc6
View code at this point
Browse repository at this point
Commits on Jan 26, 2026
gh-144169: Fix three crashes in AST objects with non-str kwargs (#144178)
Show description for 639c1ad
JelleZijlstra
and
vstinner
authored
639c1ad
View commit details
Copy full SHA for 639c1ad
View code at this point
Browse repository at this point
Commits on Dec 29, 2025
gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773)
Show description for f37f57d
Demonstrandum
authored
f37f57d
View commit details
Copy full SHA for f37f57d
View code at this point
Browse repository at this point
Commits on Dec 20, 2025
gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)
colesbury
authored
2b4feee
View commit details
Copy full SHA for 2b4feee
View code at this point
Browse repository at this point
Commits on Dec 14, 2025
gh-142724: fix error path in `_PyPegen_raise_tokenizer_init_error` (#142725)
AZero13
authored
d844d22
View commit details
Copy full SHA for d844d22
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL