summaryrefslogtreecommitdiff
path: root/scanner.py
Commit message (Expand)AuthorAgeFilesLines
...
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-1/+3
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-3/+1
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-1/+4
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-367/+411
* fix #99: no RT on block scalar + empty line + comment0.13.14Anthon van der Neut2017-02-121-8/+14
* fix spurious comment line0.13.13Anthon van der Neut2017-01-281-1/+0
* fix #96: RT indented mapping with empty line0.13.12Anthon van der Neut2017-01-281-4/+8
* allow ':' in flow-style scalar when not followed by space0.13.11Anthon van der Neut2017-01-231-4/+7
* fix for issue #72, dot allowed in anchorAnthon van der Neut2016-11-131-5/+8
* removed leftover print statement0.12.12Anthon van der Neut2016-09-061-2/+1
* fix for issue #58, endless loop in token scanningAnthon van der Neut2016-09-061-0/+4
* fix issue 54: space on empty lines break roundtrip0.12.7Anthon van der Neut2016-09-041-2/+25
* fix issue 36: gobbled empty lines in top-level mapping0.12.6Anthon van der Neut2016-09-031-0/+10
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-9/+3
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-3/+5
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-4/+2
* 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/+1655