Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -17/+33 | |
| | | | | Some new tests are still required | |||||
* | 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 | |
| | | | | Reported by Charles Bouchard-L?gar? | |||||
* | 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 | |
| | | | | This happened only on comments between indented sequence elements | |||||
* | 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 | |
| | | | | | | | | | | | - scalars now follow the indent value in block sequences - there is an extra keyword parameter block_seq_indent that allows you to push the dash inward within the indent space (indent=4, block_seq_indent=2) x: - b: 1 - 2 | |||||
* | 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 | |
| | | | | | | 1.2 no longer interprets sexagesimals, octals wihtout 0o, Yes/No/On/Off by default - added round_trip_load/round_trip_load_all | |||||
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -9/+20 | |
| | | | | | a comment from its original column - flake 8 | |||||
* | 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 | |
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet |