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 }}
Fidget-Spinner
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
4
Star
1
Code
Issues
0
Pull requests
7
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
bytes_methods.c
on
stackref_debug_real
User selector
All users
All time
Commit history
Commits on Jul 2, 2024
gh-121165: protect macro expansion of `ADJUST_INDICES` with do-while(0) (#121166)
picnixz
authored
6343486
View commit details
Copy full SHA for 6343486
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-120196: Reuse find_max_char() for bytes objects (#120497)
rhpvorderman
authored
945a89b
View commit details
Copy full SHA for 945a89b
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (#117502)
Show description for deb921f
erlend-aasland
and
methane
authored
deb921f
View commit details
Copy full SHA for deb921f
View code at this point
Browse repository at this point
Commits on Apr 3, 2024
gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argument Clinic (#117495)
Show description for 595bb49
erlend-aasland
authored
595bb49
View commit details
Copy full SHA for 595bb49
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
methane
authored
d5bd32f
View commit details
Copy full SHA for d5bd32f
View code at this point
Browse repository at this point
Commits on Apr 22, 2023
gh-84436: Implement Immortal Objects (gh-19474)
Show description for ea2c001
eduardo-elizondo
authored
ea2c001
View commit details
Copy full SHA for ea2c001
View code at this point
Browse repository at this point
Commits on Mar 27, 2023
gh-102941: Fix "‘subobj’ may be used uninitialized in this function" warning in `bytes_methods.c` (#102942)
sobolevn
authored
2cdc518
View commit details
Copy full SHA for 2cdc518
View code at this point
Browse repository at this point
Commits on May 24, 2022
gh-93033: Use wmemchr in stringlib (GH-93034)
Show description for 7108bdf
goldsteinn
authored
7108bdf
View commit details
Copy full SHA for 7108bdf
View code at this point
Browse repository at this point
Commits on Mar 31, 2021
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Show description for dec0757
jrtc27
authored
dec0757
View commit details
Copy full SHA for dec0757
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334)
Ma Lin
authored
a0c603c
View commit details
Copy full SHA for a0c603c
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Show description for a15e260
vstinner
authored
a15e260
View commit details
Copy full SHA for a15e260
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Show description for 45876a9
vstinner
authored
45876a9
View commit details
Copy full SHA for 45876a9
View code at this point
Browse repository at this point
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Show description for e6be9b5
petdance
authored
e6be9b5
View commit details
Copy full SHA for e6be9b5
View code at this point
Browse repository at this point
Commits on Oct 6, 2019
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603)
shihai1991
authored and
serhiy-storchaka
committed
24ddd9c
View commit details
Copy full SHA for 24ddd9c
View code at this point
Browse repository at this point
Commits on Sep 7, 2018
closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)
sir-sigurd
authored and
benjaminp
committed
593bb30
View commit details
Copy full SHA for 593bb30
View code at this point
Browse repository at this point
Commits on Jul 6, 2018
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Show description for c929df3
taleinat
authored
c929df3
View commit details
Copy full SHA for c929df3
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
bpo-32677: Optimize str.isascii() (GH-5356)
methane
authored
bea5706
View commit details
Copy full SHA for bea5706
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
methane
authored
a49ac99
View commit details
Copy full SHA for a49ac99
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 12, 2017
bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650)
orenmn
authored and
serhiy-storchaka
committed
0042510
View commit details
Copy full SHA for 0042510
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 Jul 10, 2016
Issue #27474: Unified error messages in the __contains__ method of bytes and
Show description for f9efb8b
serhiy-storchaka
committed
f9efb8b
View commit details
Copy full SHA for f9efb8b
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.
serhiy-storchaka
committed
ab8bcb3
View commit details
Copy full SHA for ab8bcb3
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 Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
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 3dd3e26
serhiy-storchaka
committed
3dd3e26
View commit details
Copy full SHA for 3dd3e26
View code at this point
Browse repository at this point
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 Oct 5, 2014
#16518: Bring error messages in harmony with docs ("bytes-like object")
Show description for 861470c
bitdancer
committed
861470c
View commit details
Copy full SHA for 861470c
View code at this point
Browse repository at this point
Commits on Jul 27, 2014
Issue #20179: Apply Argument Clinic to bytes and bytearray.
Show description for 7252a6e
loewis
committed
7252a6e
View commit details
Copy full SHA for 7252a6e
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 Jan 8, 2012
Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
pitrou
committed
94f6fa6
View commit details
Copy full SHA for 94f6fa6
View code at this point
Browse repository at this point
Commits on Jun 27, 2011
Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object.
orsenthil
committed
84e3ccc
View commit details
Copy full SHA for 84e3ccc
View code at this point
Browse repository at this point
Commits on Aug 15, 2010
Fix (harmless) warning with MSVC.
pitrou
committed
47019e5
View commit details
Copy full SHA for 47019e5
View code at this point
Browse repository at this point
Fix indentation and remove dead code.
pitrou
committed
9b49192
View commit details
Copy full SHA for 9b49192
View code at this point
Browse repository at this point
Commits on Jul 5, 2010
Fix the docstrings of the capitalize method.
orsenthil
committed
e51ee8a
View commit details
Copy full SHA for e51ee8a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.