summaryrefslogtreecommitdiff
path: root/comments.py
Commit message (Expand)AuthorAgeFilesLines
* fix issue: 453, 4470.17.24Anthon van der Neut2023-05-061-8/+25
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-4/+4
* repr of commentedmap simplifiedAnthon van der Neut2023-05-011-3/+3
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-325/+202
* fix mypy issues emitter.py0.17.19Anthon van der Neut2021-12-261-2/+2
* extract timestamp matching/creation to util.py0.17.17Anthon van der Neut2021-10-311-7/+8
* handle 397 with newline0.17.16Anthon van der Neut2021-08-281-5/+6
* fix issue 397 inserting comment when post key comment exists0.17.15Anthon van der Neut2021-08-281-0/+2
* fix issue with insert in merged-in dict0.17.14Anthon van der Neut2021-08-251-1/+6
* issue updating CommentedMap with dict introduced in 0.16.130.17.9Anthon van der Neut2021-06-101-1/+1
* fix for issue 3870.17.8Anthon van der Neut2021-06-091-5/+5
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-9/+16
* Fix type annotationsJochen Sprickerhof2021-05-301-1/+1
* fix for issue 3840.17.5Anthon van der Neut2021-05-301-11/+13
* * extend EOL token handlingAnthon van der Neut2021-05-061-17/+84
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-9/+25
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-8/+81
* remove python 2 specific codeAnthon van der Neut2021-03-091-75/+14
* fix #371Anthon van der Neut2021-03-051-1/+4
* corrections on update()Anthon van der Neut2020-09-221-5/+5
* fix issue 359Anthon van der Neut2020-09-221-7/+9
* 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