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 }}
Soares
/
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
stringlib
on
master
User selector
All users
All time
Commit history
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for d1302c0
serhiy-storchaka
committed
d1302c0
View commit details
Copy full SHA for d1302c0
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
Commits on Oct 30, 2016
Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc.
Show description for 998c9cd
serhiy-storchaka
committed
998c9cd
View commit details
Copy full SHA for 998c9cd
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
tiran
committed
f051e43
View commit details
Copy full SHA for f051e43
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
remove all usage of Py_LOCAL
benjaminp
committed
621b430
View commit details
Copy full SHA for 621b430
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
PEP 7 style for if/else in C
Show description for 1a05d6c
vstinner
committed
1a05d6c
View commit details
Copy full SHA for 1a05d6c
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
rhettinger
committed
15f44ab
View commit details
Copy full SHA for 15f44ab
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Backed out changeset b0087e17cd5e (issue #26765)
Show description for e09132f
serhiy-storchaka
committed
e09132f
View commit details
Copy full SHA for e09132f
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
Issue #26765: Moved wrappers for bytes and bytearray methods to common header
Show description for 3550489
serhiy-storchaka
committed
3550489
View commit details
Copy full SHA for 3550489
View code at this point
Browse repository at this point
Commits on May 16, 2016
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Show description for bcde10a
serhiy-storchaka
committed
bcde10a
View commit details
Copy full SHA for bcde10a
View code at this point
Browse repository at this point
Commits on May 5, 2016
Issue #26765: Moved common code for the replace() method of bytes and bytearray
Show description for fb81d3c
serhiy-storchaka
committed
fb81d3c
View commit details
Copy full SHA for fb81d3c
View code at this point
Browse repository at this point
Commits on May 4, 2016
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Show description for dd40fc3
serhiy-storchaka
committed
dd40fc3
View commit details
Copy full SHA for dd40fc3
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for b6a9c97
serhiy-storchaka
committed
b6a9c97
View commit details
Copy full SHA for b6a9c97
View code at this point
Browse repository at this point
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
serhiy-storchaka
committed
6a7b3a7
View commit details
Copy full SHA for 6a7b3a7
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
serhiy-storchaka
committed
21a663e
View commit details
Copy full SHA for 21a663e
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
Show description for 413fdce
serhiy-storchaka
committed
413fdce
View commit details
Copy full SHA for 413fdce
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 6bd525b
vstinner
committed
6bd525b
View commit details
Copy full SHA for 6bd525b
View code at this point
Browse repository at this point
Add _PyBytesWriter_WriteBytes() to factorize the code
vstinner
committed
ce179bf
View commit details
Copy full SHA for ce179bf
View code at this point
Browse repository at this point
_PyBytesWriter: simplify code to avoid "prealloc" parameters
Show description for ad77158
vstinner
committed
ad77158
View commit details
Copy full SHA for ad77158
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Optimize backslashreplace error handler
Show description for e7bf86c
vstinner
committed
e7bf86c
View commit details
Copy full SHA for e7bf86c
View code at this point
Browse repository at this point
Issue #25318: Add _PyBytesWriter API
Show description for fdfbf78
vstinner
committed
fdfbf78
View commit details
Copy full SHA for fdfbf78
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 01ada39
vstinner
committed
01ada39
View commit details
Copy full SHA for 01ada39
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Fixed an incorrect comment.
ericvsmith
committed
ab2aa6d
View commit details
Copy full SHA for ab2aa6d
View code at this point
Browse repository at this point
Commits on May 18, 2015
Fixed typos in comments.
serhiy-storchaka
committed
9ce71a6
View commit details
Copy full SHA for 9ce71a6
View code at this point
Browse repository at this point
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 May 12, 2015
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
serhiy-storchaka
committed
0d4df75
View commit details
Copy full SHA for 0d4df75
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 d9d769f
serhiy-storchaka
committed
d9d769f
View commit details
Copy full SHA for d9d769f
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
009b811
View commit details
Copy full SHA for 009b811
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
Previous
Next
You can’t perform that action at this time.