summaryrefslogtreecommitdiff
path: root/scalarstring.py
Commit message (Expand)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-27/+15
* fix for issue 3870.17.8Anthon van der Neut2021-06-091-4/+4
* remove python 2 specific codeAnthon van der Neut2021-03-091-10/+6
* fix #373Anthon van der Neut2021-03-051-2/+2
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-1/+2
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-18/+33
* fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80Anthon van der Neut2018-11-261-1/+1
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-1/+22
* mypy updateAnthon van der Neut2018-08-251-2/+2
* remove erroneous version from CHANGES, update use of LiteralScalarStringAnthon van der Neut2018-08-231-1/+3
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-5/+20
* update and extend walk_tree, cover with testAnthon van der Neut2018-08-201-8/+24
* fix issue #196 loosing items on cast to dict0.15.52Anthon van der Neut2018-08-091-1/+1
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-051-1/+1
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-3/+7
* fix issue #127: quotes for tagged scalars0.15.9Anthon van der Neut2017-06-161-0/+6
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-3/+1
* fix issue 112: hexadecimal not preserved0.14.6Anthon van der Neut2017-04-141-2/+1
* update type info on new methodAnthon van der Neut2017-04-041-0/+1
* fix issue #109 and #110Anthon van der Neut2017-04-041-0/+3
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-1/+4
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-5/+12
* memory usage optimisations0.13.1Anthon van der Neut2016-11-221-0/+8
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-5/+2
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-1/+12
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-0/+2
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-2/+1
* Jython compatibilityAnthon van der Neut2015-10-081-1/+5
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+44