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.2k
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
Python-ast.c
on
3.5
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 26, 2017
bpo-31095: fix potential crash during GC (GH-2974) (#3196)
Show description for 0fcc033
methane
authored and
larryhastings
committed
0fcc033
View commit details
Copy full SHA for 0fcc033
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 cf38060
serhiy-storchaka
committed
cf38060
View commit details
Copy full SHA for cf38060
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 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 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 11, 2014
merge 3.3 (#20588)
benjaminp
committed
42ec031
View commit details
Copy full SHA for 42ec031
View code at this point
Browse repository at this point
don't put runtime values in array initializer for C89 compliance (closes #20588)
benjaminp
committed
c2f665e
View commit details
Copy full SHA for c2f665e
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 Jul 26, 2013
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
tiran
committed
b7f1b38
View commit details
Copy full SHA for b7f1b38
View code at this point
Browse repository at this point
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
tiran
committed
70c94e7
View commit details
Copy full SHA for 70c94e7
View code at this point
Browse repository at this point
(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
vstinner
committed
b318990
View commit details
Copy full SHA for b318990
View code at this point
Browse repository at this point
Parser/asdl_c.py: use Py_CLEAR()
vstinner
committed
1acc129
View commit details
Copy full SHA for 1acc129
View code at this point
Browse repository at this point
(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
Show description for ee4b59c
vstinner
committed
ee4b59c
View commit details
Copy full SHA for ee4b59c
View code at this point
Browse repository at this point
According to the PEP 7, C code must "use 4-space indents"
Show description for ce72e1c
vstinner
committed
ce72e1c
View commit details
Copy full SHA for ce72e1c
View code at this point
Browse repository at this point
Commits on Jul 16, 2013
Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError)
vstinner
committed
bdf630c
View commit details
Copy full SHA for bdf630c
View code at this point
Browse repository at this point
Commits on May 20, 2013
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Show description for 74ca886
cf-natali
committed
74ca886
View commit details
Copy full SHA for 74ca886
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
bump Python-ast.c
benjaminp
committed
3a61943
View commit details
Copy full SHA for 3a61943
View code at this point
Browse repository at this point
refactor to fix refleaks
benjaminp
committed
b72406b
View commit details
Copy full SHA for b72406b
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
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 Dec 25, 2012
Replace IOError with OSError (#16715)
asvetlov
committed
f7a17b4
View commit details
Copy full SHA for f7a17b4
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 Jul 8, 2012
add gc support to the AST base type (closes #15293)
benjaminp
committed
8107176
View commit details
Copy full SHA for 8107176
View code at this point
Browse repository at this point
Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
pitrou
committed
5075074
View commit details
Copy full SHA for 5075074
View code at this point
Browse repository at this point
Commits on May 15, 2012
use Py_ssize_t for ast sequence lengths
benjaminp
committed
77fa937
View commit details
Copy full SHA for 77fa937
View code at this point
Browse repository at this point
Document f4d7ad6c9d6e.
loewis
committed
41829e8
View commit details
Copy full SHA for 41829e8
View code at this point
Browse repository at this point
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
loewis
committed
cc10a37
View commit details
Copy full SHA for cc10a37
View code at this point
Browse repository at this point
Commits on Mar 15, 2012
free AST's dict
benjaminp
committed
1767e02
View commit details
Copy full SHA for 1767e02
View code at this point
Browse repository at this point
Commits on Mar 13, 2012
Try to fix compilation of Python-ast.c on Visual Studio 2008
vstinner
committed
45e50de
View commit details
Copy full SHA for 45e50de
View code at this point
Browse repository at this point
Commits on Mar 12, 2012
give the AST class a __dict__
benjaminp
committed
7e0dbfb
View commit details
Copy full SHA for 7e0dbfb
View code at this point
Browse repository at this point
Commits on Jan 14, 2012
make YieldFrom its own distinct from Yield (closes #13780)
benjaminp
committed
527c622
View commit details
Copy full SHA for 527c622
View code at this point
Browse repository at this point
Commits on Jan 13, 2012
Issue #13645: pyc files now contain the size of the corresponding source
Show description for 5136ac0
pitrou
committed
5136ac0
View commit details
Copy full SHA for 5136ac0
View code at this point
Browse repository at this point
Implement PEP 380 - 'yield from' (closes #11682)
ncoghlan
committed
1f7ce62
View commit details
Copy full SHA for 1f7ce62
View code at this point
Browse repository at this point
Commits on Nov 22, 2011
Merge branch 3.2
amauryfa
committed
942d5ba
View commit details
Copy full SHA for 942d5ba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.