summaryrefslogtreecommitdiff
path: root/_test/test_float.py
Commit message (Expand)AuthorAgeFilesLines
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-1/+1
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-7/+12
* remove python 2 specific codeAnthon van der Neut2021-03-091-2/+0
* fix issue #214 part two: use __qualname__ for tag:yaml.org,2002:python/object...Anthon van der Neut2018-09-261-88/+0
* fix issue #229 enable round-trip of floats without number before the dotAnthon van der Neut2018-08-301-0/+4
* add failing test re #229Anthon van der Neut2018-08-301-0/+2
* cleanup of commented out xfails, added some (most failing) rt tests for spec ...Anthon van der Neut2018-08-291-2/+0
* undid miswrapping of testsAnthon van der Neut2018-08-051-52/+26
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-26/+53
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-1/+1
* Merge PR29, fixes issue #195Anthon van der Neut2018-06-131-0/+11
|\
| * Attempted fix for scientic notation parsingRolf Wojtech2018-03-211-0/+11
|/
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-211-0/+11
* fix issue #25: dropping comment between mapping key and value0.15.24Anthon van der Neut2017-08-091-3/+3
* more float stuff and mypy changesAnthon van der Neut2017-08-061-5/+43
* scalarfloat supportAnthon van der Neut2017-08-061-0/+105