summaryrefslogtreecommitdiff
path: root/reader.py
Commit message (Expand)AuthorAgeFilesLines
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-8/+8
* top-level folded/literal scalar col-00.15.6Anthon van der Neut2017-06-101-0/+1
* fix reset of scanner, reader, parser on multi-load0.15.5Anthon van der Neut2017-06-081-1/+4
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-15/+27
* 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-2/+1
* reader.py:139 edited online with Bitbucketoit.tzhimmash2017-04-031-1/+1
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-3/+5
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-12/+28
* changes for mypyAnthon van der Neut2017-03-171-0/+4
* memory usage optimisations0.13.1Anthon van der Neut2016-11-221-5/+4
* rewrite of 32 bit support based on exception0.12.10Anthon van der Neut2016-09-051-3/+6
* 32 bit unicode not supported on MacOS, fixes issue #560.12.9Anthon van der Neut2016-09-051-8/+16
* ignore full range of specified characters0.12.8Anthon van der Neut2016-09-051-1/+6
* let NON_PRINTABLE RegEx match the spec????2016-09-051-1/+1
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-6/+2
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-2/+4
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-1/+0
* Jython compatibilityAnthon van der Neut2015-10-081-2/+7
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+207