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 }}
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
tokenizer.c
on
master
User selector
All users
All time
Commit history
Commits on Feb 5, 2017
Issue #28489: Merge from 3.6
berkerpeksag
committed
d2f4404
View commit details
Copy full SHA for d2f4404
View code at this point
Browse repository at this point
Issue #28489: Fix comment in tokenizer.c
Show description for 6f80562
berkerpeksag
committed
6f80562
View commit details
Copy full SHA for 6f80562
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Use _PyObject_CallNoArg()
Show description for a5ed5f0
vstinner
committed
a5ed5f0
View commit details
Copy full SHA for a5ed5f0
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583
serhiy-storchaka
committed
0651583
View commit details
Copy full SHA for 0651583
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
merge 3.5 (#24022)
benjaminp
committed
f5e8e8f
View commit details
Copy full SHA for f5e8e8f
View code at this point
Browse repository at this point
merge 3.4
benjaminp
committed
57bda33
View commit details
Copy full SHA for 57bda33
View code at this point
Browse repository at this point
properly handle the single null-byte file (closes #24022)
benjaminp
committed
26d998c
View commit details
Copy full SHA for 26d998c
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
merge 3.5 (#27981)
benjaminp
committed
5a715cf
View commit details
Copy full SHA for 5a715cf
View code at this point
Browse repository at this point
restructure fp_setreadl so as to avoid refleaks (closes #27981)
benjaminp
committed
35ee948
View commit details
Copy full SHA for 35ee948
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Issue #26331: Implement the parsing part of PEP 515.
Show description for a721aba
brettcannon
committed
a721aba
View commit details
Copy full SHA for a721aba
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Skip unused value in tokenizer code
Show description for c6cc23d
tiran
committed
c6cc23d
View commit details
Copy full SHA for c6cc23d
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
ec39756
View commit details
Copy full SHA for ec39756
View code at this point
Browse repository at this point
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
4884271
View commit details
Copy full SHA for 4884271
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
remove duplicated check for fractions and complex numbers (closes #26076)
Show description for 7285d52
benjaminp
committed
7285d52
View commit details
Copy full SHA for 7285d52
View code at this point
Browse repository at this point
Commits on Mar 20, 2016
Issue #26581: Use the first coding cookie on a line, not the last one.
serhiy-storchaka
committed
a051bf3
View commit details
Copy full SHA for a051bf3
View code at this point
Browse repository at this point
Issue #26581: Use the first coding cookie on a line, not the last one.
serhiy-storchaka
committed
e431d3c
View commit details
Copy full SHA for e431d3c
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
Issue #20440: Massive replacing unsafe attribute setting code with special
Show description for f006940
serhiy-storchaka
committed
f006940
View commit details
Copy full SHA for f006940
View code at this point
Browse repository at this point
Issue #20440: Massive replacing unsafe attribute setting code with special
Show description for 5a57ade
serhiy-storchaka
committed
5a57ade
View commit details
Copy full SHA for 5a57ade
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Show description for 0304729
serhiy-storchaka
committed
0304729
View commit details
Copy full SHA for 0304729
View code at this point
Browse repository at this point
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Show description for 7e2b870
serhiy-storchaka
committed
7e2b870
View commit details
Copy full SHA for 7e2b870
View code at this point
Browse repository at this point
Issue #25388: Fixed tokenizer crash when processing undecodable source code
Show description for 0d44111
serhiy-storchaka
committed
0d44111
View commit details
Copy full SHA for 0d44111
View code at this point
Browse repository at this point
Commits on Sep 19, 2015
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that.
ericvsmith
committed
235a6f0
View commit details
Copy full SHA for 235a6f0
View code at this point
Browse repository at this point
Commits on Sep 12, 2015
Fixed indentation.
ericvsmith
committed
6408dc8
View commit details
Copy full SHA for 6408dc8
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
Issue #24619: Simplify async/await tokenization.
Show description for 96ec934
Yury Selivanov
committed
96ec934
View commit details
Copy full SHA for 96ec934
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Issue #24619: New approach for tokenizing async/await.
Show description for 8fb307c
Yury Selivanov
committed
8fb307c
View commit details
Copy full SHA for 8fb307c
View code at this point
Browse repository at this point
Commits on May 18, 2015
Issue 24226: Fix parsing of many sequential one-line 'def' statements.
Yury Selivanov
committed
8085b80
View commit details
Copy full SHA for 8085b80
View code at this point
Browse repository at this point
Commits on May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
7544508
View commit details
Copy full SHA for 7544508
View code at this point
Browse repository at this point
Commits on Apr 21, 2015
merge 3.4 (#24022)
benjaminp
committed
273a720
View commit details
Copy full SHA for 273a720
View code at this point
Browse repository at this point
do not call into python api if an exception is set (#24022)
benjaminp
committed
d73aca7
View commit details
Copy full SHA for d73aca7
View code at this point
Browse repository at this point
Commits on Jun 7, 2014
merge 3.4 (#21642)
benjaminp
committed
3e43979
View commit details
Copy full SHA for 3e43979
View code at this point
Browse repository at this point
allow the keyword else immediately after (no space) an integer (closes #21642)
benjaminp
committed
c416162
View commit details
Copy full SHA for c416162
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
benjaminp
committed
d51374e
View commit details
Copy full SHA for d51374e
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
Merge with 3.3
loewis
committed
78f1e4c
View commit details
Copy full SHA for 78f1e4c
View code at this point
Browse repository at this point
Issue #20731: Properly position in source code files even if they
Show description for 815b41b
loewis
committed
815b41b
View commit details
Copy full SHA for 815b41b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.