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
Type
/
to 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
.
programmingcomunnity
/
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
Python
Python-ast.c
on
master
User selector
All users
All time
Commit history
Commits on Feb 23, 2017
bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249)
Show description for 4c78c52
methane
authored
4c78c52
View commit details
Copy full SHA for 4c78c52
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
bpo-29463: Add docstring field to some AST nodes. (#46)
Show description for cb41b27
methane
authored and
vstinner
committed
cb41b27
View commit details
Copy full SHA for cb41b27
View code at this point
Browse repository at this point
Commits on Jan 25, 2017
Issue #29369: Use Py_IDENTIFIER in Python-ast.c
methane
committed
fc48908
View commit details
Copy full SHA for fc48908
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
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 5e80855
serhiy-storchaka
committed
5e80855
View commit details
Copy full SHA for 5e80855
View code at this point
Browse repository at this point
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 Sep 9, 2016
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov
committed
52c4e7c
View commit details
Copy full SHA for 52c4e7c
View code at this point
Browse repository at this point
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Show description for f8cb8a1
Yury Selivanov
committed
f8cb8a1
View commit details
Copy full SHA for f8cb8a1
View code at this point
Browse repository at this point
Commits on Jan 26, 2016
Issue #26146: remove useless code
Show description for 25219f5
vstinner
committed
25219f5
View commit details
Copy full SHA for 25219f5
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Add ast.Constant
Show description for f2c1aa1
vstinner
committed
f2c1aa1
View commit details
Copy full SHA for f2c1aa1
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 c106c68
vstinner
committed
c106c68
View commit details
Copy full SHA for c106c68
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 6, 2015
Issue #15989: Fixed some scarcely probable integer overflows.
Show description for 56f6e76
serhiy-storchaka
committed
56f6e76
View commit details
Copy full SHA for 56f6e76
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
Previous
Next
You can’t perform that action at this time.