summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix readme, xfail spec_6_260.17.22Anthon van der Neut2023-05-028-33/+54
|
* grammar/typosAnthon van der Neut2023-05-011-11/+11
|\
| * GrammarDick Visser2021-02-011-1/+1
| |
| * Typos and grammarDick Visser2021-02-012-12/+12
| |
* | Merge 449_secondary_tag_url_encAnthon van der Neut2023-05-014-4/+27
|\ \
| * | Fix secondary tag encoding. See #449449_secondary_tag_url_encJohn Stark2023-01-054-4/+27
| | | | | | | | | | | | | | | The second exclamation mark was getting url encoded, when it should be preserved. Added a regression test.
* | | repr of commentedmap simplifiedAnthon van der Neut2023-05-014-7/+11
| | |
* | | retrofitted 0.18 changesAnthon van der Neut2023-05-0174-3554/+2858
|/ /
* | update docAnthon van der Neut2022-03-3010-87/+66
| |
* | Preserve Octal format in YAML 1.1 docsJacob Floyd2022-03-072-2/+10
| |
* | Added tag 0.17.21 for changeset c887dfe19e2fAnthon van der Neut2022-02-120-0/+0
| |
* | bug in YAML.compose(Path(...)))0.17.21Anthon van der Neut2022-02-126-17/+20
| |
* | Added tag 0.17.20 for changeset 8fd327e249b4Anthon van der Neut2022-01-030-0/+0
| |
* | fix issue 414 dateime fraction >= 99999950.17.20Anthon van der Neut2022-01-039-29/+45
| |
* | Added tag 0.17.19 for changeset 1fa1bc2b408eAnthon van der Neut2021-12-260-0/+0
| |
* | fix mypy issues emitter.py0.17.19Anthon van der Neut2021-12-268-15/+23
| |
* | take from list of active branchesAnthon van der Neut2021-12-250-0/+0
| |
* | Added tag 0.17.18 for changeset d7242a168271Anthon van der Neut2021-12-240-0/+0
| |
* | fix indent for empty seq/map0.17.18Anthon van der Neut2021-12-248-25/+59
| |
* | fix in folded scalar, update ruamel.yaml.clib versionAnthon van der Neut2021-12-245-4/+9
| |
* | Added tag 0.17.17 for changeset 3feb83757f9cAnthon van der Neut2021-10-310-0/+0
| |
* | extract timestamp matching/creation to util.py0.17.17Anthon van der Neut2021-10-317-68/+87
| |
* | Added tag 0.17.16 for changeset c446ce20b4e5Anthon van der Neut2021-08-280-0/+0
| |
* | handle 397 with newline0.17.16Anthon van der Neut2021-08-285-9/+16
| |
* | Added tag 0.17.15 for changeset 619c54d398bfAnthon van der Neut2021-08-280-0/+0
| |
* | fix issue 397 inserting comment when post key comment exists0.17.15Anthon van der Neut2021-08-285-5/+15
| |
* | Added tag 0.17.14 for changeset b1ba34b632ebAnthon van der Neut2021-08-250-0/+0
| |
* | fix issue with insert in merged-in dict0.17.14Anthon van der Neut2021-08-255-6/+19
| |
* | Added tag 0.17.13 for changeset 98402839fd1bAnthon van der Neut2021-08-210-0/+0
| |
* | minor fix0.17.13Anthon van der Neut2021-08-215-5/+11
| |
* | Added tag 0.17.12 for changeset 7b39c91368c5Anthon van der Neut2021-08-210-0/+0
| |
* | fix for 3940.17.12Anthon van der Neut2021-08-215-6/+17
| | | | | | | | | | when the newly created object has the signature __attrs_attrs__ attribute initialisation is not done using update by by calling __init__()
* | fix for issue 393Anthon van der Neut2021-08-212-0/+23
| |
* | Added tag 0.17.11 for changeset a73e6ac42aafAnthon van der Neut2021-08-190-0/+0
| |
* | fix issues 389 and 3920.17.11Anthon van der Neut2021-08-198-22/+41
| |
* | Added tag 0.17.10 for changeset b5ca30ca7785Anthon van der Neut2021-06-240-0/+0
| |
* | old end-of-list comment can have five positions0.17.10Anthon van der Neut2021-06-245-6/+15
| |
* | Added tag 0.17.9 for changeset 58889c2d944dAnthon van der Neut2021-06-100-0/+0
| |
* | issue updating CommentedMap with dict introduced in 0.16.130.17.9Anthon van der Neut2021-06-105-6/+14
| |
* | Added tag 0.17.8 for changeset 33f00b1e0cfbAnthon van der Neut2021-06-090-0/+0
| |
* | fix for issue 3870.17.8Anthon van der Neut2021-06-0913-39/+58
| | | | | | | | | | tagged objects that have a templated (idNNN) anchor, did get the anchor added explicitly, resulting potentially in double anchors
* | Added tag 0.17.7 for changeset 1838279236c8Anthon van der Neut2021-05-310-0/+0
| |
* | same as issue 385 for other deprecated loaders.0.17.7Anthon van der Neut2021-05-315-4/+15
| |
* | Added tag 0.17.6 for changeset e1c74d1eccedAnthon van der Neut2021-05-310-0/+0
| |
* | fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-3121-113/+185
| |
* | Fix type annotationsJochen Sprickerhof2021-05-302-2/+2
| | | | | | | | column was added in fd2ef3 but it seems unused so not sure about the type.
* | Added tag 0.17.5 for changeset c297e855326aAnthon van der Neut2021-05-300-0/+0
| |
* | fix for issue 3840.17.5Anthon van der Neut2021-05-3015-93/+164
| | | | | | | | aliased scalars in !!set would not round trip with ?
* | * extend EOL token handlingAnthon van der Neut2021-05-067-107/+756
| | | | | | | | * extending comment
* | removed (object), prepare new RTScannerAnthon van der Neut2021-04-1920-90/+240
| |