summaryrefslogtreecommitdiff
path: root/_test/test_z_data.py
Commit message (Collapse)AuthorAgeFilesLines
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-1/+1
|
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-27/+33
|
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-0/+3
|
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-6/+36
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-10/+3
| | | | add future deprecation warning to old style functions
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-0/+2
|
* fix update CommentedMap with list of tuples0.15.90Anthon van der Neut2019-04-041-2/+2
| | | | | | | | fixes issue #282 *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 #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-2/+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))*
* insert merge key in old (absolute) position0.15.86Anthon van der Neut2019-01-161-1/+5
|
* fix issue #244 dumping methods of metaclass derived classes0.15.81Anthon van der Neut2018-12-061-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))*
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-1/+39
| | | | | | | | | 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 #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-061-3/+5
| | | | | *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))*
* test hierarchy, per file creation/loading of YAMLAnthon van der Neut2018-10-021-14/+18
|
* added Python -> YAML testingAnthon van der Neut2018-10-021-9/+28
|
* fix issue #214 part two: use __qualname__ for ↵Anthon van der Neut2018-09-261-35/+166
| | | | | | | | | tag:yaml.org,2002:python/object/apply this definately needs some test *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-3/+8
|
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-3/+4
| | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-1/+4
| | | | Some new tests are still required
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-2/+3
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-2/+2
| | | | | a comment from its original column - flake 8
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-0/+32
although the package dirs were explicitly specified. This used to lead to half included, non-working test directory contents that have no place in a distribution. This fixes issue #17