| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \
| |/ |
|
| * | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -2/+2 |
| |\ |
|
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -2/+2 |
|
|
| | * | Merged revisions 87032 via svnmerge from | Mark Dickinson | 2010-12-04 | 1 | -0/+25 |
|
|
| | * | Backout broken backport. (Sorry.) | Mark Dickinson | 2010-12-04 | 1 | -20/+10 |
|
|
| | * | Merged revisions 87032 via svnmerge from | Mark Dickinson | 2010-12-04 | 1 | -0/+20 |
|
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -5/+5 |
|
|
| | * | Merged revisions 86003 via svnmerge from | Brian Curtin | 2010-10-31 | 1 | -11/+12 |
|
|
| | * | Merged revisions 77452 via svnmerge from | Mark Dickinson | 2010-01-12 | 1 | -0/+102 |
|
|
| | * | Merged revisions 76485 via svnmerge from | Mark Dickinson | 2009-11-24 | 1 | -0/+4 |
|
|
| | * | Merged revisions 75890 via svnmerge from | Mark Dickinson | 2009-10-27 | 1 | -1/+0 |
|
|
| | * | Merged revisions 75885 via svnmerge from | Mark Dickinson | 2009-10-27 | 1 | -0/+4 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -30/+30 |
|
|
* | | | Removed fcmp and FUZZ from test.support, following the discussion on python-dev: | Eli Bendersky | 2011-02-25 | 1 | -1/+1 |
|/ / |
|
* | | Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. | Eric Smith | 2010-12-04 | 1 | -10/+6 |
|
|
* | | Issue #10596: Fix float.__mod__ to have the same behaviour as | Mark Dickinson | 2010-12-04 | 1 | -0/+20 |
|
|
* | | Issue #10557: Fixed error messages from float() and other numeric | Alexander Belopolsky | 2010-12-04 | 1 | -1/+17 |
|
|
* | | Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple... | Eric Smith | 2010-11-25 | 1 | -5/+2 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -3/+3 |
|
|
* | | Fix ResourceWarning. Use context manager to properly close file. | Brian Curtin | 2010-10-31 | 1 | -11/+12 |
|
|
* | | Issue #9337: Make float.__str__ identical to float.__repr__. | Mark Dickinson | 2010-08-04 | 1 | -1/+3 |
|
|
* | | Merged revisions 82461 via svnmerge from | Benjamin Peterson | 2010-07-02 | 1 | -42/+29 |
|
|
* | | Merged revisions 82117 via svnmerge from | Mark Dickinson | 2010-06-20 | 1 | -102/+0 |
|
|
* | | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -9/+0 |
|
|