| Commit message (Expand) | Author | Age | Files | Lines |
* | preserve directives, optional push root level scalar to own line | Anthon van der Neut | 2019-08-15 | 1 | -0/+4 |
* | typo | Anthon van der Neut | 2019-07-24 | 1 | -1/+1 |
* | fix comments on anchored nodes in block sequence0.15.95 | Anthon van der Neut | 2019-05-16 | 1 | -2/+3 |
* | fix issue #279 block sequence elements with flow mapping collapsed0.15.89 | Anthon van der Neut | 2019-02-27 | 1 | -0/+4 |
* | fix issue #280 namedtuple erorring in error generation on safe_dump | Anthon van der Neut | 2019-02-27 | 1 | -5/+5 |
* | fix issue with roundtripping mappings keys that are aliases to scalar strings0.15.83 | Anthon van der Neut | 2019-01-02 | 1 | -2/+7 |
* | preserve anchors on scalars, on tagged objects0.15.82 | Anthon van der Neut | 2018-12-28 | 1 | -2/+7 |
* | roundtrip anchors/aliases on str, int, float | Anthon van der Neut | 2018-12-27 | 1 | -4/+7 |
* | fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80 | Anthon van der Neut | 2018-11-26 | 1 | -5/+8 |
* | fixes issue #254 single question mark not dumped with quotes0.15.75 | Anthon van der Neut | 2018-10-27 | 1 | -0/+2 |
* | update for mypy, documentation | Anthon van der Neut | 2018-10-16 | 1 | -1/+1 |
* | add .compact() to set non-compacting for sequence/mapping within sequence0.15.73 | Anthon van der Neut | 2018-10-16 | 1 | -5/+15 |
* | fix issue #249 irregular output on pre-comment and seq within seq | Anthon van der Neut | 2018-10-16 | 1 | -8/+12 |
* | fix issue #241 incorrect emit of literal scalars with indent indication | Anthon van der Neut | 2018-09-26 | 1 | -3/+4 |
* | fix issue 236 newline without proper following indent on nested flow-style se... | Anthon van der Neut | 2018-09-20 | 1 | -1/+1 |
* | Stop explicitly-indented literals from stacking with flow-based indents. | sixolet | 2018-09-11 | 1 | -4/+5 |
* | add key and reverse parameter to CommentedSeq.sort() | Anthon van der Neut | 2018-09-01 | 1 | -1/+1 |
* | rt of doc with root literal and embedded directive/document end | Anthon van der Neut | 2018-09-01 | 1 | -11/+34 |
* | default to non-braced single item mappings in flow sequences0.15.64 | Anthon van der Neut | 2018-08-30 | 1 | -14/+40 |
* | fix #158 folded scalars not roundtripping0.15.61 | Anthon van der Neut | 2018-08-23 | 1 | -2/+6 |
* | updates for mypy and remove print statements | Anthon van der Neut | 2018-08-18 | 1 | -4/+4 |
* | allow simple mappings as mapping keys | Anthon van der Neut | 2018-08-16 | 1 | -1/+4 |
* | fix issue 102 now also for empty mappings with comments0.15.54 | Anthon van der Neut | 2018-08-13 | 1 | -4/+4 |
* | fix issue #160 flow mapping in sequence with comment gobbling newline0.15.53 | Anthon van der Neut | 2018-08-12 | 1 | -1/+2 |
* | fix issue #216: adding spaces when empty line and shrinking key | Anthon van der Neut | 2018-08-08 | 1 | -1/+5 |
* | added context manager, mypy cleanup (w. Optional) added tests0.15.50 | Anthon van der Neut | 2018-08-05 | 1 | -6/+6 |
* | mypy lagging again... | Anthon van der Neut | 2018-08-05 | 1 | -2/+2 |
* | leading empty lines and comments on root level literal scalars not preserved0.15.49 | Anthon van der Neut | 2018-08-05 | 1 | -3/+9 |
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -155/+249 |
* | re-added test to make sure C-Compiler is available0.15.41 | Anthon van der Neut | 2018-06-27 | 1 | -1/+1 |
* | allow setting of yaml.default_flow_style = None in new API | Anthon van der Neut | 2017-08-21 | 1 | -1/+2 |
* | fix comment dumping0.15.31 | Anthon van der Neut | 2017-08-15 | 1 | -5/+13 |
* | fix issue #51: separate indent levels for mappings and sequences0.15.29 | Anthon van der Neut | 2017-08-14 | 1 | -20/+61 |
* | fix issue #62: not allowing : or ? in flow style plain scalar0.15.27 | Anthon van der Neut | 2017-08-13 | 1 | -3/+16 |
* | fix lists within lists with comments | Anthon van der Neut | 2017-08-13 | 1 | -2/+3 |
* | fix for block sequences with non-commented elements0.15.26 | Anthon van der Neut | 2017-08-10 | 1 | -3/+6 |
* | fix issue #102: comment disappear after empty flow-style sequence | Anthon van der Neut | 2017-08-10 | 1 | -1/+3 |
* | fix issue #25: dropping comment between mapping key and value0.15.24 | Anthon van der Neut | 2017-08-09 | 1 | -3/+4 |
* | fix for indenting non-indented sequence after comment | Anthon van der Neut | 2017-08-09 | 1 | -8/+15 |
* | python 2.7 changes float round-trippign | Anthon van der Neut | 2017-08-07 | 1 | -1/+5 |
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -38/+37 |
* | allow output of supplimentary unicode characters0.15.17 | Anthon van der Neut | 2017-07-03 | 1 | -1/+6 |
* | level zero literals, renamed plug-in, mypy updates | Anthon van der Neut | 2017-06-23 | 1 | -2/+18 |
* | fix issue #127: quotes for tagged scalars0.15.9 | Anthon van der Neut | 2017-06-16 | 1 | -1/+4 |
* | fix issue # 123: type annotations0.15.2 | Anthon van der Neut | 2017-06-07 | 1 | -11/+11 |
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -17/+33 |
* | preserve value type, support pathlib.Path as stream | Anthon van der Neut | 2017-05-29 | 1 | -2/+7 |
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -4/+1 |
* | fix issue 106, Text undefined in 3.5.10.14.1 | Anthon van der Neut | 2017-03-22 | 1 | -2/+5 |
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 1 | -51/+119 |