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 }}
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
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse
- #5862
#5862
Merged
terryjreedy
merged 15 commits into
python:master
python/cpython:master
from
csabella:pyparse
csabella/cpython:pyparse
Copy head branch name to clipboard
Feb 28, 2018
Conversation
Commits
15
(15)
Checks
Files changed
Merged
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse
#5862
terryjreedy
merged 15 commits into
python:master
python/cpython:master
from
csabella:pyparse
csabella/cpython:pyparse
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2018
bpo-32940: IDLE: Simplify and rename StringTranslatePseudoMapping in pyparse
csabella
committed
0d46d85
View commit details
Copy full SHA for 0d46d85
Browse repository at this point
Commits on Feb 25, 2018
Simplify ParseMap to dict subclass
terryjreedy
committed
9472ee9
View commit details
Copy full SHA for 9472ee9
Browse repository at this point
Simplify ParseMap test.
terryjreedy
committed
6e41844
View commit details
Copy full SHA for 6e41844
Browse repository at this point
Add comment
terryjreedy
committed
47cd451
View commit details
Copy full SHA for 47cd451
Browse repository at this point
Move test_map1 to ParseMapTest since half its purpose is to test
Show description for 437ed57
terryjreedy
committed
437ed57
View commit details
Copy full SHA for 437ed57
Browse repository at this point
Remove the import for Mapping
csabella
authored
ef77d35
View commit details
Copy full SHA for ef77d35
Browse repository at this point
Fix 'deecorator' typo in test/test_dataclasses
terryjreedy
authored
272f732
View commit details
Copy full SHA for 272f732
Browse repository at this point
Fix 'deecorator' typo in test/test_dataclasses
terryjreedy
authored
909989c
View commit details
Copy full SHA for 909989c
Browse repository at this point
Merge remote-tracking branch 'origin/master'
terryjreedy
committed
7ad8392
View commit details
Copy full SHA for 7ad8392
Browse repository at this point
Commits on Feb 26, 2018
Merge remote-tracking branch 'upstream/master'
terryjreedy
committed
968c4a8
View commit details
Copy full SHA for 968c4a8
Browse repository at this point
Commits on Feb 27, 2018
Merge remote-tracking branch 'upstream/master'
terryjreedy
committed
d4e350a
View commit details
Copy full SHA for d4e350a
Browse repository at this point
Commits on Feb 28, 2018
Merge remote-tracking branch 'upstream/master'
terryjreedy
committed
74a9796
View commit details
Copy full SHA for 74a9796
Browse repository at this point
Merge remote-tracking branch 'origin/master' into pr_5862
terryjreedy
committed
405c5f7
View commit details
Copy full SHA for 405c5f7
Browse repository at this point
Use __missing__ instead of __getitem__
terryjreedy
committed
867e897
View commit details
Copy full SHA for 867e897
Browse repository at this point
Add space, use fromkeys()
terryjreedy
committed
5c7ba8b
View commit details
Copy full SHA for 5c7ba8b
Browse repository at this point
You can’t perform that action at this time.