Lines Matching full:bytearray
1044 - Issue #27506: Support passing the bytes/bytearray.translate() "delete"
1473 - Issue #27704: Optimized creating bytes and bytearray from byte-like objects
1492 - Issue #27507: Add integer overflow check in bytearray.extend(). Patch by
1710 - Issue #27473: Fixed possible integer overflow in bytes and bytearray
1718 - Issue #27443: __length_hint__() of bytearray iterators no longer return a
1719 negative integer for a resized bytearray.
1721 - Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
2224 - Issue #27039: Fixed bytearray.remove() for values greater than 127. Based on
2269 bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding
2273 ``bytearray.replace(b'', b'.')``. Patch written by Josh Snider.
2430 - Issue #25401: Optimize bytes.fromhex() and bytearray.fromhex(): they are now
2433 - Issue #25399: Optimize bytearray % args using the new private _PyBytesWriter
3509 - Issue #29073: bytearray formatting no longer truncates on first null byte.
3622 - Issue #27473: Fixed possible integer overflow in bytes and bytearray
3625 - Issue #27507: Add integer overflow check in bytearray.extend(). Patch by
3631 - Issue #27443: __length_hint__() of bytearray iterators no longer return a
3632 negative integer for a resized bytearray.
4227 - Issue #27039: Fixed bytearray.remove() for values greater than 127. Patch by
4251 bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding
5643 - Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind()
5730 - Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
5892 the front of a bytearray and then appending some other bytes data.
5918 - Issue #9951: Added a hex() method to bytes, bytearray, and memoryview.
6743 bytearray.
6758 - Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff
6833 - Issue #20179: Apply Argument Clinic to bytes and bytearray.
8322 - Issue #21777: The binary sequence methods on bytes and bytearray are now