| Commit message (Expand) | Author | Age | Files | Lines |
* | fix issue # 123: type annotations0.15.2 | Anthon van der Neut | 2017-06-07 | 1 | -2/+6 |
* | preserve value type, support pathlib.Path as stream | Anthon van der Neut | 2017-05-29 | 1 | -1/+22 |
* | fix __deepcopy__ class hardcoding in CommentedSeq and CommentedMap | Constantine Evans | 2017-05-08 | 1 | -2/+2 |
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -2/+1 |
* | fix issue #116: Text not available in 3.5.0/3.5.10.14.8 | Anthon van der Neut | 2017-04-19 | 1 | -1/+4 |
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 1 | -4/+4 |
* | some changes for mypy --strict | Anthon van der Neut | 2017-03-16 | 1 | -18/+134 |
* | fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5 | Anthon van der Neut | 2016-12-25 | 1 | -0/+26 |
* | addresses #25 comment after empty (null) values0.13.2 | Anthon van der Neut | 2016-11-28 | 1 | -1/+3 |
* | memory usage optimisations0.13.1 | Anthon van der Neut | 2016-11-22 | 1 | -14/+15 |
* | fix #6: non-safe load() now issues warning0.13.0 | Anthon van der Neut | 2016-11-20 | 1 | -1/+31 |
* | comments.py: Remove debug message | Jean-christophe Fillion-Robin | 2016-11-03 | 1 | -1/+0 |
* | round-trip sequence key elements0.12.14 | Anthon van der Neut | 2016-09-21 | 1 | -2/+45 |
* | removed print statement | Anthon van der Neut | 2016-09-15 | 1 | -1/+0 |
* | fix for issue #60, merges not printing correctly0.12.13 | Anthon van der Neut | 2016-09-15 | 1 | -0/+6 |
* | fix merge, iteration, reused anchors0.12.3 | Anthon van der Neut | 2016-08-18 | 1 | -13/+124 |
* | added .keys(), items(), values(), corrected __contains__ | Anthon van der Neut | 2016-08-17 | 1 | -2/+94 |
* | operator "in" for merged maps | Anthon van der Neut | 2016-08-17 | 1 | -0/+8 |
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -9/+4 |
* | allow insert in CommentedMap (Py3) and add comment0.11.11 | Anthon van der Neut | 2016-05-02 | 1 | -0/+8 |
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -3/+22 |
* | - added CommentedSeq insert and pop with moving comments0.10.23 | Anthon van der Neut | 2016-02-17 | 1 | -0/+17 |
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -3/+6 |
* | Jython compatibility | Anthon van der Neut | 2015-10-08 | 1 | -1/+7 |
* | Fix issue 9: return tuple from lc.item(idx) | Anthon van der Neut | 2015-09-14 | 1 | -1/+1 |
* | Fix issue 9 | Anthon van der Neut | 2015-09-14 | 1 | -0/+35 |
* | - main problem in moving stuff from yaml/py to yaml was that | Anthon van der Neut | 2015-08-28 | 1 | -0/+393 |