summaryrefslogtreecommitdiff
path: root/emitter.py
Commit message (Expand)AuthorAgeFilesLines
* udpate setup.py to workaround issue in setuptools0.16.11Anthon van der Neut2020-09-031-3/+3
* empty string mapping key preservationAnthon van der Neut2019-11-261-1/+2
* output of # in TAG directive0.16.4Anthon van der Neut2019-08-161-9/+12
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-2/+2
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-151-2/+8
* preserve directives, optional push root level scalar to own lineAnthon van der Neut2019-08-151-0/+4
* typoAnthon van der Neut2019-07-241-1/+1
* fix comments on anchored nodes in block sequence0.15.95Anthon van der Neut2019-05-161-2/+3
* fix issue #279 block sequence elements with flow mapping collapsed0.15.89Anthon van der Neut2019-02-271-0/+4
* fix issue #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-5/+5
* fix issue with roundtripping mappings keys that are aliases to scalar strings0.15.83Anthon van der Neut2019-01-021-2/+7
* preserve anchors on scalars, on tagged objects0.15.82Anthon van der Neut2018-12-281-2/+7
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-4/+7
* fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80Anthon van der Neut2018-11-261-5/+8
* fixes issue #254 single question mark not dumped with quotes0.15.75Anthon van der Neut2018-10-271-0/+2
* update for mypy, documentationAnthon van der Neut2018-10-161-1/+1
* add .compact() to set non-compacting for sequence/mapping within sequence0.15.73Anthon van der Neut2018-10-161-5/+15
* fix issue #249 irregular output on pre-comment and seq within seqAnthon van der Neut2018-10-161-8/+12
* fix issue #241 incorrect emit of literal scalars with indent indicationAnthon van der Neut2018-09-261-3/+4
* fix issue 236 newline without proper following indent on nested flow-style se...Anthon van der Neut2018-09-201-1/+1
* Stop explicitly-indented literals from stacking with flow-based indents.sixolet2018-09-111-4/+5
* add key and reverse parameter to CommentedSeq.sort()Anthon van der Neut2018-09-011-1/+1
* rt of doc with root literal and embedded directive/document endAnthon van der Neut2018-09-011-11/+34
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-301-14/+40
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-2/+6
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-4/+4
* allow simple mappings as mapping keysAnthon van der Neut2018-08-161-1/+4
* fix issue 102 now also for empty mappings with comments0.15.54Anthon van der Neut2018-08-131-4/+4
* fix issue #160 flow mapping in sequence with comment gobbling newline0.15.53Anthon van der Neut2018-08-121-1/+2
* fix issue #216: adding spaces when empty line and shrinking keyAnthon van der Neut2018-08-081-1/+5
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-6/+6
* mypy lagging again...Anthon van der Neut2018-08-051-2/+2
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-051-3/+9
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-155/+249
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-1/+1
* allow setting of yaml.default_flow_style = None in new APIAnthon van der Neut2017-08-211-1/+2
* fix comment dumping0.15.31Anthon van der Neut2017-08-151-5/+13
* fix issue #51: separate indent levels for mappings and sequences0.15.29Anthon van der Neut2017-08-141-20/+61
* fix issue #62: not allowing : or ? in flow style plain scalar0.15.27Anthon van der Neut2017-08-131-3/+16
* fix lists within lists with commentsAnthon van der Neut2017-08-131-2/+3
* fix for block sequences with non-commented elements0.15.26Anthon van der Neut2017-08-101-3/+6
* fix issue #102: comment disappear after empty flow-style sequenceAnthon van der Neut2017-08-101-1/+3
* fix issue #25: dropping comment between mapping key and value0.15.24Anthon van der Neut2017-08-091-3/+4
* fix for indenting non-indented sequence after commentAnthon van der Neut2017-08-091-8/+15
* python 2.7 changes float round-trippignAnthon van der Neut2017-08-071-1/+5
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-38/+37
* allow output of supplimentary unicode characters0.15.17Anthon van der Neut2017-07-031-1/+6
* level zero literals, renamed plug-in, mypy updatesAnthon van der Neut2017-06-231-2/+18
* fix issue #127: quotes for tagged scalars0.15.9Anthon van der Neut2017-06-161-1/+4
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-11/+11