summaryrefslogtreecommitdiff
path: root/comments.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5Anthon van der Neut2016-12-251-0/+26
* addresses #25 comment after empty (null) values0.13.2Anthon van der Neut2016-11-281-1/+3
* memory usage optimisations0.13.1Anthon van der Neut2016-11-221-14/+15
* fix #6: non-safe load() now issues warning0.13.0Anthon van der Neut2016-11-201-1/+31
* comments.py: Remove debug messageJean-christophe Fillion-Robin2016-11-031-1/+0
* round-trip sequence key elements0.12.14Anthon van der Neut2016-09-211-2/+45
* removed print statementAnthon van der Neut2016-09-151-1/+0
* fix for issue #60, merges not printing correctly0.12.13Anthon van der Neut2016-09-151-0/+6
* fix merge, iteration, reused anchors0.12.3Anthon van der Neut2016-08-181-13/+124
* added .keys(), items(), values(), corrected __contains__Anthon van der Neut2016-08-171-2/+94
* operator "in" for merged mapsAnthon van der Neut2016-08-171-0/+8
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-9/+4
* allow insert in CommentedMap (Py3) and add comment0.11.11Anthon van der Neut2016-05-021-0/+8
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-3/+22
* - added CommentedSeq insert and pop with moving comments0.10.23Anthon van der Neut2016-02-171-0/+17
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-3/+6
* Jython compatibilityAnthon van der Neut2015-10-081-1/+7
* Fix issue 9: return tuple from lc.item(idx)Anthon van der Neut2015-09-141-1/+1
* Fix issue 9Anthon van der Neut2015-09-141-0/+35
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+393