summaryrefslogtreecommitdiff
path: root/anchor.py
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-7/+5
|
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-1/+1
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-0/+1
| | | | add future deprecation warning to old style functions
* udpate setup.py to workaround issue in setuptools0.16.11Anthon van der Neut2020-09-031-1/+0
| | | | https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-2/+5
|
* allow list as typ argument for YAML()0.16.5Anthon van der Neut2019-08-181-0/+4
| | | | needed for extending the basic types e.g. in ruamel.yaml.pytypes
* fix issue #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-2/+1
| | | | | | | | an empty collection now defaults to best style. I.e. if elements are inserted their style is not forced to flow-style *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))*
* moved Anchor to own moduleAnthon van der Neut2018-10-291-0/+14
this prevents future circular imports