summaryrefslogtreecommitdiff
path: root/Lib/test/test_float.py
Commit message (Expand)AuthorAgeFilesLines
* 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-14/+9
|\
| * Issue #24802: Merge null termination fixes from 3.4 into 3.5Martin 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
* | | Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-251-0/+15
| |/ |/|
* | Issue #24802: Copy bytes-like objects to null-terminated buffers if necessaryMartin Panter2015-11-071-2/+36
|/
* 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-0/+1
|\
| * #17080: improve error message of float/complex when the wrong type is passed.Ezio Melotti2013-11-071-0/+1
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+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-1/+1
|\ \ | |/ |/|
| * Removed fcmp and FUZZ from test.support, following the discussion on python-dev:Eli Bendersky2011-02-251-1/+1
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-157/+286
|\ \ | |/
| * Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.Eric Smith2010-12-041-10/+6
| * Issue #10596: Fix float.__mod__ to have the same behaviour asMark Dickinson2010-12-041-0/+20
| * Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-1/+17
| * Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-251-5/+2
| * #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-3/+3
| * Fix ResourceWarning. Use context manager to properly close file.Brian Curtin2010-10-311-11/+12
| * Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-041-1/+3
| * Merged revisions 82461 via svnmerge fromBenjamin Peterson2010-07-021-42/+29
| * Merged revisions 82117 via svnmerge fromMark Dickinson2010-06-201-102/+0
| * Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-9/+0
| * Merged revisions 79804 via svnmerge fromMark Dickinson2010-04-051-0/+9
| * Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
| * Merged revisions 78166 via svnmerge fromMark Dickinson2010-02-121-0/+3
| * use assert[Not]In where appropriateEzio Melotti2010-01-231-9/+4
| * use assert[Not]In where appropriateBenjamin Peterson2010-01-191-0/+5
| * Merged revisions 77410,77421,77450-77451 via svnmerge fromMark Dickinson2010-01-121-0/+102
| * Merged revisions 77139-77140 via svnmerge fromMark Dickinson2009-12-301-0/+211
| * Merged revisions 76632 via svnmerge fromEric Smith2009-12-021-0/+35
| * Merged revisions 76483 via svnmerge fromMark Dickinson2009-11-241-0/+4
| * Remove extra blank line accidentally introduced in r75885Mark Dickinson2009-10-271-1/+0
| * Merged revisions 75883 via svnmerge fromMark Dickinson2009-10-271-0/+4
| * convert old fail* assertions to assert*Benjamin Peterson2009-06-301-30/+30
* | #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