Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes issue #201: decoding Unicode | Anthon van der Neut | 2018-06-17 | 1 | -1/+1 |
| | | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* | ||||
* | 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 |
| | | | | had to keep emit the comment and mark it for having been emitted, then reset on next run (as with maps) | ||||
* | fix for indenting non-indented sequence after comment | Anthon van der Neut | 2017-08-09 | 1 | -1/+1 |
| | | | | | | - solves several expected to fail and fixes two incorrect tests (test_09-Sammy Sosa & test_before_nested_seq_from_scratch) - still swaps foo and bar on test_issue_25_03 | ||||
* | 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 |
| | | | | mypy needed updating from 0.501 to 0.511, with may different warnings/errors then before | ||||
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -1/+3 |
| | | | | Some new tests are still required | ||||
* | 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 |
| | | | | Reported by Charles Bouchard-L?gar? | ||||
* | 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 |
| | | | | reported by Alex Harvey | ||||
* | 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 |
| | | | | | a comment from its original column - flake 8 | ||||
* | 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 |
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet |