| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | some changes for mypy --strict | Anthon van der Neut | 2017-03-16 | 1 | -1/+1 |
* | allow ':' in flow-style scalar when not followed by space0.13.11 | Anthon van der Neut | 2017-01-23 | 1 | -1/+1 |
* | fix #93: extra empty line inserted on roundtrip0.13.10 | Anthon van der Neut | 2017-01-22 | 1 | -1/+0 |
* | fix for issue #72, dot allowed in anchor | Anthon van der Neut | 2016-11-13 | 1 | -3/+6 |
* | round-trip sequence key elements0.12.14 | Anthon van der Neut | 2016-09-21 | 1 | -2/+5 |
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -9/+4 |
* | allow "indent=2, block_seq_indent=2"0.11.10 | Anthon van der Neut | 2016-04-19 | 1 | -4/+12 |
* | added top_level_colon_align/prefix_colon0.11.9 | Anthon van der Neut | 2016-04-14 | 1 | -10/+22 |
* | fix encoding of comments0.11.7 | Anthon van der Neut | 2016-03-05 | 1 | -2/+2 |
* | fix some commen indentation problems0.11.3 | Anthon van der Neut | 2016-02-27 | 1 | -2/+5 |
* | implement indent for scalar list elements | Anthon van der Neut | 2016-02-27 | 1 | -2/+3 |
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -30/+28 |
* | - introducing version support and differentiation for RoundTripLoader0.11.0 | Anthon van der Neut | 2016-02-18 | 1 | -6/+7 |
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -9/+20 |
* | fix #20 | Anthon van der Neut | 2016-01-18 | 1 | -1/+2 |
* | minor 3.x compatibility changes in helper script make_win_whl.py | Anthon van der Neut | 2016-01-08 | 1 | -0/+4 |
* | Jython compatibility | Anthon van der Neut | 2015-10-08 | 1 | -3/+9 |
* | - main problem in moving stuff from yaml/py to yaml was that | Anthon van der Neut | 2015-08-28 | 1 | -0/+1237 |