summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_float.py
Commit message (Expand)AuthorAgeFilesLines
* gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...Miss Islington (bot)2022-08-101-0/+4
* bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)Miss Islington (bot)2021-08-201-0/+14
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Miss Islington (bot)2021-06-231-4/+4
* bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)Miss Islington (bot)2021-06-131-0/+19
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)Inada Naoki2021-04-041-2/+2
* bpo-41873: Add vectorcall for float() (GH-22432)Dennis Sweeney2020-09-291-0/+3
* bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)Batuhan Taşkaya2019-12-151-0/+28
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-011-0/+15
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-051-9/+8
* bpo-35560: Remove assertion from format(float, "n") (GH-11288)Xtreak2019-01-071-0/+19
* bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)INADA Naoki2018-07-141-0/+3
* bpo-31979: Simplify transforming decimals to ASCII (#4336)Serhiy Storchaka2017-11-131-1/+1
* bpo-31373: remove overly strict float range checks (#3486)Benjamin Peterson2017-09-111-0/+6
* bpo-29773: Add more cases for testing string to float conversion errors. (#580)Serhiy Storchaka2017-03-091-8/+20
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-061-2/+2
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-051-0/+4
* Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-1/+23
* Issue #26983: float() now always return an instance of exact float.Serhiy Storchaka2016-06-031-8/+13
* Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-121-0/+18
|\
| * Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-121-0/+18
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
|/
* Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-251-0/+15
|\
| * Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-251-0/+15
* | Issue #24802: Merge null termination fixes from 3.4 into 3.5Martin Panter2015-11-071-2/+36
|\ \ | |/
| * Issue #24802: Copy bytes-like objects to null-terminated buffers if necessaryMartin Panter2015-11-071-2/+36
* | Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky...Steve Dower2015-04-151-0/+8
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-14/+1
|/
* fix up import styleBenjamin Peterson2015-03-091-5/+8
* remove redundant testBenjamin Peterson2015-03-061-5/+0
* fix potential refleak in PyFloat_AsDouble (closes #23590)Benjamin Peterson2015-03-061-0/+6
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
|\
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
* | #17080: improve error message of float/complex when the wrong type is passed.Ezio Melotti2013-11-071-0/+1
|/
* Remove untests for non-existent functionality.Mark Dickinson2012-04-291-10/+0
* Issue #14521: Make result of float('nan') and float('-nan') more consistent a...Mark Dickinson2012-04-291-0/+13
* merge 3.2Benjamin Peterson2011-10-281-0/+6
|\
| * bring is_integer into tested existenceBenjamin Peterson2011-10-281-0/+6
* | #11565: Merge with 3.2.Ezio Melotti2011-03-161-2/+2
|\ \ | |/
| * #11565: Merge with 3.1.Ezio Melotti2011-03-161-2/+2
| |\
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
| | * Merged revisions 87032 via svnmerge fromMark Dickinson2010-12-041-0/+25
| | * Backout broken backport. (Sorry.)Mark Dickinson2010-12-041-20/+10
| | * Merged revisions 87032 via svnmerge fromMark Dickinson2010-12-041-0/+20
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-5/+5
| | * Merged revisions 86003 via svnmerge fromBrian Curtin2010-10-311-11/+12
| | * Merged revisions 77452 via svnmerge fromMark Dickinson2010-01-121-0/+102
| | * Merged revisions 76485 via svnmerge fromMark Dickinson2009-11-241-0/+4
| | * Merged revisions 75890 via svnmerge fromMark Dickinson2009-10-271-1/+0
| | * Merged revisions 75885 via svnmerge fromMark Dickinson2009-10-271-0/+4
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-30/+30