Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix readme, xfail spec_6_260.17.22 | Anthon van der Neut | 2023-05-02 | 1 | -1/+1 |
| | |||||
* | bug in YAML.compose(Path(...)))0.17.21 | Anthon van der Neut | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | fix issue 414 dateime fraction >= 99999950.17.20 | Anthon van der Neut | 2022-01-03 | 1 | -1/+1 |
| | |||||
* | fix mypy issues emitter.py0.17.19 | Anthon van der Neut | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | fix indent for empty seq/map0.17.18 | Anthon van der Neut | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | extract timestamp matching/creation to util.py0.17.17 | Anthon van der Neut | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | handle 397 with newline0.17.16 | Anthon van der Neut | 2021-08-28 | 1 | -1/+1 |
| | |||||
* | fix issue 397 inserting comment when post key comment exists0.17.15 | Anthon van der Neut | 2021-08-28 | 1 | -1/+1 |
| | |||||
* | fix issue with insert in merged-in dict0.17.14 | Anthon van der Neut | 2021-08-25 | 1 | -1/+1 |
| | |||||
* | minor fix0.17.13 | Anthon van der Neut | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | fix for 3940.17.12 | Anthon van der Neut | 2021-08-21 | 1 | -1/+1 |
| | | | | | when the newly created object has the signature __attrs_attrs__ attribute initialisation is not done using update by by calling __init__() | ||||
* | fix issues 389 and 3920.17.11 | Anthon van der Neut | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | old end-of-list comment can have five positions0.17.10 | Anthon van der Neut | 2021-06-24 | 1 | -1/+1 |
| | |||||
* | issue updating CommentedMap with dict introduced in 0.16.130.17.9 | Anthon van der Neut | 2021-06-10 | 1 | -1/+1 |
| | |||||
* | fix for issue 3870.17.8 | Anthon van der Neut | 2021-06-09 | 1 | -1/+1 |
| | | | | | tagged objects that have a templated (idNNN) anchor, did get the anchor added explicitly, resulting potentially in double anchors | ||||
* | same as issue 385 for other deprecated loaders.0.17.7 | Anthon van der Neut | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | fix 385 (missing attribute) and mypy issues0.17.6 | Anthon van der Neut | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | fix for issue 3840.17.5 | Anthon van der Neut | 2021-05-30 | 1 | -1/+1 |
| | | | | aliased scalars in !!set would not round trip with ? | ||||
* | partial fix for 3510.17.4 | Anthon van der Neut | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | fix for issue 382, error in format string0.17.3 | Anthon van der Neut | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | change py2.py3 wheel to py3 only wheel0.17.2 | Anthon van der Neut | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | add Python 3 only classifier0.17.1 | Anthon van der Neut | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | remove support for 2.7, prepare for f-strings0.17.0 | Anthon van der Neut | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | last release supporting 2.70.16.13 | Anthon van der Neut | 2021-03-05 | 1 | -1/+1 |
| | |||||
* | update links in doc0.16.12 | Anthon van der Neut | 2020-09-04 | 1 | -1/+1 |
| | |||||
* | udpate setup.py to workaround issue in setuptools0.16.11 | Anthon van der Neut | 2020-09-03 | 1 | -1/+1 |
| | | | | https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580 | ||||
* | update url in meta and .svg in README0.16.10 | Anthon van der Neut | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | remove duplicates from CHANGES0.16.9 | Anthon van der Neut | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | allow C extension install for Python 3.80.16.8 | Anthon van der Neut | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | fix issue with mypy, dumping lit scalar in sequence0.16.7 | Anthon van der Neut | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | correct empty string mapping key rt0.16.6 | Anthon van der Neut | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | allow list as typ argument for YAML()0.16.5 | Anthon van der Neut | 2019-08-18 | 1 | -1/+1 |
| | | | | needed for extending the basic types e.g. in ruamel.yaml.pytypes | ||||
* | output of # in TAG directive0.16.4 | Anthon van der Neut | 2019-08-16 | 1 | -1/+1 |
| | | | | | | | fixes issue #307 *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))* | ||||
* | mypy, split contruct_object0.16.3 | Anthon van der Neut | 2019-08-15 | 1 | -1/+1 |
| | | | | | | | | 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 # in 1.2 URI's0.16.2 | Anthon van der Neut | 2019-08-15 | 1 | -1/+1 |
| | | | | | | | fixes issue #305 *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 '#' in tag URI, force use of new clib0.16.1 | Anthon van der Neut | 2019-08-08 | 1 | -1/+1 |
| | | | | | | | fixes issue #300 *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))* | ||||
* | split off C library into separate package0.16.0 | Anthon van der Neut | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | allow dump of deepcopied data from commented YAML0.15.100 | Anthon van der Neut | 2019-07-17 | 1 | -1/+1 |
| | | | | | | | 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))* | ||||
* | add py.typed to distribution0.15.99 | Anthon van der Neut | 2019-07-12 | 1 | -1/+1 |
| | |||||
* | regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98 | Anthon van der Neut | 2019-07-09 | 1 | -1/+1 |
| | | | | fixes issue #296 | ||||
* | regenerate ext/_ruamel_yaml.c with Cython version 0.29.100.15.97 | Anthon van der Neut | 2019-06-06 | 1 | -1/+1 |
| | | | | needed for Python 3.8.0b1 | ||||
* | indentation of comments after folded/lit scalars0.15.96 | Anthon van der Neut | 2019-05-16 | 1 | -1/+1 |
| | | | | | | | | fixes issue #290 *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 comments on anchored nodes in block sequence0.15.95 | Anthon van der Neut | 2019-05-16 | 1 | -1/+1 |
| | | | | fixes issue #288 | ||||
* | add line-break to EOF comment without one0.15.94 | Anthon van der Neut | 2019-04-23 | 1 | -1/+1 |
| | | | | | | | fixes issue #286 *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))* | ||||
* | Add y/Y/n/N to boolean values under 1.10.15.93 | Anthon van der Neut | 2019-04-21 | 1 | -1/+1 |
| | | | | | | | fixes issues #285 *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))* | ||||
* | YAML 1.2 allows empty implicit keys in block style mappings0.15.92 | Anthon van der Neut | 2019-04-16 | 1 | -1/+1 |
| | | | | | | | | fixes issue #284 *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))* | ||||
* | optionally allow duplicate merge keys0.15.91 | Anthon van der Neut | 2019-04-05 | 1 | -1/+1 |
| | | | | | https://stackoverflow.com/questions/55540686/configuring-ruamel-yaml-to-allow-duplicate-keys reported by mamacdon | ||||
* | fix update CommentedMap with list of tuples0.15.90 | Anthon van der Neut | 2019-04-04 | 1 | -1/+1 |
| | | | | | | | | 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 #279 block sequence elements with flow mapping collapsed0.15.89 | Anthon van der Neut | 2019-02-27 | 1 | -1/+1 |
| | | | | | *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 #278 inclusion of spurious .py files in linux wheels and tar0.15.88 | Anthon van der Neut | 2019-02-12 | 1 | -1/+1 |
| |