summaryrefslogtreecommitdiff
path: root/error.py
Commit message (Collapse)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
| | | | add future deprecation warning to old style functions
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-0/+2
| | | | | | | | fixes issue #306 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* allow dump of deepcopied data from commented YAML0.15.100Anthon van der Neut2019-07-171-0/+10
| | | | | | | fixes issue #295 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* 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
| | | | mypy needed updating from 0.501 to 0.511, with may different warnings/errors then before
* 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
| | | | Some new tests are still required
* 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
| | | | Reported by Charles Bouchard-L?gar?
* 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
| | | | added method to add before/after comments on specific keys
* 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
| | | | | a comment from its original column - flake 8
* 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
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet