Commits
User selector
Commit History
Commits on May 24, 2026
gh-150285: Fix too long docstrings in builtins (GH-150293)
Show description for e1e06beauthored
Commits on Sep 17, 2025
gh-129813, PEP 782: Use PyBytesWriter in _Py_bytes_maketrans() (#139044)
Show description for 2632426authored
Commits on Jul 2, 2024
Commits on Jun 17, 2024
Commits on Apr 12, 2024
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (#117502)
Show description for deb921fandauthored
Commits on Apr 3, 2024
gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argument Clinic (#117495)
Show description for 595bb49authored
Commits on Jul 2, 2023
Commits on Apr 22, 2023
gh-84436: Implement Immortal Objects (gh-19474)
Show description for ea2c001authored
Commits on Mar 27, 2023
Commits on May 24, 2022
gh-93033: Use wmemchr in stringlib (GH-93034)
Show description for 7108bdfauthored
Commits on Mar 31, 2021
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Show description for dec0757authored
Commits on Oct 18, 2020
Commits on Apr 8, 2020
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Show description for a15e260authored
Commits on Feb 12, 2020
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Show description for 45876a9authoredcloses bpo-39605: Fix some casts to not cast away const. (GH-18453)
Show description for e6be9b5authored
Commits on Oct 6, 2019
Commits on Sep 7, 2018
- authored andcommitted
Commits on Jul 6, 2018
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Show description for c929df3authored
Commits on Jan 28, 2018
Commits on Jan 27, 2018
Commits on Apr 5, 2017
bpo-29549: Fixes docstring for str.index (#256)
Show description for 43ba886authored andcommitted
Commits on Mar 12, 2017
- authored andcommitted
Commits on Sep 9, 2016
Commits on Jul 10, 2016
Issue #27474: Unified error messages in the __contains__ method of bytes and
Show description for f9efb8bcommitted
Commits on Jul 3, 2016
Commits on May 4, 2016
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Show description for dd40fc3committed
Commits on Dec 25, 2015
Commits on Feb 2, 2015
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 3dd3e26committedIssue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 4fdb684committed
Commits on Oct 5, 2014
#16518: Bring error messages in harmony with docs ("bytes-like object")
Show description for 861470ccommitted
Commits on Jul 27, 2014
Issue #20179: Apply Argument Clinic to bytes and bytearray.
Show description for 7252a6ecommitted