COMMITS
/ Objects/complexobject.c February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
January 22, 2020
November 20, 2019
V
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner committed
June 12, 2019
P
bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
Paul Monson committed
June 1, 2019
S
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka 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
I
remove unnecessary tp_dealloc (GH-13647)
Inada Naoki committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
November 23, 2018
V
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner committed
October 26, 2018
V
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
November 13, 2017
S
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Serhiy Storchaka committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
April 5, 2017
S
Update Argument Clinic generated code for bpo-29878. (#1001)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
March 24, 2017
S
bpo-29894: Deprecate returning an instance of complex subclass from __complex__. (#798)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed
February 20, 2017
M
bpo-29602: fix signed zero handling in complex constructor. (#203)
Mark Dickinson 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
September 24, 2016
M
Issue #28203: Merge from 3.5
Mark Dickinson committed
M
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.
Mark Dickinson committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
November 7, 2015
M
Issue #24802: Merge null termination fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
Martin Panter committed
February 2, 2015
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
October 10, 2014
A
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
Antoine Pitrou committed
A
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
Antoine Pitrou committed
July 7, 2014
A
Issue #21803: remove macro indirections in complexobject.h
Antoine Pitrou committed
December 4, 2013
C
Silence expression result unused warnings with clang.
Christian Heimes committed
November 7, 2013
E
#17080: improve error message of float/complex when the wrong type is passed.
Ezio Melotti committed
October 5, 2013
E
#19068: merge with 3.3.
Ezio Melotti committed
E
#19068: use imperative mood in complex object docstrings. Patch by Marco Buttu.
Ezio Melotti committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
April 17, 2013
V
Close #17694: Add minimum length to _PyUnicodeWriter
Victor Stinner committed
November 14, 2012
M
Issue #16290: __complex__ must now always return an instance of complex.
Mark Dickinson committed
May 29, 2012
V
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Victor Stinner committed
January 22, 2012
B
use the static identifier api for looking up special methods
Benjamin Peterson committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
March 21, 2011
V
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
Victor Stinner committed
December 4, 2010
E
A
Issue #10557: Fixed error messages from float() and other numeric
Alexander Belopolsky committed
December 3, 2010
V
#6780: fix complex() constructor TypeError message
Victor Stinner committed
October 23, 2010
B
follow up to #9778: define and use an unsigned hash type
Benjamin Peterson committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
August 4, 2010
M
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson committed
May 23, 2010
M
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson committed