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
/
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.3k
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
gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12]
- #108553
#108553
Merged
pablogsal
merged 11 commits into
python:main
python/cpython:main
from
tonybaloney:unparse_pep701
tonybaloney/cpython:unparse_pep701
Copy head branch name to clipboard
Sep 5, 2023
Conversation
Commits
11
(11)
Checks
Files changed
Merged
gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12]
#108553
pablogsal
merged 11 commits into
python:main
python/cpython:main
from
tonybaloney:unparse_pep701
tonybaloney/cpython:unparse_pep701
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2023
Add two tests for ast.unparse for unescaped quote support from PEP701
tonybaloney
committed
5ee5d57
View commit details
Copy full SHA for 5ee5d57
Browse repository at this point
Merge branch 'main' into unparse_pep701
tonybaloney
authored
20b6455
View commit details
Copy full SHA for 20b6455
Browse repository at this point
Commits on Sep 2, 2023
Merge branch 'main' into unparse_pep701
sunmy2019
authored
d9bf98a
View commit details
Copy full SHA for d9bf98a
Browse repository at this point
unparse with new fstring syntax
sunmy2019
committed
cb043e0
View commit details
Copy full SHA for cb043e0
Browse repository at this point
Add news
sunmy2019
committed
5ea8f4f
View commit details
Copy full SHA for 5ea8f4f
Browse repository at this point
Merge branch 'main' into unparse_pep701
sunmy2019
authored
e716e03
View commit details
Copy full SHA for e716e03
Browse repository at this point
Update Lib/test/test_unparse.py
sunmy2019
authored
1da1d4c
View commit details
Copy full SHA for 1da1d4c
Browse repository at this point
Commits on Sep 3, 2023
simplify things
sunmy2019
committed
43d177c
View commit details
Copy full SHA for 43d177c
Browse repository at this point
reimplement quote selection logic
sunmy2019
committed
21229ce
View commit details
Copy full SHA for 21229ce
Browse repository at this point
Commits on Sep 5, 2023
Revert "reimplement quote selection logic"
Show description for 9b1b5dd
sunmy2019
committed
9b1b5dd
View commit details
Copy full SHA for 9b1b5dd
Browse repository at this point
clean up unnecessary parts
sunmy2019
committed
88394d1
View commit details
Copy full SHA for 88394d1
Browse repository at this point
You can’t perform that action at this time.