summaryrefslogtreecommitdiff
path: root/nodes.py
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-48/+45
|
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-1/+1
|
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-1/+1
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-7/+11
| | | | add future deprecation warning to old style functions
* fix for issue with folds after (and before) spaces being emitted as BEL ↵0.15.80Anthon van der Neut2018-11-261-3/+4
| | | | character instead of discarding
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-7/+8
| | | | | | | | | Test for this issue in: https://bitbucket.org/ruamel/yaml.data/src/default/object/control_base_representer_mapping_sort.yaml *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))*
* fix issue #219 breakage on single entry map as flow sequence element0.15.60Anthon van der Neut2018-08-181-1/+2
| | | | | *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))*
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-6/+8
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-24/+40
|
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-3/+5
|
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-0/+7
| | | | 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-1/+1
|
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-2/+1
|
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-1/+3
| | | | Reported by Charles Bouchard-L?gar?
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-0/+7
|
* memory usage optimisations0.13.1Anthon van der Neut2016-11-221-0/+7
|
* fix for issue #72, dot allowed in anchorAnthon van der Neut2016-11-131-1/+1
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-0/+2
|
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+84
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet