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 }}
devopsprocess
/
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
stringlib
on
master
User selector
All users
All time
Commit history
Commits on Nov 14, 2015
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
Show description for 3e5fefa
serhiy-storchaka
committed
3e5fefa
View commit details
Copy full SHA for 3e5fefa
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Optimize error handlers of ASCII and Latin1 encoders when the replacement
Show description for 61ed80b
vstinner
committed
61ed80b
View commit details
Copy full SHA for 61ed80b
View code at this point
Browse repository at this point
Add _PyBytesWriter_WriteBytes() to factorize the code
vstinner
committed
9fa9946
View commit details
Copy full SHA for 9fa9946
View code at this point
Browse repository at this point
_PyBytesWriter: simplify code to avoid "prealloc" parameters
Show description for 0c272be
vstinner
committed
0c272be
View commit details
Copy full SHA for 0c272be
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Optimize backslashreplace error handler
Show description for f7221dc
vstinner
committed
f7221dc
View commit details
Copy full SHA for f7221dc
View code at this point
Browse repository at this point
Issue #25318: Add _PyBytesWriter API
Show description for 6ea357f
vstinner
committed
6ea357f
View commit details
Copy full SHA for 6ea357f
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error
Show description for 8cd3959
vstinner
committed
8cd3959
View commit details
Copy full SHA for 8cd3959
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Fixed an incorrect comment.
ericvsmith
committed
a6dbf68
View commit details
Copy full SHA for a6dbf68
View code at this point
Browse repository at this point
Commits on May 18, 2015
Fixed typos in comments.
serhiy-storchaka
committed
529f50d
View commit details
Copy full SHA for 529f50d
View code at this point
Browse repository at this point
Fixed typos in comments.
serhiy-storchaka
committed
f448a47
View commit details
Copy full SHA for f448a47
View code at this point
Browse repository at this point
Commits on May 12, 2015
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
serhiy-storchaka
committed
11b0deb
View commit details
Copy full SHA for 11b0deb
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Issue #23573: Increased performance of string search operations (str.find,
Show description for bf58ed2
serhiy-storchaka
committed
bf58ed2
View commit details
Copy full SHA for bf58ed2
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Removed unintentional trailing spaces in non-external and non-generated C files.
serhiy-storchaka
committed
f7bfa54
View commit details
Copy full SHA for f7bfa54
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 26bcf8d
serhiy-storchaka
committed
26bcf8d
View commit details
Copy full SHA for 26bcf8d
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
75003f3
View commit details
Copy full SHA for 75003f3
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
s/stringobject/bytesobject/ (closes #22036)
Show description for ab16f57
benjaminp
committed
ab16f57
View commit details
Copy full SHA for ab16f57
View code at this point
Browse repository at this point
Commits on Mar 30, 2014
merge 3.3
benjaminp
committed
d1c5159
View commit details
Copy full SHA for d1c5159
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
6b37eb5
View commit details
Copy full SHA for 6b37eb5
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
da00600
View commit details
Copy full SHA for da00600
View code at this point
Browse repository at this point
Commits on Jan 4, 2014
Reverted changeset b72c5573c5e7 (issue #15027).
serhiy-storchaka
committed
645e59d
View commit details
Copy full SHA for 645e59d
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
bc2f2ea
View commit details
Copy full SHA for bc2f2ea
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
fix format spec recursive expansion (closes #19729)
benjaminp
committed
8580139
View commit details
Copy full SHA for 8580139
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
1756406
View commit details
Copy full SHA for 1756406
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 477b1c8
serhiy-storchaka
committed
477b1c8
View commit details
Copy full SHA for 477b1c8
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
9421b7e
View commit details
Copy full SHA for 9421b7e
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 0099c2f
vstinner
committed
0099c2f
View commit details
Copy full SHA for 0099c2f
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
802bb39
View commit details
Copy full SHA for 802bb39
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
merge
rhettinger
committed
e67c9d3
View commit details
Copy full SHA for e67c9d3
View code at this point
Browse repository at this point
Issue 18719: Remove a false optimization
Show description for fcd86dc
rhettinger
committed
fcd86dc
View commit details
Copy full SHA for fcd86dc
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
6581472
View commit details
Copy full SHA for 6581472
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
99e6450
View commit details
Copy full SHA for 99e6450
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
43098aa
View commit details
Copy full SHA for 43098aa
View code at this point
Browse repository at this point
merge 3.3
benjaminp
committed
397a13d
View commit details
Copy full SHA for 397a13d
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
5f04307
View commit details
Copy full SHA for 5f04307
View code at this point
Browse repository at this point
Remove trailing whitespace.
ezio-melotti
committed
a609e99
View commit details
Copy full SHA for a609e99
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.