COMMITS
/ Objects/complexobject.c 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
May 21, 2010
M
Issue #8748: Fix two issues with comparisons between complex and integer
Mark Dickinson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 13, 2010
M
Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising TypeError.
Mark Dickinson committed
February 22, 2010
E
Merged revisions 78319 via svnmerge from
Ezio Melotti committed
January 4, 2010
B
Merged revisions 77292-77293 via svnmerge from
Benjamin Peterson committed
November 28, 2009
M
Merged revisions 76561 via svnmerge from
Mark Dickinson committed
October 26, 2009
M
Make sure memory is freed on error in complex_subtype_from_string.
Mark Dickinson committed
M
Remove length limitation on string arguments to complex()
Mark Dickinson committed
October 18, 2009
S
May 20, 2009
M
Issue #5829: complex('1e500') shouldn't raise OverflowError
Mark Dickinson committed
May 17, 2009
M
Merged revisions 72718 via svnmerge from
Mark Dickinson committed
May 5, 2009
May 3, 2009
M
Merged revisions 72253 via svnmerge from
Mark Dickinson committed