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 }}
cppfool
/
cpython
Public
forked from
idobatter/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
ast.c
on
master
User selector
All users
All time
Commit history
Commits on Feb 2, 2015
merge 3.4 (#21295)
benjaminp
committed
0fde4d3
View commit details
Copy full SHA for 0fde4d3
View code at this point
Browse repository at this point
revert lineno and col_offset changes from #16795 (closes #21295)
benjaminp
committed
2b4495f
View commit details
Copy full SHA for 2b4495f
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
c855576
View commit details
Copy full SHA for c855576
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
f5b0168
View commit details
Copy full SHA for f5b0168
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
74dc84d
View commit details
Copy full SHA for 74dc84d
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 874fc83
pitrou
committed
874fc83
View commit details
Copy full SHA for 874fc83
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 4b2fd0a
vstinner
committed
4b2fd0a
View commit details
Copy full SHA for 4b2fd0a
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 7d4cd2f
tiran
committed
7d4cd2f
View commit details
Copy full SHA for 7d4cd2f
View code at this point
Browse repository at this point
Fix potential NULL pointer dereferencing in ast module
Show description for 6decb24
tiran
committed
6decb24
View commit details
Copy full SHA for 6decb24
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
868e88e
View commit details
Copy full SHA for 868e88e
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 eda7b44
vstinner
committed
eda7b44
View commit details
Copy full SHA for eda7b44
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
move declaration to top of block
benjaminp
committed
fba4280
View commit details
Copy full SHA for fba4280
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 a4ee4bc
benjaminp
committed
a4ee4bc
View commit details
Copy full SHA for a4ee4bc
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 598ecf8
serhiy-storchaka
committed
598ecf8
View commit details
Copy full SHA for 598ecf8
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 3e3d15c
serhiy-storchaka
committed
3e3d15c
View commit details
Copy full SHA for 3e3d15c
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 8b55481
serhiy-storchaka
committed
8b55481
View commit details
Copy full SHA for 8b55481
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 2ee7eae
pitrou
committed
2ee7eae
View commit details
Copy full SHA for 2ee7eae
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 b9006e9
pitrou
committed
b9006e9
View commit details
Copy full SHA for b9006e9
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 c492489
pitrou
committed
c492489
View commit details
Copy full SHA for c492489
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
9ed4b29
View commit details
Copy full SHA for 9ed4b29
View code at this point
Browse repository at this point
Commits on Nov 25, 2012
Issue #16546: make ast.YieldFrom argument mandatory.
mdickinson
committed
a77e5b6
View commit details
Copy full SHA for a77e5b6
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
60a7692
View commit details
Copy full SHA for 60a7692
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
3c8aff1
View commit details
Copy full SHA for 3c8aff1
View code at this point
Browse repository at this point
Commits on Sep 2, 2012
merge 3.2
benjaminp
committed
6dcd61e
View commit details
Copy full SHA for 6dcd61e
View code at this point
Browse repository at this point
put * in the normal place
benjaminp
committed
1f82c0a
View commit details
Copy full SHA for 1f82c0a
View code at this point
Browse repository at this point
get rid of ast_error_finish by passing the compiling struct to ast_error
benjaminp
committed
99ebb5c
View commit details
Copy full SHA for 99ebb5c
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
41e8d07
View commit details
Copy full SHA for 41e8d07
View code at this point
Browse repository at this point
move variable decl to the top of the function
benjaminp
committed
077e17c
View commit details
Copy full SHA for 077e17c
View code at this point
Browse repository at this point
merge 3.2 (#15846)
benjaminp
committed
3de8ce3
View commit details
Copy full SHA for 3de8ce3
View code at this point
Browse repository at this point
prevert ast errors from being normalized before ast_error_finish is called (closes #15846)
benjaminp
committed
3bbfaec
View commit details
Copy full SHA for 3bbfaec
View code at this point
Browse repository at this point
Commits on Aug 20, 2012
Check return value of asdl_seq_new(). Found by Coverity.
skrah
committed
b0b472f
View commit details
Copy full SHA for b0b472f
View code at this point
Browse repository at this point
Commits on Mar 12, 2012
kill this disabled code
benjaminp
committed
fd489d0
View commit details
Copy full SHA for fd489d0
View code at this point
Browse repository at this point
use correct naming convention
benjaminp
committed
47f4437
View commit details
Copy full SHA for 47f4437
View code at this point
Browse repository at this point
Commits on Jun 21, 2011
fix indentation
benjaminp
committed
5bff1f1
View commit details
Copy full SHA for 5bff1f1
View code at this point
Browse repository at this point
Commits on Apr 12, 2011
merge 3.1
benjaminp
committed
e6181e8
View commit details
Copy full SHA for e6181e8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.