Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
on
libpython-variable
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 26, 2024
gh-122300: Preserve AST nodes for format specifiers with single elements (#122308)
pablogsal
authored
db2d8b6
View commit details
Copy full SHA for db2d8b6
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271)
serhiy-storchaka
authored
6c09b8d
View commit details
Copy full SHA for 6c09b8d
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
Fix typos in comments and exception message (#122147)
xyb
authored
2a5d1eb
View commit details
Copy full SHA for 2a5d1eb
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
gh-122026: Fix identification of mismatched parentheses inside f-strings (#122028)
pablogsal
authored
2009e25
View commit details
Copy full SHA for 2009e25
View code at this point
Browse repository at this point
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
serhiy-storchaka
authored
1a0c7b9
View commit details
Copy full SHA for 1a0c7b9
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
pablogsal
authored
c46d64e
View commit details
Copy full SHA for c46d64e
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334)
JelleZijlstra
authored
58e8cf2
View commit details
Copy full SHA for 58e8cf2
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
gh-121141: add support for `copy.replace` to AST nodes (#121162)
picnixz
authored
9728ead
View commit details
Copy full SHA for 9728ead
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
gh-120155: Fix Coverity issue in parse_string() (#120997)
vstinner
authored
769aea3
View commit details
Copy full SHA for 769aea3
View code at this point
Browse repository at this point
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
JelleZijlstra
authored
42b2c9d
View commit details
Copy full SHA for 42b2c9d
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959)
lysnikolaou
authored
3481848
View commit details
Copy full SHA for 3481848
View code at this point
Browse repository at this point
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Show description for ac61d58
pablogsal
and
encukou
authored
ac61d58
View commit details
Copy full SHA for ac61d58
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
gh-94808: Reorganize _make_posargs and mark unused code (GH-119227)
Show description for bd8c1f9
mjdominus
authored
bd8c1f9
View commit details
Copy full SHA for bd8c1f9
View code at this point
Browse repository at this point
gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513)" (#119974)
Show description for 31a4fb3
encukou
authored
31a4fb3
View commit details
Copy full SHA for 31a4fb3
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure they stay there (GH-119731)
Show description for 48f21b3
encukou
authored
48f21b3
View commit details
Copy full SHA for 48f21b3
View code at this point
Browse repository at this point
Commits on May 28, 2024
gh-119118: Fix performance regression in tokenize module (#119615)
Show description for d87b015
lysnikolaou
and
pablogsal
authored
d87b015
View commit details
Copy full SHA for d87b015
View code at this point
Browse repository at this point
Commits on May 9, 2024
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
Show description for 68fbc00
JelleZijlstra
and
AlexWaygood
authored
68fbc00
View commit details
Copy full SHA for 68fbc00
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-118090: Improve error message for empty type param brackets (GH-118091)
sobolevn
authored
b60d4c0
View commit details
Copy full SHA for b60d4c0
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Show description for e042219
JelleZijlstra
authored
e042219
View commit details
Copy full SHA for e042219
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
gh-116126: Implement PEP 696 (#116129)
Show description for ca269e5
4 people
authored
ca269e5
View commit details
Copy full SHA for ca269e5
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
gh-116988: Remove duplicates of `annotated_rhs` in the Grammar (#117004)
Rexicon226
authored
9b280ab
View commit details
Copy full SHA for 9b280ab
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
gh-118082: Improve `import` without names syntax error message (#118083)
sobolevn
authored
de1f686
View commit details
Copy full SHA for de1f686
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)
grigoriev-semyon
authored
c97d3af
View commit details
Copy full SHA for c97d3af
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
gh-117266: Fix crashes on user-created AST subclasses (GH-117276)
Show description for 4c71d51
JelleZijlstra
authored
4c71d51
View commit details
Copy full SHA for 4c71d51
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
bpo-24612: Improve syntax error for 'not' after an operator (GH-28170)
Show description for 61599a4
pablogsal
and
lysnikolaou
authored
61599a4
View commit details
Copy full SHA for 61599a4
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
serhiy-storchaka
authored
72d3cc9
View commit details
Copy full SHA for 72d3cc9
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
gh-105858: Improve AST node constructors (#105880)
Show description for ed4dfd8
JelleZijlstra
authored
ed4dfd8
View commit details
Copy full SHA for ed4dfd8
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
gh-115823: Calculate correctly error locations when dealing with implicit encodings (#115824)
pablogsal
authored
015b97d
View commit details
Copy full SHA for 015b97d
View code at this point
Browse repository at this point
gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920)
AlexWaygood
authored
7a3518e
View commit details
Copy full SHA for 7a3518e
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Show description for 39d102c
pablogsal
authored
39d102c
View commit details
Copy full SHA for 39d102c
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Show description for dcd28b5
erlend-aasland
authored
dcd28b5
View commit details
Copy full SHA for dcd28b5
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
markshannon
authored
17b73ab
View commit details
Copy full SHA for 17b73ab
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.