| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | removed leftover print statement0.12.12 | Anthon van der Neut | 2016-09-06 | 1 | -2/+1 |
* | fix for issue #58, endless loop in token scanning | Anthon van der Neut | 2016-09-06 | 1 | -0/+4 |
* | fix issue 54: space on empty lines break roundtrip0.12.7 | Anthon van der Neut | 2016-09-04 | 1 | -2/+25 |
* | fix issue 36: gobbled empty lines in top-level mapping0.12.6 | Anthon van der Neut | 2016-09-03 | 1 | -0/+10 |
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -9/+3 |
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -3/+5 |
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -4/+2 |
* | 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/+1655 |