| Commit message (Expand) | Author | Age | Files | Lines |
* | remove support for 2.7, prepare for f-strings0.17.0 | Anthon van der Neut | 2021-03-26 | 1 | -2/+2 |
* | remove python 2 specific code | Anthon van der Neut | 2021-03-09 | 1 | -47/+48 |
* | output of # in TAG directive0.16.4 | Anthon van der Neut | 2019-08-16 | 1 | -1/+1 |
* | mypy, split contruct_object0.16.3 | Anthon van der Neut | 2019-08-15 | 1 | -5/+5 |
* | move YAML directive info to scanner for TAG parsing of 1.2 URI | Anthon van der Neut | 2019-08-15 | 1 | -1/+3 |
* | allow '#' in tag URI, force use of new clib0.16.1 | Anthon van der Neut | 2019-08-08 | 1 | -0/+1 |
* | indentation of comments after folded/lit scalars0.15.96 | Anthon van der Neut | 2019-05-16 | 1 | -3/+10 |
* | fix comments on anchored nodes in block sequence0.15.95 | Anthon van der Neut | 2019-05-16 | 1 | -1/+21 |
* | add line-break to EOF comment without one0.15.94 | Anthon van der Neut | 2019-04-23 | 1 | -0/+4 |
* | fix issue #280 namedtuple erorring in error generation on safe_dump | Anthon van der Neut | 2019-02-27 | 1 | -7/+7 |
* | fix issue #275 not parsing valid flow style mapping with value starting with... | Anthon van der Neut | 2019-01-08 | 1 | -1/+4 |
* | mypy and minor fix | Anthon van der Neut | 2018-09-09 | 1 | -5/+5 |
* | fix issue #234 safe_load inserting a fold indicator character0.15.66 | Anthon van der Neut | 2018-09-07 | 1 | -14/+9 |
* | roll out new version, with some fixes/enhancements0.15.65 | Anthon van der Neut | 2018-09-07 | 1 | -1/+1 |
* | Fix whitespace | sixolet | 2018-09-06 | 1 | -4/+4 |
* | Respond to comments on PR; leave errors for parser to find. | sixolet | 2018-09-06 | 1 | -9/+9 |
* | Change an unmatched closing bracket from an IndexError to a ScannerError. | sixolet | 2018-09-05 | 1 | -1/+5 |
* | caching indirected method call for minor speed improvements on reading, re #159 | Anthon van der Neut | 2018-09-01 | 1 | -131/+169 |
* | fix #158 folded scalars not roundtripping0.15.61 | Anthon van der Neut | 2018-08-23 | 1 | -1/+3 |
* | cleanup | Anthon van der Neut | 2018-08-21 | 1 | -4/+1 |
* | some minor speed ups through removal of indirection overhead, re #159 | Anthon van der Neut | 2018-08-20 | 1 | -7/+15 |
* | fix issue #219 breakage on single entry map as flow sequence element0.15.60 | Anthon van der Neut | 2018-08-18 | 1 | -1/+2 |
* | updates for mypy and remove print statements | Anthon van der Neut | 2018-08-18 | 1 | -1/+1 |
* | fix issue #220 error when running code with Python -O0.15.56 | Anthon van der Neut | 2018-08-15 | 1 | -1/+2 |
* | fix issue 102 now also for empty mappings with comments0.15.54 | Anthon van der Neut | 2018-08-13 | 1 | -15/+5 |
* | fix issue #172 compact JSON no longer parsing | Anthon van der Neut | 2018-08-12 | 1 | -10/+28 |
* | mypy lagging again... | Anthon van der Neut | 2018-08-05 | 1 | -3/+1 |
* | leading empty lines and comments on root level literal scalars not preserved0.15.49 | Anthon van der Neut | 2018-08-05 | 1 | -1/+10 |
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -302/+390 |
* | fixes issue #201: decoding Unicode | Anthon van der Neut | 2018-06-17 | 1 | -1/+1 |
* | fix for '{"in":{},"out":{}}' no longer parsing, reported by mjalkio on so0.15.30 | Anthon van der Neut | 2017-08-14 | 1 | -1/+1 |
* | fix lists within lists with comments | Anthon van der Neut | 2017-08-13 | 1 | -10/+27 |
* | fix for indenting non-indented sequence after comment | Anthon van der Neut | 2017-08-09 | 1 | -1/+1 |
* | remove debug statements | Anthon van der Neut | 2017-08-09 | 1 | -1/+1 |
* | python 2.7 changes float round-trippign | Anthon van der Neut | 2017-08-07 | 1 | -0/+1 |
* | added register_class/yaml_object0.15.19 | Anthon van der Neut | 2017-07-13 | 1 | -21/+30 |
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -36/+32 |
* | level zero literals, renamed plug-in, mypy updates | Anthon van der Neut | 2017-06-23 | 1 | -1/+1 |
* | top-level folded/literal scalar col-00.15.6 | Anthon van der Neut | 2017-06-10 | 1 | -2/+18 |
* | fix reset of scanner, reader, parser on multi-load0.15.5 | Anthon van der Neut | 2017-06-08 | 1 | -0/+2 |
* | fix issue # 123: type annotations0.15.2 | Anthon van der Neut | 2017-06-07 | 1 | -2/+2 |
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -1/+3 |
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -3/+1 |
* | fix issue 106, Text undefined in 3.5.10.14.1 | Anthon van der Neut | 2017-03-22 | 1 | -1/+4 |
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 1 | -367/+411 |
* | fix #99: no RT on block scalar + empty line + comment0.13.14 | Anthon van der Neut | 2017-02-12 | 1 | -8/+14 |
* | fix spurious comment line0.13.13 | Anthon van der Neut | 2017-01-28 | 1 | -1/+0 |
* | fix #96: RT indented mapping with empty line0.13.12 | Anthon van der Neut | 2017-01-28 | 1 | -4/+8 |
* | allow ':' in flow-style scalar when not followed by space0.13.11 | Anthon van der Neut | 2017-01-23 | 1 | -4/+7 |
* | fix for issue #72, dot allowed in anchor | Anthon van der Neut | 2016-11-13 | 1 | -5/+8 |