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
/
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.7k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-47000: Add
locale.getencoding()
- #32068
#32068
Merged
methane
merged 13 commits into
python:main
python/cpython:main
from
methane:locale-get-encoding
methane/cpython:locale-get-encoding
Copy head branch name to clipboard
Apr 9, 2022
Conversation
Commits
13
(13)
Checks
Files changed
Merged
bpo-47000: Add
locale.getencoding()
#32068
methane
merged 13 commits into
python:main
python/cpython:main
from
methane:locale-get-encoding
methane/cpython:locale-get-encoding
Copy head branch name to clipboard
Commits
Commits on Apr 4, 2022
bpo-47000: Add locale.get_encoding()
methane
committed
cd4bccc
View commit details
Copy full SHA for cd4bccc
Browse repository at this point
get_encoding() -> getencoding()
methane
committed
aaa8956
View commit details
Copy full SHA for aaa8956
Browse repository at this point
fix TextIOWrapper.__init__
methane
committed
104206a
View commit details
Copy full SHA for 104206a
Browse repository at this point
get_encoding -> getencoding
methane
committed
8b50eb1
View commit details
Copy full SHA for 8b50eb1
Browse repository at this point
Use _Py_STR for "utf-8"
methane
committed
a0204c2
View commit details
Copy full SHA for a0204c2
Browse repository at this point
Commits on Apr 6, 2022
Update the doc.
methane
committed
08413f1
View commit details
Copy full SHA for 08413f1
Browse repository at this point
Add news
methane
committed
f61b622
View commit details
Copy full SHA for f61b622
Browse repository at this point
Apply proposed changes.
methane
committed
1c60e5b
View commit details
Copy full SHA for 1c60e5b
Browse repository at this point
Fix doc error.
methane
committed
7397493
View commit details
Copy full SHA for 7397493
Browse repository at this point
Commits on Apr 7, 2022
Apply suggestions from code review
Show description for 44730dd
methane
and
vstinner
authored
44730dd
View commit details
Copy full SHA for 44730dd
Browse repository at this point
UTF-8 -> utf-8
methane
committed
7720b10
View commit details
Copy full SHA for 7720b10
Browse repository at this point
Fix test_utf8_mode
methane
committed
104008d
View commit details
Copy full SHA for 104008d
Browse repository at this point
Commits on Apr 8, 2022
Update based on suggestions
methane
committed
a8e50bd
View commit details
Copy full SHA for a8e50bd
Browse repository at this point
You can’t perform that action at this time.