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
.
https-github-com-nzysoft
/
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
main
User selector
All users
Datepicker
All time
Commit history
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)
FFY00
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
Commits on Sep 30, 2023
gh-110014: Include explicitly <unistd.h> header (#110155)
Show description for 7513994
vstinner
authored
7513994
View commit details
Copy full SHA for 7513994
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (#109606)
pablogsal
authored
b28ffaa
View commit details
Copy full SHA for b28ffaa
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
gh-109114: Relax the check for invalid lambdas inside f-strings to avoid false positives (#109121)
pablogsal
authored
5bda2f6
View commit details
Copy full SHA for 5bda2f6
View code at this point
Browse repository at this point
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Show description for b0edf3b
vstinner
authored
b0edf3b
View commit details
Copy full SHA for b0edf3b
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
gh-88943: Improve syntax error for non-ASCII character that follows a numerical literal (GH-109081)
Show description for b2729e9
serhiy-storchaka
authored
b2729e9
View commit details
Copy full SHA for b2729e9
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
gh-108767: Replace ctype.h functions with pyctype.h functions (#108772)
Show description for 578ebc5
vstinner
authored
578ebc5
View commit details
Copy full SHA for 578ebc5
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
gh-108444: Remove _PyLong_AsInt() function (#108461)
Show description for e59a952
vstinner
authored
e59a952
View commit details
Copy full SHA for e59a952
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
gh-108179: Add error message for parser stack overflows (#108256)
sweeneyde
authored
8661751
View commit details
Copy full SHA for 8661751
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
gh-108216: Cleanup #include in internal header files (#108228)
Show description for 0dd3fc2
vstinner
authored
0dd3fc2
View commit details
Copy full SHA for 0dd3fc2
View code at this point
Browse repository at this point
gh-108113: Make it possible to create an optimized AST (#108154)
iritkatriel
authored
10a91d7
View commit details
Copy full SHA for 10a91d7
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
gh-107967: Fix infinite recursion on invalid escape sequence warning (#107968)
lysnikolaou
authored
d66bc9e
View commit details
Copy full SHA for d66bc9e
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535)
Show description for fa45958
markshannon
authored
fa45958
View commit details
Copy full SHA for fa45958
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-107015: Remove async_hacks from the tokenizer (#107018)
pablogsal
authored
da8f87b
View commit details
Copy full SHA for da8f87b
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
Commits on Jul 23, 2023
gh-106320: Remove _PyBytes_Join() C API (#107144)
Show description for 7d41ead
vstinner
authored
7d41ead
View commit details
Copy full SHA for 7d41ead
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
Show description for d228825
vstinner
authored
d228825
View commit details
Copy full SHA for d228825
View code at this point
Browse repository at this point
gh-106989: Remove tok report warnings (#106993)
menkotoglou
authored
76e20c3
View commit details
Copy full SHA for 76e20c3
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
serhiy-storchaka
authored
be1b968
View commit details
Copy full SHA for be1b968
View code at this point
Browse repository at this point
Commits on Jul 4, 2023
gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
lysnikolaou
authored
dfe4de2
View commit details
Copy full SHA for dfe4de2
View code at this point
Browse repository at this point
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
Show description for d8c5d76
vstinner
authored
d8c5d76
View commit details
Copy full SHA for d8c5d76
View code at this point
Browse repository at this point
Commits on Jul 3, 2023
gh-106320: Remove private _PyErr C API functions (#106356)
Show description for c5afc97
vstinner
authored
c5afc97
View commit details
Copy full SHA for c5afc97
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
methane
authored
d5bd32f
View commit details
Copy full SHA for d5bd32f
View code at this point
Browse repository at this point
Commits on Jun 30, 2023
gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#106224)
sobolevn
authored
46c1097
View commit details
Copy full SHA for 46c1097
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.