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 }}
native-api
/
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
ast.c
on
tkinter_docs
User selector
All users
All time
Commit history
Commits on May 13, 2018
fix error message in ast.c (#6776)
Show description for 898ff92
JelleZijlstra
authored and
freddrake
committed
898ff92
View commit details
Copy full SHA for 898ff92
View code at this point
Browse repository at this point
Commits on Apr 30, 2018
bpo-30465: Fix C downcast warning on Windows in ast.c (#6593)
Show description for fb7e799
vstinner
authored and
ambv
committed
fb7e799
View commit details
Copy full SHA for fb7e799
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585)
serhiy-storchaka
authored
a561862
View commit details
Copy full SHA for a561862
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)
serhiy-storchaka
authored
ddbce13
View commit details
Copy full SHA for ddbce13
View code at this point
Browse repository at this point
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
serhiy-storchaka
authored
9165f77
View commit details
Copy full SHA for 9165f77
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Show description for 56cb465
serhiy-storchaka
authored
56cb465
View commit details
Copy full SHA for 56cb465
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
bpo-30406: Make async and await proper keywords (#1669)
Show description for ac31770
JelleZijlstra
authored and
Yury Selivanov
committed
ac31770
View commit details
Copy full SHA for ac31770
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767)
orenmn
authored and
serhiy-storchaka
committed
7dc46d8
View commit details
Copy full SHA for 7dc46d8
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)
Show description for e7c566c
ambv
authored and
ericvsmith
committed
e7c566c
View commit details
Copy full SHA for e7c566c
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
skrah
authored
f432a32
View commit details
Copy full SHA for f432a32
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232)
Show description for 11e97f2
ericvsmith
authored and
serhiy-storchaka
committed
11e97f2
View commit details
Copy full SHA for 11e97f2
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888)
Show description for 2e9cd58
serhiy-storchaka
authored
2e9cd58
View commit details
Copy full SHA for 2e9cd58
View code at this point
Browse repository at this point
Commits on May 25, 2017
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
serhiy-storchaka
authored
0cd7a3f
View commit details
Copy full SHA for 0cd7a3f
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
serhiy-storchaka
authored
fff9a31
View commit details
Copy full SHA for fff9a31
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 Dec 16, 2016
Issue #18896: Python function can now have more than 255 parameters.
Show description for 5bb8b91
serhiy-storchaka
committed
5bb8b91
View commit details
Copy full SHA for 5bb8b91
View code at this point
Browse repository at this point
Commits on Dec 11, 2016
Issue #28739: f-string expressions no longer accepted as docstrings and
Show description for 0f6373c
serhiy-storchaka
committed
0f6373c
View commit details
Copy full SHA for 0f6373c
View code at this point
Browse repository at this point
Issue #28739: f-string expressions no longer accepted as docstrings and
Show description for 4cc30ae
serhiy-storchaka
committed
4cc30ae
View commit details
Copy full SHA for 4cc30ae
View code at this point
Browse repository at this point
Commits on Nov 28, 2016
Issue #12844: More than 255 arguments can now be passed to a function.
serhiy-storchaka
committed
214678e
View commit details
Copy full SHA for 214678e
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Issue #28715: Added error checks for PyUnicode_AsUTF8().
serhiy-storchaka
committed
e209739
View commit details
Copy full SHA for e209739
View code at this point
Browse repository at this point
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 3b73ea1
serhiy-storchaka
committed
3b73ea1
View commit details
Copy full SHA for 3b73ea1
View code at this point
Browse repository at this point
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 Nov 15, 2016
Fix warn_invalid_escape_sequence()
Show description for f9cca36
vstinner
committed
f9cca36
View commit details
Copy full SHA for f9cca36
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
Issue #26182: Fix ia refleak in code that raises DeprecationWarning.
Yury Selivanov
committed
1a9d687
View commit details
Copy full SHA for 1a9d687
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
ericvsmith
committed
9b88fdf
View commit details
Copy full SHA for 9b88fdf
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.
ericvsmith
committed
5646648
View commit details
Copy full SHA for 5646648
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
delete dead code
benjaminp
committed
286987b
View commit details
Copy full SHA for 286987b
View code at this point
Browse repository at this point
Commits on Sep 15, 2016
Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
Yury Selivanov
committed
8987c9d
View commit details
Copy full SHA for 8987c9d
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Make an f-string error message more exact and consistent.
ericvsmith
committed
09835dc
View commit details
Copy full SHA for 09835dc
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
just start with an int rather than casting
benjaminp
committed
4ba5c88
View commit details
Copy full SHA for 4ba5c88
View code at this point
Browse repository at this point
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
ericvsmith
committed
451d0e3
View commit details
Copy full SHA for 451d0e3
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Issue #26331: Implement the parsing part of PEP 515.
Show description for a721aba
brettcannon
committed
a721aba
View commit details
Copy full SHA for a721aba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.