summaryrefslogtreecommitdiff
path: root/scanner.py
Commit message (Expand)AuthorAgeFilesLines
* output of # in TAG directive0.16.4Anthon van der Neut2019-08-161-1/+1
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-5/+5
* move YAML directive info to scanner for TAG parsing of 1.2 URIAnthon van der Neut2019-08-151-1/+3
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-081-0/+1
* indentation of comments after folded/lit scalars0.15.96Anthon van der Neut2019-05-161-3/+10
* fix comments on anchored nodes in block sequence0.15.95Anthon van der Neut2019-05-161-1/+21
* add line-break to EOF comment without one0.15.94Anthon van der Neut2019-04-231-0/+4
* fix issue #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-7/+7
* fix issue #275 not parsing valid flow style mapping with value starting with...Anthon van der Neut2019-01-081-1/+4
* mypy and minor fixAnthon van der Neut2018-09-091-5/+5
* fix issue #234 safe_load inserting a fold indicator character0.15.66Anthon van der Neut2018-09-071-14/+9
* roll out new version, with some fixes/enhancements0.15.65Anthon van der Neut2018-09-071-1/+1
* Fix whitespacesixolet2018-09-061-4/+4
* Respond to comments on PR; leave errors for parser to find.sixolet2018-09-061-9/+9
* Change an unmatched closing bracket from an IndexError to a ScannerError.sixolet2018-09-051-1/+5
* caching indirected method call for minor speed improvements on reading, re #159Anthon van der Neut2018-09-011-131/+169
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-1/+3
* cleanupAnthon van der Neut2018-08-211-4/+1
* some minor speed ups through removal of indirection overhead, re #159Anthon van der Neut2018-08-201-7/+15
* fix issue #219 breakage on single entry map as flow sequence element0.15.60Anthon van der Neut2018-08-181-1/+2
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-1/+1
* fix issue #220 error when running code with Python -O0.15.56Anthon van der Neut2018-08-151-1/+2
* fix issue 102 now also for empty mappings with comments0.15.54Anthon van der Neut2018-08-131-15/+5
* fix issue #172 compact JSON no longer parsingAnthon van der Neut2018-08-121-10/+28
* mypy lagging again...Anthon van der Neut2018-08-051-3/+1
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-051-1/+10
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-302/+390
* fixes issue #201: decoding UnicodeAnthon van der Neut2018-06-171-1/+1
* fix for '{"in":{},"out":{}}' no longer parsing, reported by mjalkio on so0.15.30Anthon van der Neut2017-08-141-1/+1
* fix lists within lists with commentsAnthon van der Neut2017-08-131-10/+27
* fix for indenting non-indented sequence after commentAnthon van der Neut2017-08-091-1/+1
* remove debug statementsAnthon van der Neut2017-08-091-1/+1
* python 2.7 changes float round-trippignAnthon van der Neut2017-08-071-0/+1
* added register_class/yaml_object0.15.19Anthon van der Neut2017-07-131-21/+30
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-36/+32
* level zero literals, renamed plug-in, mypy updatesAnthon van der Neut2017-06-231-1/+1
* top-level folded/literal scalar col-00.15.6Anthon van der Neut2017-06-101-2/+18
* fix reset of scanner, reader, parser on multi-load0.15.5Anthon van der Neut2017-06-081-0/+2
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-2/+2
* 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