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
Commits
Breadcrumbs
History for
cpython
Tools
unicode
on
3.11
User selector
All users
All time
Commit history
Commits on Sep 14, 2021
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
benjaminp
authored
024fda4
View commit details
Copy full SHA for 024fda4
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
bpo-40328: Add tool for generating cjk mapping headers (GH-19602)
corona10
authored
113feb3
View commit details
Copy full SHA for 113feb3
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
benjaminp
authored
51796e5
View commit details
Copy full SHA for 51796e5
View code at this point
Browse repository at this point
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
benjaminp
authored
051b9d0
View commit details
Copy full SHA for 051b9d0
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (GH-15265)
Show description for a65678c
gnprice
authored and
benjaminp
committed
a65678c
View commit details
Copy full SHA for a65678c
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302)
Show description for 3cbc23a
gnprice
authored and
Yhg1s
committed
3cbc23a
View commit details
Copy full SHA for 3cbc23a
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)
gnprice
authored and
benjaminp
committed
3e4498d
View commit details
Copy full SHA for 3e4498d
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248)
Show description for c03e698
gnprice
authored and
benjaminp
committed
c03e698
View commit details
Copy full SHA for c03e698
View code at this point
Browse repository at this point
Commits on Aug 13, 2019
bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)
Show description for 99d208e
gnprice
authored and
benjaminp
committed
99d208e
View commit details
Copy full SHA for 99d208e
View code at this point
Browse repository at this point
bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)
Show description for ef2af1a
gnprice
authored and
benjaminp
committed
ef2af1a
View commit details
Copy full SHA for ef2af1a
View code at this point
Browse repository at this point
Commits on Jun 1, 2019
Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558)
scoder
authored
faa2948
View commit details
Copy full SHA for faa2948
View code at this point
Browse repository at this point
Commits on May 9, 2019
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Show description for 3aca40d
benjaminp
authored
3aca40d
View commit details
Copy full SHA for 3aca40d
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
bpo-36642: make unicodedata const (GH-12855)
methane
authored
6fec905
View commit details
Copy full SHA for 6fec905
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
serhiy-storchaka
authored
172bb39
View commit details
Copy full SHA for 172bb39
View code at this point
Browse repository at this point
Commits on Mar 10, 2019
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
benjaminp
authored
738c19f
View commit details
Copy full SHA for 738c19f
View code at this point
Browse repository at this point
Commits on Jun 7, 2018
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Show description for 7c69c1c
benjaminp
authored
7c69c1c
View commit details
Copy full SHA for 7c69c1c
View code at this point
Browse repository at this point
Commits on Jun 23, 2017
bpo-30736: upgrade to Unicode 10.0 (#2344)
Show description for 279a962
benjaminp
authored
279a962
View commit details
Copy full SHA for 279a962
View code at this point
Browse repository at this point
Commits on Jun 10, 2017
bpo-27425: Be more explicit in .gitattributes (GH-840)
Show description for 6b6e687
zware
authored
6b6e687
View commit details
Copy full SHA for 6b6e687
View code at this point
Browse repository at this point
Commits on May 18, 2017
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Show description for 3972628
jdufresne
authored and
rhettinger
committed
3972628
View commit details
Copy full SHA for 3972628
View code at this point
Browse repository at this point
Commits on Sep 15, 2016
Unicode 9.0.0
Show description for 6775231
benjaminp
committed
6775231
View commit details
Copy full SHA for 6775231
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
#27364: fix "incorrect" uses of escape character in the stdlib.
Show description for 44b548d
bitdancer
committed
44b548d
View commit details
Copy full SHA for 44b548d
View code at this point
Browse repository at this point
Commits on Jun 27, 2015
upgrade to Unicode 8.0.0
benjaminp
committed
4801383
View commit details
Copy full SHA for 4801383
View code at this point
Browse repository at this point
Commits on May 20, 2015
Issue #16261: Converted some bare except statements to except statements
Show description for ba9ac5b
serhiy-storchaka
committed
ba9ac5b
View commit details
Copy full SHA for ba9ac5b
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Closes #17202: Merge with 3.4
zware
committed
774ac37
View commit details
Copy full SHA for 774ac37
View code at this point
Browse repository at this point
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Show description for 4c9c848
zware
committed
4c9c848
View commit details
Copy full SHA for 4c9c848
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
82e07b9
View commit details
Copy full SHA for 82e07b9
View code at this point
Browse repository at this point
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
d3faf43
View commit details
Copy full SHA for d3faf43
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Merge: #18176: Change generic UCD PropList link to version specific link.
bitdancer
committed
2623a5d
View commit details
Copy full SHA for 2623a5d
View code at this point
Browse repository at this point
#18176: Change generic UCD PropList link to version specific link.
bitdancer
committed
5f16f90
View commit details
Copy full SHA for 5f16f90
View code at this point
Browse repository at this point
Commits on Oct 9, 2014
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
bitdancer
committed
532783b
View commit details
Copy full SHA for 532783b
View code at this point
Browse repository at this point
#18176: fix another reference and add it to the makeunicodedata comment.
bitdancer
committed
5bd6242
View commit details
Copy full SHA for 5bd6242
View code at this point
Browse repository at this point
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
bitdancer
committed
5ac125c
View commit details
Copy full SHA for 5ac125c
View code at this point
Browse repository at this point
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
Show description for 7445a38
bitdancer
committed
7445a38
View commit details
Copy full SHA for 7445a38
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
upgrade to unicode 7.0.0
benjaminp
committed
3032ed7
View commit details
Copy full SHA for 3032ed7
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
Issue #19936: Added executable bits or shebang lines to Python scripts which
Show description for 8f8ec92
serhiy-storchaka
committed
8f8ec92
View commit details
Copy full SHA for 8f8ec92
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.