summaryrefslogtreecommitdiff
path: root/error.py
Commit message (Expand)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-83/+48
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-2/+2
* fix for issue 382, error in format string0.17.3Anthon van der Neut2021-04-071-0/+13
* remove python 2 specific codeAnthon van der Neut2021-03-091-8/+16
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-0/+2
* allow dump of deepcopied data from commented YAML0.15.100Anthon van der Neut2019-07-171-0/+10
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-45/+83
* more float stuff and mypy changesAnthon van der Neut2017-08-061-0/+2
* warn on incorrect YAML 1.1 floatsAnthon van der Neut2017-08-051-0/+26
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-9/+10
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-8/+9
* error/warning on duplicate mapping keys0.15.1Anthon van der Neut2017-06-071-6/+88
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-0/+1
* preserve value type, support pathlib.Path as streamAnthon van der Neut2017-05-291-0/+3
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-3/+1
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-1/+5
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-6/+12
* some changes for mypy --strictAnthon van der Neut2017-03-161-0/+5
* doc clarificationAnthon van der Neut2017-02-061-1/+3
* memory usage optimisations0.13.1Anthon van der Neut2016-11-221-4/+30
* fix #6: non-safe load() now issues warning0.13.0Anthon van der Neut2016-11-201-1/+19
* fix merge, iteration, reused anchors0.12.3Anthon van der Neut2016-08-181-1/+5
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-5/+2
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-4/+6
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-1/+0
* Jython compatibilityAnthon van der Neut2015-10-081-1/+5
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+80