COMMITS
/ Objects/bytesobject.c September 10, 2019
S
Remove unneeded assignment in PyBytes_Concat() (GH-15274)
Sergey Fedoseev committed
G
Cut tricky `goto` that isn't needed, in _PyBytes_DecodeEscape. (GH-15825)
Greg Price committed
August 26, 2019
V
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 29, 2019
G
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith committed
I
remove unnecessary tp_dealloc (GH-13647)
Inada Naoki committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 17, 2019
D
Fix couple of dead code paths (GH-7418)
David Carlier committed
Z
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz committed
May 14, 2019
V
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
January 12, 2019
S
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276)
Serhiy Storchaka committed
S
bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)
Serhiy Storchaka committed
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
November 23, 2018
V
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 28, 2018
P
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
Pablo Galindo committed
October 26, 2018
V
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner committed
October 21, 2018
S
bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9874)
Serhiy Storchaka committed
S
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Serhiy Storchaka committed
October 14, 2018
S
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852)
Serhiy Storchaka committed
October 3, 2018
Z
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Zackery Spytz committed
August 23, 2018
A
bpo-34436: Fix check that disables overallocation for the last fmt specifier (GH-8826)
Alexey Izbyshev committed
July 24, 2018
V
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner committed
July 6, 2018
T
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 27, 2018
I
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki committed
November 2, 2017
October 28, 2017
S
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka committed
October 20, 2017
S
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Serhiy Storchaka committed
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709)
Serhiy Storchaka committed
March 14, 2017
X
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
March 8, 2017
March 6, 2017
January 6, 2017
I
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
INADA Naoki committed
December 19, 2016
S
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
Serhiy Storchaka committed
December 17, 2016
S
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka committed
S
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka committed
S
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed