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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
4
Star
42
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
shared-testcase
User selector
All users
All time
Commit history
Commits on Feb 22, 2022
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479)
Show description for 090e5c4
serhiy-storchaka
authored
090e5c4
View commit details
Copy full SHA for 090e5c4
View code at this point
Browse repository at this point
Commits on Feb 16, 2022
bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (#31365)
ericvsmith
authored
ffd9f8f
View commit details
Copy full SHA for ffd9f8f
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
Don't print rejected tokens when using the debug flags in the parser (GH-31258)
pablogsal
authored
e19059e
View commit details
Copy full SHA for e19059e
View code at this point
Browse repository at this point
Allow the parser to avoid nested processing of invalid rules (GH-31252)
pablogsal
authored
390459d
View commit details
Copy full SHA for 390459d
View code at this point
Browse repository at this point
bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241)
pablogsal
authored
b71dc71
View commit details
Copy full SHA for b71dc71
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
pablogsal
authored
69e1097
View commit details
Copy full SHA for 69e1097
View code at this point
Browse repository at this point
Commits on Feb 1, 2022
bpo-14916: use specified tokenizer fd for file input (GH-31006)
Show description for 89b1304
pmp-p
authored
89b1304
View commit details
Copy full SHA for 89b1304
View code at this point
Browse repository at this point
Commits on Jan 25, 2022
bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130)
pablogsal
authored
a0efc0c
View commit details
Copy full SHA for a0efc0c
View code at this point
Browse repository at this point
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865)
Show description for 0daf721
ericvsmith
authored
0daf721
View commit details
Copy full SHA for 0daf721
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
Fix the caret position in some syntax errors in interactive mode (GH-30718)
pablogsal
authored
650720a
View commit details
Copy full SHA for 650720a
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_buffers' (#30545)
pablogsal
authored
8c2fd09
View commit details
Copy full SHA for 8c2fd09
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529)
Show description for cedec19
pablogsal
authored
cedec19
View commit details
Copy full SHA for cedec19
View code at this point
Browse repository at this point
Commits on Jan 8, 2022
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
pablogsal
authored
6fa8b2c
View commit details
Copy full SHA for 6fa8b2c
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Show description for d382f7e
isidentical
authored
d382f7e
View commit details
Copy full SHA for d382f7e
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378)
pablogsal
authored
70f415f
View commit details
Copy full SHA for 70f415f
View code at this point
Browse repository at this point
Commits on Jan 3, 2022
bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c
Show description for dd6c357
pablogsal
authored
dd6c357
View commit details
Copy full SHA for dd6c357
View code at this point
Browse repository at this point
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)" (GH-30363)
Show description for 9d35ded
pablogsal
authored
9d35ded
View commit details
Copy full SHA for 9d35ded
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)
Show description for e9898bf
pablogsal
and
isidentical
authored
e9898bf
View commit details
Copy full SHA for e9898bf
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
bpo-45292: [PEP-654] add except* (GH-29581)
iritkatriel
authored
d60457a
View commit details
Copy full SHA for d60457a
View code at this point
Browse repository at this point
Commits on Dec 12, 2021
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_ImportModule (GH-30046)
kumaraditya303
authored
41026c3
View commit details
Copy full SHA for 41026c3
View code at this point
Browse repository at this point
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068)
pablogsal
authored
4325a76
View commit details
Copy full SHA for 4325a76
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934)
Show description for 28179aa
hongweipeng
and
AlexWaygood
authored
28179aa
View commit details
Copy full SHA for 28179aa
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
bpo-46004: Fix error location for loops with invalid targets (GH-29959)
pablogsal
authored
1c7a1c3
View commit details
Copy full SHA for 1c7a1c3
View code at this point
Browse repository at this point
Commits on Nov 26, 2021
bpo-45866: pegen strips directory of "generated from" header (GH-29777)
Show description for 253b7a0
vstinner
authored
253b7a0
View commit details
Copy full SHA for 253b7a0
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
pablogsal
authored
24c10d2
View commit details
Copy full SHA for 24c10d2
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
Ensure the str member of the tokenizer is always initialised (GH-29681)
pablogsal
authored
4f006a7
View commit details
Copy full SHA for 4f006a7
View code at this point
Browse repository at this point
Refactor parser compilation units into specific components (GH-29676)
pablogsal
authored
c9c4444
View commit details
Copy full SHA for c9c4444
View code at this point
Browse repository at this point
Commits on Nov 20, 2021
bpo-45811: Improve error message when source code contains invisible control characters (GH-29654)
pablogsal
authored
81f4e11
View commit details
Copy full SHA for 81f4e11
View code at this point
Browse repository at this point
bpo-45450: Improve syntax error for parenthesized arguments (GH-28906)
pablogsal
authored
7a1d932
View commit details
Copy full SHA for 7a1d932
View code at this point
Browse repository at this point
bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
pablogsal
authored
79ff0d1
View commit details
Copy full SHA for 79ff0d1
View code at this point
Browse repository at this point
bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
pablogsal
authored
fdcc46d
View commit details
Copy full SHA for fdcc46d
View code at this point
Browse repository at this point
Commits on Nov 19, 2021
bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)
pablogsal
authored
546cefc
View commit details
Copy full SHA for 546cefc
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582)
pablogsal
authored
da20d74
View commit details
Copy full SHA for da20d74
View code at this point
Browse repository at this point
bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
pablogsal
authored
df4ae55
View commit details
Copy full SHA for df4ae55
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.