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_float.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.py (GH-...
Sergey B Kirpichev
2023-11-07
1
-65/+0
*
gh-108303: Move all math files to `Lib/test/mathdata/` (#109512)
Nikita Sobolev
2023-09-21
1
-1/+2
*
gh-109546: Add more tests for formatting floats and fractions (GH-109548)
Serhiy Storchaka
2023-09-19
1
-2/+7
*
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg
2023-05-10
1
-4/+1
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Mark Dickinson
2022-08-10
1
-0/+4
*
GH-94808: Cover handling non-finite numbers from round when ndigits is provid...
Michael Droettboom
2022-07-14
1
-0/+5
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+0
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
1
-12/+10
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-1/+73
*
bpo-46852: Restore test_getformat() test (GH-31601)
Victor Stinner
2022-02-27
1
-3/+11
*
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner
2022-02-25
1
-70/+0
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
1
-1/+2
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
1
-0/+27
*
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
Mark Dickinson
2021-08-20
1
-0/+14
*
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
Dong-hee Na
2021-06-23
1
-4/+4
*
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Serhiy Storchaka
2021-06-12
1
-0/+19
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
Inada Naoki
2021-04-04
1
-2/+2
*
bpo-41873: Add vectorcall for float() (GH-22432)
Dennis Sweeney
2020-09-29
1
-0/+3
*
bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)
Batuhan Taşkaya
2019-12-15
1
-0/+28
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
1
-0/+15
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
1
-9/+8
*
bpo-35560: Remove assertion from format(float, "n") (GH-11288)
Xtreak
2019-01-07
1
-0/+19
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
1
-0/+3
*
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Serhiy Storchaka
2017-11-13
1
-1/+1
*
bpo-31373: remove overly strict float range checks (#3486)
Benjamin Peterson
2017-09-11
1
-0/+6
*
bpo-29773: Add more cases for testing string to float conversion errors. (#580)
Serhiy Storchaka
2017-03-09
1
-8/+20
*
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...
Serhiy Storchaka
2017-03-06
1
-2/+2
*
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-05
1
-0/+4
*
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-1/+23
*
Issue #26983: float() now always return an instance of exact float.
Serhiy Storchaka
2016-06-03
1
-8/+13
*
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka
2016-05-12
1
-0/+18
|
\
|
*
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka
2016-05-12
1
-0/+18
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
|
/
*
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka
2015-11-25
1
-0/+15
|
\
|
*
Issue #24731: Fixed crash on converting objects with special methods
Serhiy Storchaka
2015-11-25
1
-0/+15
*
|
Issue #24802: Merge null termination fixes from 3.4 into 3.5
Martin Panter
2015-11-07
1
-2/+36
|
\
\
|
|
/
|
*
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
Martin Panter
2015-11-07
1
-2/+36
*
|
Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky...
Steve Dower
2015-04-15
1
-0/+8
*
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-14/+1
|
/
*
fix up import style
Benjamin Peterson
2015-03-09
1
-5/+8
*
remove redundant test
Benjamin Peterson
2015-03-06
1
-5/+0
*
fix potential refleak in PyFloat_AsDouble (closes #23590)
Benjamin Peterson
2015-03-06
1
-0/+6
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-1/+1
|
\
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-1/+1
*
|
#17080: improve error message of float/complex when the wrong type is passed.
Ezio Melotti
2013-11-07
1
-0/+1
|
/
*
Remove untests for non-existent functionality.
Mark Dickinson
2012-04-29
1
-10/+0
*
Issue #14521: Make result of float('nan') and float('-nan') more consistent a...
Mark Dickinson
2012-04-29
1
-0/+13
*
merge 3.2
Benjamin Peterson
2011-10-28
1
-0/+6
|
\
|
*
bring is_integer into tested existence
Benjamin Peterson
2011-10-28
1
-0/+6
*
|
#11565: Merge with 3.2.
Ezio Melotti
2011-03-16
1
-2/+2
|
\
\
|
|
/
[next]