aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_bytes.py
Commit message (Expand)AuthorAge
* gh-131015: Add test for bytes formatting errors (#131881)Ageev Maxim2025-04-05
* gh-130928: Fix error message during bytes formatting for the `'i'` flag (#130...Ageev Maxim2025-03-24
* gh-131152: Remove unused imports from tests (#131153)Victor Stinner2025-03-13
* gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)Daniel Pope2025-03-12
* gh-129107: fix thread safety of `bytearray` where two critical sections are n...Tomasz Pytel2025-02-27
* gh-129107: make `bytearray` iterator thread safe (#130096)Tomasz Pytel2025-02-19
* Replace non-breaking spaces with normal spaces (#130116)AN Long2025-02-16
* gh-129107: make `bytearray` thread safe (#129108)Tomasz Pytel2025-02-15
* gh-129559: Add `bytearray.resize()` (GH-129560)Cody Maloney2025-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 Stinner2024-03-19
* gh-115323: Add meaningful error message for using bytearray.extend with str (...Jay Ting2024-02-24
* gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-112551)Serhiy Storchaka2023-11-30
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-07
* gh-94808: Add coverage for bytesarray_setitem (#95802)Michael Droettboom2022-10-10
* gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)Michael Droettboom2022-09-07
* GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...Brandt Bucher2022-07-19
* bpo-26579: Add object.__getstate__(). (GH-2821)Serhiy Storchaka2022-04-06
* bpo-45668: Fix PGO tests without test extensions (GH-29315)Christian Heimes2021-11-01
* Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)Mark Dickinson2021-08-23
* bpo-24234: Implement bytes.__bytes__ (GH-27901)Dong-hee Na2021-08-23
* bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)Nikita Sobolev2021-08-13
* bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)Tobias Holl2021-01-13
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-08
* bpo-40275: Use new test.support helper submodules in tests (GH-21772)Hai Shi2020-08-07
* bpo-40275: Use new test.support helper submodules in tests (GH-21315)Hai Shi2020-07-06
* bpo-36051: Drop GIL during large bytes.join() (GH-17757)Bruce Merry2020-01-29
* bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)Sergey Fedoseev2019-09-09
* bpo-37388: Development mode check encoding and errors (GH-14341)Victor Stinner2019-06-26
* bpo-22385: Support output separators in hex methods. (#13578)Gregory P. Smith2019-05-29
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Zackery Spytz2019-05-17
* Fix syntax warnings in tests introduced in bpo-15248. (GH-11932)Serhiy Storchaka2019-02-19
* bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)Serhiy Storchaka2019-01-12
* bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9...Serhiy Storchaka2018-10-21
* bpo-34973: Fix crash in bytes constructor. (GH-9841)Serhiy Storchaka2018-10-21
* bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...Serhiy Storchaka2018-10-15
* Add new tests for bytes and bytearray constructors. (GH-9843)Serhiy Storchaka2018-10-13
* bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)Serhiy Storchaka2017-10-29
* bpo-20552: Use specific asserts in bytes tests (#790)Serhiy Storchaka2017-03-27
* bpo-29714: Fix a regression that bytes format may fail when containing zero ...Xiang Zhang2017-03-06
* Merge 3.6INADA Naoki2017-01-06
|\
| * Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.INADA Naoki2017-01-06
* | Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCIISerhiy Storchaka2016-12-19
|/
* Issue #28385: An error message when non-empty format spec is passed toSerhiy Storchaka2016-10-30
|\
| * Issue #28385: An error message when non-empty format spec is passed toSerhiy Storchaka2016-10-30
* | Remove old typo.Serhiy Storchaka2016-09-08
* | Issue #27506: Support bytes/bytearray.translate() delete as keyword argumentMartin Panter2016-08-27
* | Anti-registration of various ABC methods.Guido van Rossum2016-08-18
* | Issue #27474: Unified error messages in the __contains__ method of bytes andSerhiy Storchaka2016-07-10