summaryrefslogtreecommitdiff
path: root/comments.py
Commit message (Expand)AuthorAgeFilesLines
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-1/+1
* https://stackoverflow.com/a/58707111/1307905Anthon van der Neut2019-11-051-3/+5
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-6/+7
* regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98Anthon van der Neut2019-07-091-1/+0
* pass memo on to deepcopyAnthon van der Neut2019-06-231-7/+8
* fix update CommentedMap with list of tuples0.15.90Anthon van der Neut2019-04-041-1/+6
* fixes issue #269 CommentedMap.copy() not returning CommentedMap0.15.84Anthon van der Neut2019-01-071-2/+3
* preserve anchors on scalars, on tagged objects0.15.82Anthon van der Neut2018-12-281-3/+3
* work around issue 6112 in mypyAnthon van der Neut2018-12-281-7/+7
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-2/+2
* moved Anchor to own moduleAnthon van der Neut2018-10-291-14/+4
* fix issue #242 cannot instantiate mapping with parametersAnthon van der Neut2018-09-261-1/+1
* fix #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70Anthon van der Neut2018-09-211-23/+27
* revert CommentedMap to ordereddict subclassAnthon van der Neut2018-09-211-95/+61
* add key and reverse parameter to CommentedSeq.sort()Anthon van der Neut2018-09-011-4/+8
* allow debugging of CommentedSeqAnthon van der Neut2018-08-181-0/+4
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-7/+15
* fix for 2.7, ruamel.ordereddict expects ordered inputAnthon van der Neut2018-08-171-1/+7
* allow simple mappings as mapping keysAnthon van der Neut2018-08-161-2/+90
* fix issue #221 .__add__() and .sort() no longer available on CommentedSeq0.15.57Anthon van der Neut2018-08-151-0/+13
* fix issue #176 CommentedSeq does not support slice assignmentAnthon van der Neut2018-08-141-5/+5
* reimplement CommentedSeq to subclass MutableSequence instead of listAnthon van der Neut2018-08-141-34/+53
* fix issue #184 adding eol commentAnthon van der Neut2018-08-131-1/+4
* get rid of mypy error not MRO-ing subclass MutableSet + MutableMapAnthon van der Neut2018-08-121-2/+18
* fix issue #196 loosing items on cast to dict0.15.52Anthon van der Neut2018-08-091-39/+50
* adding test for issue 196Anthon van der Neut2018-08-091-21/+20
* fix issue #213 : CommentedMap.copy() incomplete resultAnthon van der Neut2018-08-081-0/+7
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-2/+2
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-26/+54
* flake8-bugbearAnthon van der Neut2018-08-011-3/+3
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-1/+5
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-11/+11
* Fix typosAndrey Somov2018-05-211-1/+1
* round-trip support for tagged scalars0.15.33Anthon van der Neut2017-08-311-0/+6
* fix comment dumping0.15.31Anthon van der Neut2017-08-151-4/+6
* issue #61: merge of merge cannot be __repr__-ed (reported by Tal Liron)0.15.28Anthon van der Neut2017-08-131-2/+2
* fix issue #62: not allowing : or ? in flow style plain scalar0.15.27Anthon van der Neut2017-08-131-2/+3
* fix lists within lists with commentsAnthon van der Neut2017-08-131-2/+3
* fix issue #102: comment disappear after empty flow-style sequenceAnthon van der Neut2017-08-101-0/+20
* more float stuff and mypy changesAnthon van der Neut2017-08-061-0/+1
* fix for issue #143: handling single excl mark tags0.15.22Anthon van der Neut2017-07-281-0/+3
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-6/+6
* correct typing info on comment TokenAnthon van der Neut2017-06-271-1/+1
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-2/+6
* preserve value type, support pathlib.Path as streamAnthon van der Neut2017-05-291-1/+22
* fix __deepcopy__ class hardcoding in CommentedSeq and CommentedMapConstantine Evans2017-05-081-2/+2
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-2/+1
* fix issue #116: Text not available in 3.5.0/3.5.10.14.8Anthon van der Neut2017-04-191-1/+4
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-4/+4
* some changes for mypy --strictAnthon van der Neut2017-03-161-18/+134