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
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 }}
xiaolanpython
/
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
2.7
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 21, 2017
reinit the TLS before anything else (#130)
Show description for d9a7574
benjaminp
authored
d9a7574
View commit details
Copy full SHA for d9a7574
View code at this point
Browse repository at this point
Commits on Oct 8, 2016
Silenced compiler warnings.
serhiy-storchaka
committed
6a35bf6
View commit details
Copy full SHA for 6a35bf6
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
Issue #24098: Fixed possible crash when AST is changed in process of
Show description for 08995a3
serhiy-storchaka
committed
08995a3
View commit details
Copy full SHA for 08995a3
View code at this point
Browse repository at this point
Commits on Sep 24, 2016
Revert unintended commit to asdl_c.py
vadmium
committed
0d0aa32
View commit details
Copy full SHA for 0d0aa32
View code at this point
Browse repository at this point
Fix incomplete format error in asdl.py
vadmium
committed
5d4dd9a
View commit details
Copy full SHA for 5d4dd9a
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
properly handle the single null-byte file (closes #24022)
benjaminp
committed
274a763
View commit details
Copy full SHA for 274a763
View code at this point
Browse repository at this point
Commits on Jul 28, 2016
Spelling and grammar fixes in code comments and documentation
vadmium
committed
3d36f0f
View commit details
Copy full SHA for 3d36f0f
View code at this point
Browse repository at this point
Commits on Jun 21, 2016
Issue #22463: Backport compiler warning fixes and workarounds
Show description for 646b528
vadmium
committed
646b528
View commit details
Copy full SHA for 646b528
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
Issue #25388: Fixed tokenizer hang when processing undecodable source code
Show description for 5d7d26c
serhiy-storchaka
committed
5d7d26c
View commit details
Copy full SHA for 5d7d26c
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
add missing NULL checks to get_coding_spec (closes #24854)
benjaminp
committed
223546d
View commit details
Copy full SHA for 223546d
View code at this point
Browse repository at this point
Commits on Sep 5, 2014
Issue #22221: Backported fixes from Python 3 (issue #18960).
Show description for 3eb554f
serhiy-storchaka
committed
3eb554f
View commit details
Copy full SHA for 3eb554f
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
Issue #21789: fix broken link (reported by Jan Varho)
ned-deily
committed
24b8209
View commit details
Copy full SHA for 24b8209
View code at this point
Browse repository at this point
Commits on Jun 7, 2014
allow the keyword else immediately after (no space) an integer (closes #21642)
benjaminp
committed
93e51aa
View commit details
Copy full SHA for 93e51aa
View code at this point
Browse repository at this point
Commits on Dec 28, 2013
complain if the codec doesn't return unicode
benjaminp
committed
22d9ee7
View commit details
Copy full SHA for 22d9ee7
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
#18803: fix more typos. Patch by Févry Thibault.
ezio-melotti
committed
6d0f0f2
View commit details
Copy full SHA for 6d0f0f2
View code at this point
Browse repository at this point
Commits on Jun 9, 2013
Issue #18038: SyntaxError raised during compilation sources with illegal
Show description for 729ad5c
serhiy-storchaka
committed
729ad5c
View commit details
Copy full SHA for 729ad5c
View code at this point
Browse repository at this point
Commits on Dec 13, 2012
Make PyAST_obj2mod C89 compliant.
tpn
committed
05c197c
View commit details
Copy full SHA for 05c197c
View code at this point
Browse repository at this point
Commits on Sep 30, 2012
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).
ezio-melotti
committed
c820de5
View commit details
Copy full SHA for c820de5
View code at this point
Browse repository at this point
Commits on Aug 11, 2012
Remove unused variables in parsetok().
birkenfeld
committed
02144cc
View commit details
Copy full SHA for 02144cc
View code at this point
Browse repository at this point
Commits on Aug 3, 2012
Closes #15512: Correct __sizeof__ support for parser
jcea
committed
3e3192d
View commit details
Copy full SHA for 3e3192d
View code at this point
Browse repository at this point
Commits on Jul 3, 2012
Issue #1677: Unused variable warning in Non-Windows
jcea
committed
d0f5f48
View commit details
Copy full SHA for d0f5f48
View code at this point
Browse repository at this point
Backed out changeset 7ccc2cea6969
jcea
committed
99ad1f1
View commit details
Copy full SHA for 99ad1f1
View code at this point
Browse repository at this point
Issue #1667: Unused variable warning in Non-Windows
jcea
committed
263afe2
View commit details
Copy full SHA for 263afe2
View code at this point
Browse repository at this point
Commits on Jun 29, 2012
Issue #1677: Handle better a race condition between the interactive interpreter and
Show description for 4702336
tjguk
committed
4702336
View commit details
Copy full SHA for 4702336
View code at this point
Browse repository at this point
Commits on Jul 22, 2011
allow None identifiers
benjaminp
committed
5eed306
View commit details
Copy full SHA for 5eed306
View code at this point
Browse repository at this point
verify the types of AST strings and identifiers (closes #12609 and #12610)
benjaminp
committed
7782024
View commit details
Copy full SHA for 7782024
View code at this point
Browse repository at this point
hardcode the old svn __version__
benjaminp
committed
59c6951
View commit details
Copy full SHA for 59c6951
View code at this point
Browse repository at this point
Commits on May 30, 2011
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
Show description for 08563d9
Victor Stinner
committed
08563d9
View commit details
Copy full SHA for 08563d9
View code at this point
Browse repository at this point
Commits on May 9, 2011
(Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then
Show description for 2c585f6
Victor Stinner
committed
2c585f6
View commit details
Copy full SHA for 2c585f6
View code at this point
Browse repository at this point
Commits on Apr 9, 2011
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
Show description for 5de51ac
Victor Stinner
committed
5de51ac
View commit details
Copy full SHA for 5de51ac
View code at this point
Browse repository at this point
Commits on Jun 24, 2010
Issue #9020: The Py_IS* macros from pyctype.h should generally only be
Show description for 3db4161
cloud-tester
committed
3db4161
View commit details
Copy full SHA for 3db4161
View code at this point
Browse repository at this point
Commits on Jun 22, 2010
spacing nit; this isn't C
benjaminp
committed
c009735
View commit details
Copy full SHA for c009735
View code at this point
Browse repository at this point
Commits on Jun 9, 2010
fix code formatting
benjaminp
committed
1056ca2
View commit details
Copy full SHA for 1056ca2
View code at this point
Browse repository at this point
Commits on May 18, 2010
Doc Fix. Correct link to Zephyr ASDL Abstract page.
orsenthil
committed
cccfce1
View commit details
Copy full SHA for cccfce1
View code at this point
Browse repository at this point
Commits on May 15, 2010
Use 4-spaces for indentation (instead of tabs) in pgen outputs
Show description for 3bea1ed
Victor Stinner
committed
3bea1ed
View commit details
Copy full SHA for 3bea1ed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.