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 }}
wrongnull
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
on
patch-4
User selector
All users
Datepicker
All time
Commit history
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
Commits on Jan 6, 2024
gh-111488: Changed error message in case of no 'in' keyword after 'for' in cmp (#113656)
grigoriev-semyon
authored
bb4c167
View commit details
Copy full SHA for bb4c167
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113709)
pablogsal
authored
3003fbb
View commit details
Copy full SHA for 3003fbb
View code at this point
Browse repository at this point
Commits on Jan 2, 2024
gh-113602: Bail out when the parser tries to override existing errors (#113607)
Show description for 9ed36d5
pablogsal
authored
9ed36d5
View commit details
Copy full SHA for 9ed36d5
View code at this point
Browse repository at this point
Commits on Dec 25, 2023
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035)
Show description for 48c4973
yilei
and
gpshead
authored
48c4973
View commit details
Copy full SHA for 48c4973
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (#112949)
pablogsal
authored
a135a6d
View commit details
Copy full SHA for a135a6d
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
Fix typos in variable names, function names, and comments (GH-101868)
howjmay
authored
707c37e
View commit details
Copy full SHA for 707c37e
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
gh-112387: Fix error positions for decoded strings with backwards tokenize errors (#112409)
Show description for 45d6485
pablogsal
authored
45d6485
View commit details
Copy full SHA for 45d6485
View code at this point
Browse repository at this point
gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (#112410)
Show description for 2c8b191
pablogsal
authored
2c8b191
View commit details
Copy full SHA for 2c8b191
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
gh-112243: Don't include comments in f-string debug expressions (#112284)
pablogsal
authored
d59feb5
View commit details
Copy full SHA for d59feb5
View code at this point
Browse repository at this point
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513)
thatbirdguythatuknownot
authored
1c8f912
View commit details
Copy full SHA for 1c8f912
View code at this point
Browse repository at this point
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
brettcannon
authored
56e59a4
View commit details
Copy full SHA for 56e59a4
View code at this point
Browse repository at this point
Commits on Nov 16, 2023
gh-111956: Add thread-safe one-time initialization. (gh-111960)
colesbury
authored
446f18a
View commit details
Copy full SHA for 446f18a
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
Show description for 1447af7
3 people
authored
1447af7
View commit details
Copy full SHA for 1447af7
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Simplify _PyPegen_join_names_with_dot() (GH-111602)
serhiy-storchaka
authored
937872e
View commit details
Copy full SHA for 937872e
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
gh-111420: Allow type comments in parenthesized `with` statements (#111468)
tomasr8
authored
453e96e
View commit details
Copy full SHA for 453e96e
View code at this point
Browse repository at this point
Commits on Oct 27, 2023
gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (#111381)
pablogsal
authored
3d2f1f0
View commit details
Copy full SHA for 3d2f1f0
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
gh-100445: Improve error message for unterminated strings with escapes (#100446)
hauntsaninja
authored
3156d19
View commit details
Copy full SHA for 3156d19
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
gh-110938: Fix error messages for indented blocks with functions and classes with generic type parameters (#110973)
pablogsal
authored
24e4ec7
View commit details
Copy full SHA for 24e4ec7
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
gh-107450: Remove unnecessary overflow check in parser error handler (#110940)
lysnikolaou
authored
f46333b
View commit details
Copy full SHA for f46333b
View code at this point
Browse repository at this point
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
Show description for a1ac559
3 people
authored
a1ac559
View commit details
Copy full SHA for a1ac559
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
pablogsal
authored
e1d8c65
View commit details
Copy full SHA for e1d8c65
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
gh-107450: Raise OverflowError when parser column offset overflows (#110754)
lysnikolaou
authored
fb7843e
View commit details
Copy full SHA for fb7843e
View code at this point
Browse repository at this point
gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (#110706)
pablogsal
authored
3d18034
View commit details
Copy full SHA for 3d18034
View code at this point
Browse repository at this point
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Show description for 17d6554
lysnikolaou
authored
17d6554
View commit details
Copy full SHA for 17d6554
View code at this point
Browse repository at this point
GH-110749: fix unistd.h import in file_tokenizer.c (#110750)
Filipe Laíns
authored
2364542
View commit details
Copy full SHA for 2364542
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Show description for 01481f2
3 people
authored
01481f2
View commit details
Copy full SHA for 01481f2
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
gh-110309: Prune empty constant in format specs (#110320)
Show description for 2cb62c6
sunmy2019
and
blurb-it[bot]
authored
2cb62c6
View commit details
Copy full SHA for 2cb62c6
View code at this point
Browse repository at this point
gh-110259: Fix f-strings with multiline expressions and format specs (#110271)
Show description for cc389ef
pablogsal
authored
cc389ef
View commit details
Copy full SHA for cc389ef
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.