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
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 }}
python-babel
/
babel
Public
Notifications
You must be signed in to change notification settings
Fork
505
Star
1.5k
Code
Issues
164
Pull requests
84
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Initial support for reading mapping configuration as TOML
- #1108
#1108
Merged
akx
merged 13 commits into
master
python-babel/babel:master
from
toml-support-1
python-babel/babel:toml-support-1
Copy head branch name to clipboard
Aug 7, 2024
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Initial support for reading mapping configuration as TOML
#1108
akx
merged 13 commits into
master
python-babel/babel:master
from
toml-support-1
python-babel/babel:toml-support-1
Copy head branch name to clipboard
Commits
Commits on Aug 5, 2024
Rename parse_mapping to parse_mapping_cfg
akx
committed
973fb4f
View commit details
Copy full SHA for 973fb4f
Browse repository at this point
Remove duplicated test for parse_mapping_cfg
akx
committed
08ef31e
View commit details
Copy full SHA for 08ef31e
Browse repository at this point
Add initial support for TOML mapping configuration
akx
committed
888e85e
View commit details
Copy full SHA for 888e85e
Browse repository at this point
Be explicit about pyproject.toml `tool` table style
akx
committed
6de4873
View commit details
Copy full SHA for 6de4873
Browse repository at this point
Support list `pattern`s in TOML mappings
akx
committed
f0d9924
View commit details
Copy full SHA for f0d9924
Browse repository at this point
Prefer tomllib to tomli
Show description for 3b4db00
akx
and
AA-Turner
committed
3b4db00
View commit details
Copy full SHA for 3b4db00
Browse repository at this point
Complain if an user attempts a `mapping` TOML key
akx
committed
f3ba705
View commit details
Copy full SHA for f3ba705
Browse repository at this point
Do not allow a `babel` mapping in standalone config files
akx
committed
378f0ab
View commit details
Copy full SHA for 378f0ab
Browse repository at this point
Commits on Aug 6, 2024
Add test cases for bad TOML files
akx
committed
c76d6e9
View commit details
Copy full SHA for c76d6e9
Browse repository at this point
Incorporate CR suggestion
Show description for 4b348b6
akx
and
tomasr8
committed
4b348b6
View commit details
Copy full SHA for 4b348b6
Browse repository at this point
Give config-parsing errors an unique exception class
akx
committed
853a0ce
View commit details
Copy full SHA for 853a0ce
Browse repository at this point
Remove reference to non-existent function
akx
committed
7786b0c
View commit details
Copy full SHA for 7786b0c
Browse repository at this point
Commits on Aug 7, 2024
Make `_parse_mapping_toml()` a private API for the time being
akx
committed
a820cf5
View commit details
Copy full SHA for a820cf5
Browse repository at this point
You can’t perform that action at this time.