index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_complex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-1/+1
*
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Serhiy Storchaka
2024-07-15
1
-0/+39
*
gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)
Sergey B Kirpichev
2024-06-29
1
-0/+31
*
gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)
Serhiy Storchaka
2024-05-30
1
-21/+49
*
gh-109218: Refactor tests for the complex() constructor (GH-119635)
Serhiy Storchaka
2024-05-30
1
-167/+195
*
gh-109802: Add coverage test for complex_abs() (GH-117449)
Sergey B Kirpichev
2024-04-04
1
-0/+3
*
gh-109802: Increase test coverage for complexobject.c (GH-112452)
Sergey B Kirpichev
2023-11-28
1
-0/+47
*
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg
2023-05-10
1
-0/+7
*
gh-99320: remove tests for old-style class from `test_complex` (#99321)
Nikita Sobolev
2022-11-10
1
-6/+1
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-3/+1
*
bpo-24234: implement complex.__complex__ (GH-27887)
Mark Dickinson
2021-08-23
1
-0/+12
*
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772)
Mark Dickinson
2021-08-17
1
-0/+28
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)
T. Wouters
2021-07-26
1
-0/+21
*
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka
2020-10-09
1
-10/+52
*
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
Serhiy Storchaka
2020-06-21
1
-16/+0
*
Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)
Dong-hee Na
2019-10-10
1
-2/+1
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
1
-0/+18
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
1
-0/+3
*
bpo-29894: Deprecate returning an instance of complex subclass from __complex...
Serhiy Storchaka
2017-03-24
1
-2/+3
*
bpo-29602: fix signed zero handling in complex constructor. (#203)
Mark Dickinson
2017-02-20
1
-0/+23
*
Issue #28203: Merge from 3.5
Mark Dickinson
2016-09-24
1
-0/+8
|
\
|
*
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...
Mark Dickinson
2016-09-24
1
-0/+8
*
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-0/+14
|
/
*
Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...
Antoine Pitrou
2014-10-10
1
-2/+7
*
#17080: improve error message of float/complex when the wrong type is passed.
Ezio Melotti
2013-11-07
1
-0/+1
*
merge 3.3 (#19116)
Benjamin Peterson
2013-09-29
1
-1/+0
|
\
|
*
combine two tests to avoid duplicate names (closes #19116)
Benjamin Peterson
2013-09-29
1
-1/+0
*
|
Issue #16290: __complex__ must now always return an instance of complex.
Mark Dickinson
2012-11-14
1
-0/+2
|
/
*
Issue 10625: Add tests for negative zeros in complex str and repr.
Eric Smith
2010-12-04
1
-0/+16
*
Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.
Eric Smith
2010-12-04
1
-13/+10
*
Removed static function complex_format, moved it into complex_repr. Modified ...
Eric Smith
2010-12-04
1
-16/+20
*
Issue #10557: Fixed error messages from float() and other numeric
Alexander Belopolsky
2010-12-04
1
-0/+3
*
Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...
Eric Smith
2010-11-25
1
-2/+22
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-2/+2
*
Issue #9416: Fix some issues with complex formatting where the
Mark Dickinson
2010-08-01
1
-0/+10
*
Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals.
Mark Dickinson
2010-06-30
1
-0/+17
*
Issue #8748: Fix two issues with comparisons between complex and integer
Mark Dickinson
2010-05-21
1
-1/+24
*
(partially)
Florent Xicluna
2010-04-02
1
-5/+2
*
Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising Ty...
Mark Dickinson
2010-03-13
1
-5/+14
*
Merged revisions 78329 via svnmerge from
Eric Smith
2010-02-22
1
-0/+2
*
Merged revisions 78249 via svnmerge from
Ezio Melotti
2010-02-20
1
-3/+0
*
Remove length limitation on string arguments to complex()
Mark Dickinson
2009-10-26
1
-1/+3
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-5/+5
*
Issue #5829: complex('1e500') shouldn't raise OverflowError
Mark Dickinson
2009-05-20
1
-0/+7
*
Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...
Eric Smith
2009-05-06
1
-0/+18
*
Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...
Eric Smith
2009-05-05
1
-0/+10
*
Issue #1588: Add complex.__format__.
Eric Smith
2009-04-30
1
-1/+60
*
Merged revisions 71869 via svnmerge from
Mark Dickinson
2009-04-25
1
-3/+19
*
Make sure that complex parsing code and corresponding tests
Mark Dickinson
2009-04-24
1
-1/+13
*
Issue #5816: Simplify code for parsing and printing of complex numbers.
Mark Dickinson
2009-04-23
1
-11/+54
[next]