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 }}
xiaolanpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
unicodeobject.c
on
3.6
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 20, 2017
bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (#1217)
serhiy-storchaka
authored
7a113a0
View commit details
Copy full SHA for 7a113a0
View code at this point
Browse repository at this point
Commits on Apr 9, 2017
[3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028)
Show description for 577fc04
Mariatta
authored
577fc04
View commit details
Copy full SHA for 577fc04
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Expand the PySlice_GetIndicesEx macro. (#1023) (#1044)
Show description for c26b19d
serhiy-storchaka
authored
c26b19d
View commit details
Copy full SHA for c26b19d
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Issue #29145: Merge 3.5.
zhangyangyu
committed
95403d7
View commit details
Copy full SHA for 95403d7
View code at this point
Browse repository at this point
Issue #29145: Fix overflow checks in str.replace() and str.join().
Show description for b0541f4
zhangyangyu
committed
b0541f4
View commit details
Copy full SHA for b0541f4
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
Issue #29044: Merge 3.5.
zhangyangyu
committed
437a5d2
View commit details
Copy full SHA for 437a5d2
View code at this point
Browse repository at this point
Issue #29044: Fix a use-after-free in string '%c' formatter.
zhangyangyu
committed
ea1cf87
View commit details
Copy full SHA for ea1cf87
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
Issue #26919: On Android, operating system data is now always encoded/decoded
Show description for 76febd0
Xavier de Gaye
committed
76febd0
View commit details
Copy full SHA for 76febd0
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
serhiy-storchaka
committed
419967b
View commit details
Copy full SHA for 419967b
View code at this point
Browse repository at this point
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
serhiy-storchaka
committed
9a953db
View commit details
Copy full SHA for 9a953db
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Show description for ac0720e
serhiy-storchaka
committed
ac0720e
View commit details
Copy full SHA for ac0720e
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Show description for a83a6a3
serhiy-storchaka
committed
a83a6a3
View commit details
Copy full SHA for a83a6a3
View code at this point
Browse repository at this point
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
serhiy-storchaka
committed
df66b9c
View commit details
Copy full SHA for df66b9c
View code at this point
Browse repository at this point
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
serhiy-storchaka
committed
292dd1b
View commit details
Copy full SHA for 292dd1b
View code at this point
Browse repository at this point
Issue #21449: Removed private function _PyUnicode_CompareWithId.
serhiy-storchaka
committed
dddec81
View commit details
Copy full SHA for dddec81
View code at this point
Browse repository at this point
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for fab6acd
serhiy-storchaka
committed
fab6acd
View commit details
Copy full SHA for fab6acd
View code at this point
Browse repository at this point
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for f5894dd
serhiy-storchaka
committed
f5894dd
View commit details
Copy full SHA for f5894dd
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 3b73ea1
serhiy-storchaka
committed
3b73ea1
View commit details
Copy full SHA for 3b73ea1
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
View code at this point
Browse repository at this point
Commits on Nov 12, 2016
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Show description for babe4f8
serhiy-storchaka
committed
babe4f8
View commit details
Copy full SHA for babe4f8
View code at this point
Browse repository at this point
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Show description for 6b4b6e9
serhiy-storchaka
committed
6b4b6e9
View commit details
Copy full SHA for 6b4b6e9
View code at this point
Browse repository at this point
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Show description for 84293af
serhiy-storchaka
committed
84293af
View commit details
Copy full SHA for 84293af
View code at this point
Browse repository at this point
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Show description for b626643
serhiy-storchaka
committed
b626643
View commit details
Copy full SHA for b626643
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
Closes #27781: Removes special cases for the experimental aspect of PEP 529
zooba
committed
78057b4
View commit details
Copy full SHA for 78057b4
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.
ericvsmith
committed
5646648
View commit details
Copy full SHA for 5646648
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
Show description for 0093907
serhiy-storchaka
committed
0093907
View commit details
Copy full SHA for 0093907
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish().
Show description for c8bc3d1
serhiy-storchaka
committed
c8bc3d1
View commit details
Copy full SHA for c8bc3d1
View code at this point
Browse repository at this point
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
serhiy-storchaka
committed
c4a3e90
View commit details
Copy full SHA for c4a3e90
View code at this point
Browse repository at this point
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
serhiy-storchaka
committed
839023f
View commit details
Copy full SHA for 839023f
View code at this point
Browse repository at this point
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
serhiy-storchaka
committed
77eede3
View commit details
Copy full SHA for 77eede3
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Show description for 467ab19
serhiy-storchaka
committed
467ab19
View commit details
Copy full SHA for 467ab19
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
merge 3.5 (#28454)
benjaminp
committed
3aa7552
View commit details
Copy full SHA for 3aa7552
View code at this point
Browse repository at this point
remove extra PyErr_Format arguments (closes #28454)
Show description for 8d761ff
benjaminp
committed
8d761ff
View commit details
Copy full SHA for 8d761ff
View code at this point
Browse repository at this point
Commits on Oct 12, 2016
Fix _Py_normalize_encoding() command
Show description for ebe17e0
vstinner
committed
ebe17e0
View commit details
Copy full SHA for ebe17e0
View code at this point
Browse repository at this point
va_end vargs2 once (closes #28417)
benjaminp
committed
b329e1b
View commit details
Copy full SHA for b329e1b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.