Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update links in doc0.16.12 | Anthon van der Neut | 2020-09-04 | 9 | -48/+52 |
| | |||||
* | Added tag 0.16.11 for changeset 43b028851940 | Anthon van der Neut | 2020-09-03 | 0 | -0/+0 |
| | |||||
* | udpate setup.py to workaround issue in setuptools0.16.11 | Anthon van der Neut | 2020-09-03 | 7 | -14/+19 |
| | | | | https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580 | ||||
* | Added tag 0.16.10 for changeset 42b89940bc91 | Anthon van der Neut | 2020-02-12 | 0 | -0/+0 |
| | |||||
* | update url in meta and .svg in README0.16.10 | Anthon van der Neut | 2020-02-12 | 6 | -20/+25 |
| | |||||
* | Added tag 0.16.9 for changeset 17f2c2782abb | Anthon van der Neut | 2020-02-11 | 0 | -0/+0 |
| | |||||
* | remove duplicates from CHANGES0.16.9 | Anthon van der Neut | 2020-02-11 | 4 | -118/+10 |
| | |||||
* | Added tag 0.16.8 for changeset 0228e1a734b5 | Anthon van der Neut | 2020-02-11 | 0 | -0/+0 |
| | |||||
* | allow C extension install for Python 3.80.16.8 | Anthon van der Neut | 2020-02-11 | 4 | -6/+30 |
| | |||||
* | Added tag 0.16.7 for changeset 8d05bcae7e91 | Anthon van der Neut | 2020-01-30 | 0 | -0/+0 |
| | |||||
* | fix issue with mypy, dumping lit scalar in sequence0.16.7 | Anthon van der Neut | 2020-01-30 | 9 | -15/+42 |
| | |||||
* | Added tag 0.16.6 for changeset 44504659794e | Anthon van der Neut | 2020-01-20 | 0 | -0/+0 |
| | |||||
* | correct empty string mapping key rt0.16.6 | Anthon van der Neut | 2020-01-20 | 9 | -10/+33 |
| | |||||
* | empty string mapping key preservation | Anthon van der Neut | 2019-11-26 | 2 | -1/+6 |
| | | | | Would convert to explicit key (? '') | ||||
* | https://stackoverflow.com/a/58707111/1307905 | Anthon van der Neut | 2019-11-05 | 1 | -3/+5 |
| | |||||
* | Added tag 0.16.5 for changeset ff02b83b8f91 | Anthon van der Neut | 2019-08-18 | 0 | -0/+0 |
| | |||||
* | allow list as typ argument for YAML()0.16.5 | Anthon van der Neut | 2019-08-18 | 7 | -33/+52 |
| | | | | needed for extending the basic types e.g. in ruamel.yaml.pytypes | ||||
* | Added tag 0.16.4 for changeset 7869db1695cc | Anthon van der Neut | 2019-08-16 | 0 | -0/+0 |
| | |||||
* | output of # in TAG directive0.16.4 | Anthon van der Neut | 2019-08-16 | 7 | -15/+38 |
| | | | | | | | 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))* | ||||
* | Added tag 0.16.3 for changeset 28ae1667ac5b | Anthon van der Neut | 2019-08-15 | 0 | -0/+0 |
| | |||||
* | mypy, split contruct_object0.16.3 | Anthon van der Neut | 2019-08-15 | 16 | -48/+78 |
| | | | | | | | | 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))* | ||||
* | move YAML directive info to scanner for TAG parsing of 1.2 URI | Anthon van der Neut | 2019-08-15 | 4 | -10/+10 |
| | | | | | | | | | | | 1.2 URI can contain the "#" character, but parsing for nodes didn't necessarily make the 1.2 version available in time fixes issue #301 *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))* | ||||
* | Added tag 0.16.2 for changeset 8f30eb53eec1 | Anthon van der Neut | 2019-08-15 | 0 | -0/+0 |
| | |||||
* | allow # in 1.2 URI's0.16.2 | Anthon van der Neut | 2019-08-15 | 10 | -55/+41 |
| | | | | | | | 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))* | ||||
* | preserve directives, optional push root level scalar to own line | Anthon van der Neut | 2019-08-15 | 5 | -0/+78 |
| | | | | | | | | | | You need to set YAML().scalar_after_indicator = False to get a single scalar document starting on its own line (instead of after the directives end indicator: --- abc") fixes issue #304 *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))* | ||||
* | Added tag 0.16.1 for changeset 838437a06b40 | Anthon van der Neut | 2019-08-08 | 0 | -0/+0 |
| | |||||
* | allow '#' in tag URI, force use of new clib0.16.1 | Anthon van der Neut | 2019-08-08 | 7 | -142/+60 |
| | | | | | | | 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))* | ||||
* | Added tag 0.16.0 for changeset 9bad19a3c13e | Anthon van der Neut | 2019-07-25 | 0 | -0/+0 |
| | |||||
* | split off C library into separate package0.16.0 | Anthon van der Neut | 2019-07-25 | 26 | -43377/+77 |
| | |||||
* | typo | Anthon van der Neut | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Added tag 0.15.100 for changeset af9628b0d047 | Anthon van der Neut | 2019-07-17 | 0 | -0/+0 |
| | |||||
* | allow dump of deepcopied data from commented YAML0.15.100 | Anthon van der Neut | 2019-07-17 | 7 | -14/+42 |
| | | | | | | | 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))* | ||||
* | failing test for 295 | Anthon van der Neut | 2019-07-17 | 1 | -0/+26 |
| | |||||
* | Added tag 0.15.99 for changeset 25737c624a8c | Anthon van der Neut | 2019-07-12 | 0 | -0/+0 |
| | |||||
* | add py.typed to distribution0.15.99 | Anthon van der Neut | 2019-07-12 | 7 | -5/+40 |
| | |||||
* | Merged in ↵ | Ruamel/Anthon van der Neut | 2019-07-11 | 1 | -1/+1 |
|\ | | | | | | | mr-c/yaml-4/Michael-Crusoe/fix-httpsbitbucketorgruamelyamlissues281-1562835835892 (pull request #40) | ||||
| * | Fix ↵ | Michael Crusoe | 2019-07-11 | 1 | -1/+1 |
|/ | | | | https://bitbucket.org/ruamel/yaml/issues/281/repo-link-in-readme-is-non-specific | ||||
* | Added tag 0.15.98 for changeset c7006e510469 | Anthon van der Neut | 2019-07-09 | 0 | -0/+0 |
| | |||||
* | regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98 | Anthon van der Neut | 2019-07-09 | 6 | -18/+27 |
| | | | | fixes issue #296 | ||||
* | pass memo on to deepcopy | Anthon van der Neut | 2019-06-23 | 1 | -7/+8 |
| | |||||
* | Added tag 0.15.97 for changeset 6273eafdbcec | Anthon van der Neut | 2019-06-06 | 0 | -0/+0 |
| | |||||
* | regenerate ext/_ruamel_yaml.c with Cython version 0.29.100.15.97 | Anthon van der Neut | 2019-06-06 | 5 | -9/+33 |
| | | | | needed for Python 3.8.0b1 | ||||
* | regenerate ext/_ruamel_yaml.c using Cython version 0.29.9 | Anthon van der Neut | 2019-05-30 | 2 | -2120/+1655 |
| | | | | | | | | needed for Python 3.8.0a4 *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))* | ||||
* | Added tag 0.15.96 for changeset 572b7bdf491d | Anthon van der Neut | 2019-05-16 | 0 | -0/+0 |
| | |||||
* | indentation of comments after folded/lit scalars0.15.96 | Anthon van der Neut | 2019-05-16 | 7 | -40/+161 |
| | | | | | | | | 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))* | ||||
* | Added tag 0.15.95 for changeset b2827bd4175e | Anthon van der Neut | 2019-05-16 | 0 | -0/+0 |
| | |||||
* | fix comments on anchored nodes in block sequence0.15.95 | Anthon van der Neut | 2019-05-16 | 10 | -15/+77 |
| | | | | fixes issue #288 | ||||
* | Added tag 0.15.94 for changeset 3d30d3cf745c | Anthon van der Neut | 2019-04-23 | 0 | -0/+0 |
| | |||||
* | add line-break to EOF comment without one0.15.94 | Anthon van der Neut | 2019-04-23 | 6 | -5/+35 |
| | | | | | | | 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))* | ||||
* | Added tag 0.15.93 for changeset 81c296f3afb1 | Anthon van der Neut | 2019-04-21 | 0 | -0/+0 |
| |