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 }}
pythonicca
/
cpython
Public
forked from
idobatter/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
master
User selector
All users
All time
Commit history
Commits on Jan 17, 2017
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for 6c00466
vstinner
committed
6c00466
View commit details
Copy full SHA for 6c00466
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Issue #20180: forgot to update AC output.
methane
committed
d9a9a4b
View commit details
Copy full SHA for d9a9a4b
View code at this point
Browse repository at this point
Issue #20180: convert unicode methods to AC.
methane
committed
4df3df2
View commit details
Copy full SHA for 4df3df2
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Issue #29145: Merge 3.6.
zhangyangyu
committed
cb642ab
View commit details
Copy full SHA for cb642ab
View code at this point
Browse repository at this point
Issue #29145: Merge 3.5.
zhangyangyu
committed
45db87c
View commit details
Copy full SHA for 45db87c
View code at this point
Browse repository at this point
Issue #29145: Fix overflow checks in str.replace() and str.join().
Show description for 0aca59d
zhangyangyu
committed
0aca59d
View commit details
Copy full SHA for 0aca59d
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
Issue #29044: Merge 3.6.
zhangyangyu
committed
2604383
View commit details
Copy full SHA for 2604383
View code at this point
Browse repository at this point
Issue #29044: Merge 3.5.
zhangyangyu
committed
bc4a52d
View commit details
Copy full SHA for bc4a52d
View code at this point
Browse repository at this point
Issue #29044: Fix a use-after-free in string '%c' formatter.
zhangyangyu
committed
d04fa29
View commit details
Copy full SHA for d04fa29
View code at this point
Browse repository at this point
Commits on Dec 20, 2016
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
zhangyangyu
committed
b29ce8e
View commit details
Copy full SHA for b29ce8e
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
Merge 3.6.
Xavier de Gaye
committed
3cd4461
View commit details
Copy full SHA for 3cd4461
View code at this point
Browse repository at this point
Issue #26919: On Android, operating system data is now always encoded/decoded
Show description for 465e8c1
Xavier de Gaye
committed
465e8c1
View commit details
Copy full SHA for 465e8c1
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
d0f9e95
View commit details
Copy full SHA for d0f9e95
View code at this point
Browse repository at this point
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
serhiy-storchaka
committed
25c69c0
View commit details
Copy full SHA for 25c69c0
View code at this point
Browse repository at this point
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
serhiy-storchaka
committed
086615c
View commit details
Copy full SHA for 086615c
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for 136e2a0
vstinner
committed
136e2a0
View commit details
Copy full SHA for 136e2a0
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for fe59727
vstinner
committed
fe59727
View commit details
Copy full SHA for fe59727
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
Issue #28774: Simplified encoding a str result of an error handler in ASCII
Show description for c3f29f4
serhiy-storchaka
committed
c3f29f4
View commit details
Copy full SHA for c3f29f4
View code at this point
Browse repository at this point
Issue #28774: Fix start/end pos in unicode_encode_ucs1().
Show description for 797a770
zhangyangyu
committed
797a770
View commit details
Copy full SHA for 797a770
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 0b6f221
serhiy-storchaka
committed
0b6f221
View commit details
Copy full SHA for 0b6f221
View code at this point
Browse repository at this point
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Show description for e064aea
serhiy-storchaka
committed
e064aea
View commit details
Copy full SHA for e064aea
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Show description for 856b18a
serhiy-storchaka
committed
856b18a
View commit details
Copy full SHA for 856b18a
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 59c6309
serhiy-storchaka
committed
59c6309
View commit details
Copy full SHA for 59c6309
View code at this point
Browse repository at this point
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Show description for 92c4bef
serhiy-storchaka
committed
92c4bef
View commit details
Copy full SHA for 92c4bef
View code at this point
Browse repository at this point
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
serhiy-storchaka
committed
4211dde
View commit details
Copy full SHA for 4211dde
View code at this point
Browse repository at this point
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
serhiy-storchaka
committed
2726f56
View commit details
Copy full SHA for 2726f56
View code at this point
Browse repository at this point
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
serhiy-storchaka
committed
cf86bcd
View commit details
Copy full SHA for cf86bcd
View code at this point
Browse repository at this point
Issue #21449: Removed private function _PyUnicode_CompareWithId.
serhiy-storchaka
committed
ee1e01c
View commit details
Copy full SHA for ee1e01c
View code at this point
Browse repository at this point
Issue #21449: Removed private function _PyUnicode_CompareWithId.
serhiy-storchaka
committed
ab40208
View commit details
Copy full SHA for ab40208
View code at this point
Browse repository at this point
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for f6396f0
serhiy-storchaka
committed
f6396f0
View commit details
Copy full SHA for f6396f0
View code at this point
Browse repository at this point
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for 380dcce
serhiy-storchaka
committed
380dcce
View commit details
Copy full SHA for 380dcce
View code at this point
Browse repository at this point
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for ce52e62
serhiy-storchaka
committed
ce52e62
View commit details
Copy full SHA for ce52e62
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 1d0d354
serhiy-storchaka
committed
1d0d354
View commit details
Copy full SHA for 1d0d354
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 0863473
serhiy-storchaka
committed
0863473
View commit details
Copy full SHA for 0863473
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 5507361
serhiy-storchaka
committed
5507361
View commit details
Copy full SHA for 5507361
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.