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
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.3k
Star
74.7k
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
Objects
stringlib
on
3.4
User selector
All users
Datepicker
All time
Commit history
Commits on May 18, 2015
Fixed typos in comments.
serhiy-storchaka
committed
7e29eea
View commit details
Copy full SHA for 7e29eea
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 4fdb684
serhiy-storchaka
committed
4fdb684
View commit details
Copy full SHA for 4fdb684
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
b757c83
View commit details
Copy full SHA for b757c83
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
s/stringobject/bytesobject/ (closes #22036)
Show description for 1cc9520
benjaminp
committed
1cc9520
View commit details
Copy full SHA for 1cc9520
View code at this point
Browse repository at this point
Commits on Mar 30, 2014
merge 3.3
benjaminp
committed
d455ce4
View commit details
Copy full SHA for d455ce4
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
0ad6098
View commit details
Copy full SHA for 0ad6098
View code at this point
Browse repository at this point
fix expandtabs overflow detection to be consistent and not rely on signed overflow
benjaminp
committed
23cf403
View commit details
Copy full SHA for 23cf403
View code at this point
Browse repository at this point
Commits on Jan 4, 2014
Reverted changeset b72c5573c5e7 (issue #15027).
serhiy-storchaka
committed
3079328
View commit details
Copy full SHA for 3079328
View code at this point
Browse repository at this point
Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.
serhiy-storchaka
committed
583a939
View commit details
Copy full SHA for 583a939
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
fix format spec recursive expansion (closes #19729)
benjaminp
committed
0ee22bf
View commit details
Copy full SHA for 0ee22bf
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Remove dead code committed in issue #12892.
serhiy-storchaka
committed
dc2fd51
View commit details
Copy full SHA for dc2fd51
View code at this point
Browse repository at this point
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Show description for 58cf607
serhiy-storchaka
committed
58cf607
View commit details
Copy full SHA for 58cf607
View code at this point
Browse repository at this point
Commits on Nov 16, 2013
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
ezio-melotti
committed
745d54d
View commit details
Copy full SHA for 745d54d
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle
Show description for cc64eb5
vstinner
committed
cc64eb5
View commit details
Copy full SHA for cc64eb5
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
serhiy-storchaka
committed
8fa8ee3
View commit details
Copy full SHA for 8fa8ee3
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
merge
rhettinger
committed
d06eeb4
View commit details
Copy full SHA for d06eeb4
View code at this point
Browse repository at this point
Issue 18719: Remove a false optimization
Show description for b1b915c
rhettinger
committed
b1b915c
View commit details
Copy full SHA for b1b915c
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
9ed5f27
View commit details
Copy full SHA for 9ed5f27
View code at this point
Browse repository at this point
Commits on May 17, 2013
only recursively expand in the format spec (closes #17644)
benjaminp
committed
d2b58a9
View commit details
Copy full SHA for d2b58a9
View code at this point
Browse repository at this point
rewrite the parsing of field names to be more consistent wrt recursive expansion
benjaminp
committed
4d94474
View commit details
Copy full SHA for 4d94474
View code at this point
Browse repository at this point
merge 3.3
benjaminp
committed
4895363
View commit details
Copy full SHA for 4895363
View code at this point
Browse repository at this point
Commits on Apr 21, 2013
Merge removal of trailing whitespace from 3.3.
ezio-melotti
committed
5263c13
View commit details
Copy full SHA for 5263c13
View code at this point
Browse repository at this point
Remove trailing whitespace.
ezio-melotti
committed
6b02772
View commit details
Copy full SHA for 6b02772
View code at this point
Browse repository at this point
Commits on Apr 17, 2013
Close #17694: Add minimum length to _PyUnicodeWriter
Show description for 8f674cc
vstinner
committed
8f674cc
View commit details
Copy full SHA for 8f674cc
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
stringlib: remove unused STRINGLIB_RESIZE macro
vstinner
committed
76b3b27
View commit details
Copy full SHA for 76b3b27
View code at this point
Browse repository at this point
Commits on Apr 13, 2013
Issue #16061: Speed up str.replace() for replacing 1-character strings.
serhiy-storchaka
committed
e2cef88
View commit details
Copy full SHA for e2cef88
View code at this point
Browse repository at this point
Commits on Apr 7, 2013
Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more
Show description for 7efa3b8
vstinner
committed
7efa3b8
View commit details
Copy full SHA for 7efa3b8
View code at this point
Browse repository at this point
Commits on Apr 2, 2013
Add _PyUnicodeWriter_WriteSubstring() function
Show description for cfc4c13
vstinner
committed
cfc4c13
View commit details
Copy full SHA for cfc4c13
View code at this point
Browse repository at this point
Commits on Feb 23, 2013
Remove unused defines.
serhiy-storchaka
committed
06b16f8
View commit details
Copy full SHA for 06b16f8
View code at this point
Browse repository at this point
Remove unused defines.
serhiy-storchaka
committed
18809fa
View commit details
Copy full SHA for 18809fa
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for 4de7457
pitrou
committed
4de7457
View commit details
Copy full SHA for 4de7457
View code at this point
Browse repository at this point
Commits on Jan 15, 2013
Check for NULL before the pointer aligning in fastsearch_memchr_1char.
Show description for b946af5
serhiy-storchaka
committed
b946af5
View commit details
Copy full SHA for b946af5
View code at this point
Browse repository at this point
Check for NULL before the pointer aligning in fastsearch_memchr_1char.
Show description for 18ba40b
serhiy-storchaka
committed
18ba40b
View commit details
Copy full SHA for 18ba40b
View code at this point
Browse repository at this point
Commits on Dec 2, 2012
Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure
tiran
committed
5f7e8da
View commit details
Copy full SHA for 5f7e8da
View code at this point
Browse repository at this point
Commits on Nov 4, 2012
(Merge 3.3) Issue #8271: Fix compilation on Windows
vstinner
committed
6caa6fb
View commit details
Copy full SHA for 6caa6fb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.