summaryrefslogtreecommitdiff
path: root/_test/test_comments.py
Commit message (Expand)AuthorAgeFilesLines
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-1/+1
* repr of commentedmap simplifiedAnthon van der Neut2023-05-011-2/+2
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-72/+73
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-0/+8
* remove python 2 specific codeAnthon van der Neut2021-03-091-9/+7
* last release supporting 2.70.16.13Anthon van der Neut2021-03-051-2/+2
* oitnb formats all testsAnthon van der Neut2018-08-151-6/+9
* fix issue 102 now also for empty mappings with comments0.15.54Anthon van der Neut2018-08-131-1/+1
* undid miswrapping of testsAnthon van der Neut2018-08-051-245/+120
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-132/+269
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-3/+6
* fix regression caused by PR 270.15.42Anthon van der Neut2018-07-011-1/+1
* fix lists within lists with commentsAnthon van der Neut2017-08-131-0/+15
* fix issue #25: dropping comment between mapping key and value0.15.24Anthon van der Neut2017-08-091-3/+1
* fix for indenting non-indented sequence after commentAnthon van der Neut2017-08-091-3/+3
* update testsAnthon van der Neut2017-08-091-10/+18
* more float stuff and mypy changesAnthon van der Neut2017-08-061-0/+50
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-0/+1
* fix #99: no RT on block scalar + empty line + comment0.13.14Anthon van der Neut2017-02-121-0/+21
* fix spurious comment line0.13.13Anthon van der Neut2017-01-281-0/+12
* fix #93: extra empty line inserted on roundtrip0.13.10Anthon van der Neut2017-01-221-0/+32
* addresses #25 comment after empty (null) values0.13.2Anthon van der Neut2016-11-281-0/+32
* fix for issue #60, merges not printing correctly0.12.13Anthon van der Neut2016-09-151-0/+23
* fix for issue #58, endless loop in token scanningAnthon van der Neut2016-09-061-0/+23
* rewrite of 32 bit support based on exception0.12.10Anthon van der Neut2016-09-051-1/+1
* 32 bit unicode not supported on MacOS, fixes issue #560.12.9Anthon van der Neut2016-09-051-0/+2
* ignore full range of specified characters0.12.8Anthon van der Neut2016-09-051-1/+21
* fix issue 54: space on empty lines break roundtrip0.12.7Anthon van der Neut2016-09-041-0/+22
* fix issue 36: gobbled empty lines in top-level mapping0.12.6Anthon van der Neut2016-09-031-0/+79
* operator "in" for merged mapsAnthon van der Neut2016-08-171-0/+18
* allow insert in CommentedMap (Py3) and add comment0.11.11Anthon van der Neut2016-05-021-0/+49
* fix encoding of comments0.11.7Anthon van der Neut2016-03-051-1/+26
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-37/+21
* - added CommentedSeq insert and pop with moving comments0.10.23Anthon van der Neut2016-02-171-0/+134
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-3/+14
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-0/+271