| Commit message (Expand) | Author | Age | Files | Lines |
* | fix issue #242 cannot instantiate mapping with parameters | Anthon van der Neut | 2018-09-26 | 1 | -1/+1 |
* | fix #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70 | Anthon van der Neut | 2018-09-21 | 1 | -23/+27 |
* | revert CommentedMap to ordereddict subclass | Anthon van der Neut | 2018-09-21 | 1 | -95/+61 |
* | add key and reverse parameter to CommentedSeq.sort() | Anthon van der Neut | 2018-09-01 | 1 | -4/+8 |
* | allow debugging of CommentedSeq | Anthon van der Neut | 2018-08-18 | 1 | -0/+4 |
* | updates for mypy and remove print statements | Anthon van der Neut | 2018-08-18 | 1 | -7/+15 |
* | fix for 2.7, ruamel.ordereddict expects ordered input | Anthon van der Neut | 2018-08-17 | 1 | -1/+7 |
* | allow simple mappings as mapping keys | Anthon van der Neut | 2018-08-16 | 1 | -2/+90 |
* | fix issue #221 .__add__() and .sort() no longer available on CommentedSeq0.15.57 | Anthon van der Neut | 2018-08-15 | 1 | -0/+13 |
* | fix issue #176 CommentedSeq does not support slice assignment | Anthon van der Neut | 2018-08-14 | 1 | -5/+5 |
* | reimplement CommentedSeq to subclass MutableSequence instead of list | Anthon van der Neut | 2018-08-14 | 1 | -34/+53 |
* | fix issue #184 adding eol comment | Anthon van der Neut | 2018-08-13 | 1 | -1/+4 |
* | get rid of mypy error not MRO-ing subclass MutableSet + MutableMap | Anthon van der Neut | 2018-08-12 | 1 | -2/+18 |
* | fix issue #196 loosing items on cast to dict0.15.52 | Anthon van der Neut | 2018-08-09 | 1 | -39/+50 |
* | adding test for issue 196 | Anthon van der Neut | 2018-08-09 | 1 | -21/+20 |
* | fix issue #213 : CommentedMap.copy() incomplete result | Anthon van der Neut | 2018-08-08 | 1 | -0/+7 |
* | added context manager, mypy cleanup (w. Optional) added tests0.15.50 | Anthon van der Neut | 2018-08-05 | 1 | -2/+2 |
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -26/+54 |
* | flake8-bugbear | Anthon van der Neut | 2018-08-01 | 1 | -3/+3 |
* | Resolving issue #210 deprecation warning in python 3.7 | Anthon van der Neut | 2018-07-28 | 1 | -1/+5 |
* | re-added test to make sure C-Compiler is available0.15.41 | Anthon van der Neut | 2018-06-27 | 1 | -11/+11 |
* | Fix typos | Andrey Somov | 2018-05-21 | 1 | -1/+1 |
* | round-trip support for tagged scalars0.15.33 | Anthon van der Neut | 2017-08-31 | 1 | -0/+6 |
* | fix comment dumping0.15.31 | Anthon van der Neut | 2017-08-15 | 1 | -4/+6 |
* | issue #61: merge of merge cannot be __repr__-ed (reported by Tal Liron)0.15.28 | Anthon van der Neut | 2017-08-13 | 1 | -2/+2 |
* | fix issue #62: not allowing : or ? in flow style plain scalar0.15.27 | Anthon van der Neut | 2017-08-13 | 1 | -2/+3 |
* | fix lists within lists with comments | Anthon van der Neut | 2017-08-13 | 1 | -2/+3 |
* | fix issue #102: comment disappear after empty flow-style sequence | Anthon van der Neut | 2017-08-10 | 1 | -0/+20 |
* | more float stuff and mypy changes | Anthon van der Neut | 2017-08-06 | 1 | -0/+1 |
* | fix for issue #143: handling single excl mark tags0.15.22 | Anthon van der Neut | 2017-07-28 | 1 | -0/+3 |
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -6/+6 |
* | correct typing info on comment Token | Anthon van der Neut | 2017-06-27 | 1 | -1/+1 |
* | 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 |