summaryrefslogtreecommitdiff
path: root/cyaml.py
Commit message (Expand)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-66/+78
* remove python 2 specific codeAnthon van der Neut2021-03-091-2/+0
* work around issue 6112 in mypyAnthon van der Neut2018-12-281-1/+1
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-7/+7
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-54/+120
* more float stuff and mypy changesAnthon van der Neut2017-08-061-1/+1
* fix https://stackoverflow.com/a/45281922/13079050.15.21Anthon van der Neut2017-07-251-0/+1
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-2/+1
* fix problem in cdav/ooo.py safe-dumping with cyaml0.14.10Anthon van der Neut2017-04-261-0/+3
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-4/+1
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-2/+5
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-15/+40
* missing keyword parms, issue 44Anthon van der Neut2016-08-191-2/+2
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-15/+12
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-1/+1
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-3/+5
* - introducing version support and differentiation for RoundTripLoader0.11.0Anthon van der Neut2016-02-181-3/+3
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-8/+8
* Jython compatibilityAnthon van der Neut2015-10-081-6/+10
* renamed cython module to _ruamel_yaml fixing issue #10Anthon van der Neut2015-09-131-1/+1
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+88