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 }}
AlphaKo
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 8, 2017
Expand the PySlice_GetIndicesEx macro. (#1023)
serhiy-storchaka
authored
b879fe8
View commit details
Copy full SHA for b879fe8
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
bpo-29549: Fixes docstring for str.index (#256)
Show description for 43ba886
lisroach
authored and
rhettinger
committed
43ba886
View commit details
Copy full SHA for 43ba886
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
serhiy-storchaka
authored
fff9a31
View commit details
Copy full SHA for fff9a31
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-29116: Improve error message for concatenating str with non-str. (#710)
serhiy-storchaka
authored
004e03f
View commit details
Copy full SHA for 004e03f
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567)
serhiy-storchaka
authored
370fd20
View commit details
Copy full SHA for 370fd20
View code at this point
Browse repository at this point
bpo-29568: Disable any characters between two percents for escaped percent "%%" in the format string for classic string formatting. (GH-513)
serhiy-storchaka
authored and
zhangyangyu
committed
9f8ad3f
View commit details
Copy full SHA for 9f8ad3f
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Fix grammar in doc string, RST markup
vadmium
committed
91a8866
View commit details
Copy full SHA for 91a8866
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Show description for 2a404b6
serhiy-storchaka
committed
2a404b6
View commit details
Copy full SHA for 2a404b6
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for 0c4a828
vstinner
committed
0c4a828
View commit details
Copy full SHA for 0c4a828
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Issue #20180: forgot to update AC output.
methane
committed
15f9459
View commit details
Copy full SHA for 15f9459
View code at this point
Browse repository at this point
Issue #20180: convert unicode methods to AC.
methane
committed
3ae2056
View commit details
Copy full SHA for 3ae2056
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Issue #29145: Merge 3.6.
zhangyangyu
committed
7a4da32
View commit details
Copy full SHA for 7a4da32
View code at this point
Browse repository at this point
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.6.
zhangyangyu
committed
62497d5
View commit details
Copy full SHA for 62497d5
View code at this point
Browse repository at this point
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 20, 2016
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
zhangyangyu
committed
b211068
View commit details
Copy full SHA for b211068
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
Merge 3.6.
Xavier de Gaye
committed
31eaf49
View commit details
Copy full SHA for 31eaf49
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 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
fb3134f
View commit details
Copy full SHA for fb3134f
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
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
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for de4ae3d
vstinner
committed
de4ae3d
View commit details
Copy full SHA for de4ae3d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for 27580c1
vstinner
committed
27580c1
View commit details
Copy full SHA for 27580c1
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 99250d5
serhiy-storchaka
committed
99250d5
View commit details
Copy full SHA for 99250d5
View code at this point
Browse repository at this point
Issue #28774: Fix start/end pos in unicode_encode_ucs1().
Show description for d04d847
zhangyangyu
committed
d04d847
View commit details
Copy full SHA for d04d847
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 5091147
serhiy-storchaka
committed
5091147
View commit details
Copy full SHA for 5091147
View code at this point
Browse repository at this point
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 20, 2016
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Show description for 460bd0d
serhiy-storchaka
committed
460bd0d
View commit details
Copy full SHA for 460bd0d
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 27b7424
serhiy-storchaka
committed
27b7424
View commit details
Copy full SHA for 27b7424
View code at this point
Browse repository at this point
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
e6d6131
View commit details
Copy full SHA for e6d6131
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.