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
.
Python-List
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
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 26, 2016
remove unused c_encoding struct member
benjaminp
committed
7a237c1
View commit details
Copy full SHA for 7a237c1
View code at this point
Browse repository at this point
rewrite parsestr() so it's comprehensible; remove dead code
benjaminp
committed
b879794
View commit details
Copy full SHA for b879794
View code at this point
Browse repository at this point
c_encoding can never be NULL, which allows some code simplification
benjaminp
committed
91967ee
View commit details
Copy full SHA for 91967ee
View code at this point
Browse repository at this point
Commits on Jan 26, 2016
Issue #26146: enhance ast.Constant error message
Show description for 29e43ee
vstinner
committed
29e43ee
View commit details
Copy full SHA for 29e43ee
View code at this point
Browse repository at this point
Fix a refleak in validate_constant()
Show description for f1bef52
vstinner
committed
f1bef52
View commit details
Copy full SHA for f1bef52
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Add ast.Constant
Show description for 9bbb6f4
vstinner
committed
9bbb6f4
View commit details
Copy full SHA for 9bbb6f4
View code at this point
Browse repository at this point
Commits on Jan 18, 2016
Fix two instances of wrong indentation.
birkenfeld
committed
96b2272
View commit details
Copy full SHA for 96b2272
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
Issue #20440: More use of Py_SETREF.
Show description for abfd34e
serhiy-storchaka
committed
abfd34e
View commit details
Copy full SHA for abfd34e
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
513f40a
View commit details
Copy full SHA for 513f40a
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 51a48f4
vstinner
committed
51a48f4
View commit details
Copy full SHA for 51a48f4
View code at this point
Browse repository at this point
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Show description for 040c0a5
vstinner
committed
040c0a5
View commit details
Copy full SHA for 040c0a5
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
One more typo in a comment
vadmium
committed
63df0a0
View commit details
Copy full SHA for 63df0a0
View code at this point
Browse repository at this point
Commits on Sep 26, 2015
merge 3.5 (#25131)
benjaminp
committed
1c65dc3
View commit details
Copy full SHA for 1c65dc3
View code at this point
Browse repository at this point
make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131)
benjaminp
committed
99d1237
View commit details
Copy full SHA for 99d1237
View code at this point
Browse repository at this point
Commits on Sep 24, 2015
Fixed error creation if the problem is an empty expression in an f-string: use ast_error instead of PyErr_SetString.
ericvsmith
committed
3351c2b
View commit details
Copy full SHA for 3351c2b
View code at this point
Browse repository at this point
Commits on Sep 23, 2015
Move f-string compilation of the expression earlier, before the conversion character and format_spec are checked. This allows for error messages that more closely match what a user would expect.
ericvsmith
committed
ff62d8b
View commit details
Copy full SHA for ff62d8b
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Issue #24779: Remove unused rawmode parameter to unicode_decode.
ericvsmith
committed
70065ea
View commit details
Copy full SHA for 70065ea
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
4eb5efa
View commit details
Copy full SHA for 4eb5efa
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Fix ast_for_atom()
Show description for c35cb95
vstinner
committed
c35cb95
View commit details
Copy full SHA for c35cb95
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Merge 3.5 (issue #24975)
Yury Selivanov
committed
b2eca06
View commit details
Copy full SHA for b2eca06
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
24d30c3
View commit details
Copy full SHA for 24d30c3
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Fix a trivial typo.
ericvsmith
committed
644e59a
View commit details
Copy full SHA for 644e59a
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Issue #9232: Support trailing commas in function declarations.
Show description for bc53acd
rbtcollins
committed
bc53acd
View commit details
Copy full SHA for bc53acd
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
04cb189
View commit details
Copy full SHA for 04cb189
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
42d6ffa
View commit details
Copy full SHA for 42d6ffa
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 a9fcad6
benjaminp
committed
a9fcad6
View commit details
Copy full SHA for a9fcad6
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Initialize variables to prevent GCC warnings
vstinner
committed
ba5bf06
View commit details
Copy full SHA for ba5bf06
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.