summaryrefslogtreecommitdiff
path: root/emitter.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-17/+33
* preserve value type, support pathlib.Path as streamAnthon van der Neut2017-05-291-2/+7
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-4/+1
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-2/+5
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-51/+119
* some changes for mypy --strictAnthon van der Neut2017-03-161-1/+1
* allow ':' in flow-style scalar when not followed by space0.13.11Anthon van der Neut2017-01-231-1/+1
* fix #93: extra empty line inserted on roundtrip0.13.10Anthon van der Neut2017-01-221-1/+0
* fix for issue #72, dot allowed in anchorAnthon van der Neut2016-11-131-3/+6
* round-trip sequence key elements0.12.14Anthon van der Neut2016-09-211-2/+5
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-9/+4
* allow "indent=2, block_seq_indent=2"0.11.10Anthon van der Neut2016-04-191-4/+12
* added top_level_colon_align/prefix_colon0.11.9Anthon van der Neut2016-04-141-10/+22
* fix encoding of comments0.11.7Anthon van der Neut2016-03-051-2/+2
* fix some commen indentation problems0.11.3Anthon van der Neut2016-02-271-2/+5
* implement indent for scalar list elementsAnthon van der Neut2016-02-271-2/+3
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-30/+28
* - introducing version support and differentiation for RoundTripLoader0.11.0Anthon van der Neut2016-02-181-6/+7
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-9/+20
* fix #20Anthon van der Neut2016-01-181-1/+2
* minor 3.x compatibility changes in helper script make_win_whl.pyAnthon van der Neut2016-01-081-0/+4
* Jython compatibilityAnthon van der Neut2015-10-081-3/+9
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+1237