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
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.5k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
ast.c
on
3.5
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 20, 2016
Issue #28715: Added error checks for PyUnicode_AsUTF8().
serhiy-storchaka
committed
144f77a
View commit details
Copy full SHA for 144f77a
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Fix spelling and grammar in documentation and code comments
vadmium
committed
69332c1
View commit details
Copy full SHA for 69332c1
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Show description for f9827ea
vstinner
committed
f9827ea
View commit details
Copy full SHA for f9827ea
View code at this point
Browse repository at this point
Commits on Sep 26, 2015
make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131)
benjaminp
committed
58b5395
View commit details
Copy full SHA for 58b5395
View code at this point
Browse repository at this point
Commits on Sep 1, 2015
Issue #24975: Fix AST compilation for PEP 448 syntax.
Yury Selivanov
committed
b3d5313
View commit details
Copy full SHA for b3d5313
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov
committed
14acf5f
View commit details
Copy full SHA for 14acf5f
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 May 6, 2015
PEP 448: additional unpacking generalizations (closes #2292)
Show description for 025e9eb
benjaminp
committed
025e9eb
View commit details
Copy full SHA for 025e9eb
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Initialize variables to prevent GCC warnings
vstinner
committed
0c39b1b
View commit details
Copy full SHA for 0c39b1b
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
merge 3.4 (#21295)
benjaminp
committed
f86d1fd
View commit details
Copy full SHA for f86d1fd
View code at this point
Browse repository at this point
revert lineno and col_offset changes from #16795 (closes #21295)
benjaminp
committed
7a66fc2
View commit details
Copy full SHA for 7a66fc2
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 14, 2014
set line and column numbers for keyword-only arg nodes (closes #20619)
benjaminp
committed
0714b8b
View commit details
Copy full SHA for 0714b8b
View code at this point
Browse repository at this point
set line and column numbers for keyword-only arg nodes (closes #20619)
benjaminp
committed
e84fde9
View commit details
Copy full SHA for e84fde9
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
c679227
View commit details
Copy full SHA for c679227
View code at this point
Browse repository at this point
Commits on Oct 12, 2013
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Show description for d01d396
pitrou
committed
d01d396
View commit details
Copy full SHA for d01d396
View code at this point
Browse repository at this point
Commits on Aug 26, 2013
Close #11619: The parser and the import machinery do not encode Unicode
Show description for 14e461d
vstinner
committed
14e461d
View commit details
Copy full SHA for 14e461d
View code at this point
Browse repository at this point
Commits on Jul 24, 2013
Fix potential NULL pointer dereferencing in ast module
Show description for 6f08d30
tiran
committed
6f08d30
View commit details
Copy full SHA for 6f08d30
View code at this point
Browse repository at this point
Fix potential NULL pointer dereferencing in ast module
Show description for 72f562f
tiran
committed
72f562f
View commit details
Copy full SHA for 72f562f
View code at this point
Browse repository at this point
Commits on Jul 17, 2013
Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set value to NULL
vstinner
committed
0fae8f9
View commit details
Copy full SHA for 0fae8f9
View code at this point
Browse repository at this point
Commits on Jul 16, 2013
Issue #18408: Handle PyArena_AddPyObject() failure in ast.c
Show description for 43d8195
vstinner
committed
43d8195
View commit details
Copy full SHA for 43d8195
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
move declaration to top of block
benjaminp
committed
aad1d87
View commit details
Copy full SHA for aad1d87
View code at this point
Browse repository at this point
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Show description for cda75be
benjaminp
committed
cda75be
View commit details
Copy full SHA for cda75be
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Show description for b8cbba5
serhiy-storchaka
committed
b8cbba5
View commit details
Copy full SHA for b8cbba5
View code at this point
Browse repository at this point
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Show description for 801d955
serhiy-storchaka
committed
801d955
View commit details
Copy full SHA for 801d955
View code at this point
Browse repository at this point
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Show description for 5e61f14
serhiy-storchaka
committed
5e61f14
View commit details
Copy full SHA for 5e61f14
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for 8ad5b07
pitrou
committed
8ad5b07
View commit details
Copy full SHA for 8ad5b07
View code at this point
Browse repository at this point
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for c73c561
pitrou
committed
c73c561
View commit details
Copy full SHA for c73c561
View code at this point
Browse repository at this point
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for 4de7457
pitrou
committed
4de7457
View commit details
Copy full SHA for 4de7457
View code at this point
Browse repository at this point
Commits on Dec 6, 2012
create NameConstant AST class for None, True, and False literals (closes #16619)
benjaminp
committed
442f209
View commit details
Copy full SHA for 442f209
View code at this point
Browse repository at this point
Commits on Nov 25, 2012
Issue #16546: make ast.YieldFrom argument mandatory.
mdickinson
committed
ded35ae
View commit details
Copy full SHA for ded35ae
View code at this point
Browse repository at this point
Commits on Sep 10, 2012
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to.
tiran
committed
10e85de
View commit details
Copy full SHA for 10e85de
View code at this point
Browse repository at this point
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to.
tiran
committed
3d46339
View commit details
Copy full SHA for 3d46339
View code at this point
Browse repository at this point
Commits on Sep 2, 2012
merge 3.2
benjaminp
committed
d40528f
View commit details
Copy full SHA for d40528f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.