summaryrefslogtreecommitdiff
path: root/scalarint.py
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-30/+25
|
* fix for issue 3870.17.8Anthon van der Neut2021-06-091-4/+4
| | | | | tagged objects that have a templated (idNNN) anchor, did get the anchor added explicitly, resulting potentially in double anchors
* remove python 2 specific codeAnthon van der Neut2021-03-091-5/+2
| | | | add future deprecation warning to old style functions
* fix issue with roundtripping mappings keys that are aliases to scalar strings0.15.83Anthon van der Neut2019-01-021-1/+1
|
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-14/+46
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-8/+21
|
* fix issue #144: integer overflow on 2.7 (reported by ccatterina)0.15.23Anthon van der Neut2017-08-011-2/+4
| | | | | | | I added a test loading 9223372036854775808 as sys.maxint on my development system is larger than the problematic value reported (on Raspberry Pi) If this change solves the issue then please change the status to closed.
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-3/+1
|
* fix issue #116: Text not available in 3.5.0/3.5.10.14.8Anthon van der Neut2017-04-191-10/+10
| | | | If this solves the issue for you, please close it.
* fix issue #115: preserve _ and leading 0s in integers0.14.7Anthon van der Neut2017-04-181-29/+39
|
* fix issue 112: hexadecimal not preserved0.14.6Anthon van der Neut2017-04-141-0/+75
please **close** this issue if fixed