index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_bytes.py
Commit message (
Expand
)
Author
Age
*
gh-131015: Add test for bytes formatting errors (#131881)
Ageev Maxim
2025-04-05
*
gh-130928: Fix error message during bytes formatting for the `'i'` flag (#130...
Ageev Maxim
2025-03-24
*
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner
2025-03-13
*
gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)
Daniel Pope
2025-03-12
*
gh-129107: fix thread safety of `bytearray` where two critical sections are n...
Tomasz Pytel
2025-02-27
*
gh-129107: make `bytearray` iterator thread safe (#130096)
Tomasz Pytel
2025-02-19
*
Replace non-breaking spaces with normal spaces (#130116)
AN Long
2025-02-16
*
gh-129107: make `bytearray` thread safe (#129108)
Tomasz Pytel
2025-02-15
*
gh-129559: Add `bytearray.resize()` (GH-129560)
Cody Maloney
2025-02-05
*
gh-127740: Add some more tests for earlier PR #127756 (#127818)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2024-12-12
*
gh-127740: For odd-length input to bytes.fromhex(...) change the error messag...
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2024-12-11
*
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner
2024-03-19
*
gh-115323: Add meaningful error message for using bytearray.extend with str (...
Jay Ting
2024-02-24
*
gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-112551)
Serhiy Storchaka
2023-11-30
*
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka
2023-08-07
*
gh-94808: Add coverage for bytesarray_setitem (#95802)
Michael Droettboom
2022-10-10
*
gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)
Michael Droettboom
2022-09-07
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Brandt Bucher
2022-07-19
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
*
Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)
Mark Dickinson
2021-08-23
*
bpo-24234: Implement bytes.__bytes__ (GH-27901)
Dong-hee Na
2021-08-23
*
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
Nikita Sobolev
2021-08-13
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)
Tobias Holl
2021-01-13
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
*
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi
2020-08-07
*
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
Hai Shi
2020-07-06
*
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Bruce Merry
2020-01-29
*
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev
2019-09-09
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-26
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
*
Fix syntax warnings in tests introduced in bpo-15248. (GH-11932)
Serhiy Storchaka
2019-02-19
*
bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)
Serhiy Storchaka
2019-01-12
*
bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9...
Serhiy Storchaka
2018-10-21
*
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Serhiy Storchaka
2018-10-21
*
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...
Serhiy Storchaka
2018-10-15
*
Add new tests for bytes and bytearray constructors. (GH-9843)
Serhiy Storchaka
2018-10-13
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-29
*
bpo-20552: Use specific asserts in bytes tests (#790)
Serhiy Storchaka
2017-03-27
*
bpo-29714: Fix a regression that bytes format may fail when containing zero ...
Xiang Zhang
2017-03-06
*
Merge 3.6
INADA Naoki
2017-01-06
|
\
|
*
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
INADA Naoki
2017-01-06
*
|
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
Serhiy Storchaka
2016-12-19
|
/
*
Issue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka
2016-10-30
|
\
|
*
Issue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka
2016-10-30
*
|
Remove old typo.
Serhiy Storchaka
2016-09-08
*
|
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Martin Panter
2016-08-27
*
|
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
*
|
Issue #27474: Unified error messages in the __contains__ method of bytes and
Serhiy Storchaka
2016-07-10
[next]