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
.
bpython
/
bpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
252
Star
2.8k
Code
Issues
144
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Changed dict key-matching regex to capture any valid dict key
- #920
#920
Merged
thomasballinger
merged 13 commits into
bpython:main
bpython/bpython:main
from
arian-deimling:main
Copy head branch name to clipboard
Oct 6, 2021
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Changed dict key-matching regex to capture any valid dict key
#920
thomasballinger
merged 13 commits into
bpython:main
bpython/bpython:main
from
arian-deimling:main
Copy head branch name to clipboard
Commits
Commits on Sep 27, 2021
Changed dict key-matching regex to capture any valid dict key
arian-deimling
committed
eb321aa
View commit details
Copy full SHA for eb321aa
Browse repository at this point
Commits on Sep 28, 2021
dict key matching regex no longer matches beyond the end of a key
arian-deimling
committed
3f20d8e
View commit details
Copy full SHA for 3f20d8e
Browse repository at this point
Commits on Sep 29, 2021
Updated regex to handle str, bytes, int, float, tuple dict keys
arian-deimling
committed
97d6b19
View commit details
Copy full SHA for 97d6b19
Browse repository at this point
Added tests for regex changes in prior commit
arian-deimling
committed
5bfd09c
View commit details
Copy full SHA for 5bfd09c
Browse repository at this point
removed erroneous print()
arian-deimling
committed
e470176
View commit details
Copy full SHA for e470176
Browse repository at this point
Added comments to regex using re.VERBOSE flag
arian-deimling
committed
5299f2b
View commit details
Copy full SHA for 5299f2b
Browse repository at this point
Removed unnecessary regular expressions
arian-deimling
committed
12ff50d
View commit details
Copy full SHA for 12ff50d
Browse repository at this point
Removed old commented-out code
arian-deimling
committed
d57f008
View commit details
Copy full SHA for d57f008
Browse repository at this point
minor formatting changes to pass black linter test
arian-deimling
committed
a0f7fae
View commit details
Copy full SHA for a0f7fae
Browse repository at this point
Commits on Oct 1, 2021
formatting change; adjusted single-quote string regex; added tests
arian-deimling
committed
236dc0b
View commit details
Copy full SHA for 236dc0b
Browse repository at this point
modified test to test strings containing '[' and ']'
arian-deimling
committed
286d71c
View commit details
Copy full SHA for 286d71c
Browse repository at this point
added test case for string dict key being typed inside []
arian-deimling
committed
01ed93b
View commit details
Copy full SHA for 01ed93b
Browse repository at this point
ran black formatter on file
arian-deimling
committed
0a08f41
View commit details
Copy full SHA for 0a08f41
Browse repository at this point
You can’t perform that action at this time.