summaryrefslogtreecommitdiff
path: root/representer.py
Commit message (Expand)AuthorAgeFilesLines
* Merge PR29, fixes issue #195Anthon van der Neut2018-06-131-1/+3
|\
| * Consider m_sign when calculating precisionRolf Wojtech2018-03-221-1/+1
| * Attempted fix for scientic notation parsingRolf Wojtech2018-03-211-1/+1
|/
* fix issue #157: CDumper not dumping floatsAnthon van der Neut2017-09-171-1/+1
* round-trip support for tagged scalars0.15.33Anthon van der Neut2017-08-311-2/+12
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-211-1/+1
* allow setting of yaml.default_flow_style = None in new APIAnthon van der Neut2017-08-211-2/+3
* fix issue #62: not allowing : or ? in flow style plain scalar0.15.27Anthon van der Neut2017-08-131-1/+1
* fix lists within lists with commentsAnthon van der Neut2017-08-131-0/+10
* fix issue #147: not able to dump floats0.15.25Anthon van der Neut2017-08-091-1/+1
* fix issue #25: dropping comment between mapping key and value0.15.24Anthon van der Neut2017-08-091-11/+10
* python 2.7 changes float round-trippignAnthon van der Neut2017-08-071-16/+16
* more float stuff and mypy changesAnthon van der Neut2017-08-061-20/+29
* scalarfloat supportAnthon van der Neut2017-08-061-8/+77
* yaml.boolean_representation = [u'False', u'True']Anthon van der Neut2017-08-051-4/+7
* fix for issue #143: handling single excl mark tags0.15.22Anthon van der Neut2017-07-281-3/+4
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-8/+11
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-3/+3
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-0/+2
* fix problem in cdav/ooo.py safe-dumping with cyaml0.14.10Anthon van der Neut2017-04-261-1/+4
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-1/+1
* fix issue #116: Text not available in 3.5.0/3.5.10.14.8Anthon van der Neut2017-04-191-1/+3
* fix issue #115: preserve _ and leading 0s in integers0.14.7Anthon van der Neut2017-04-181-8/+56
* fix issue 112: hexadecimal not preserved0.14.6Anthon van der Neut2017-04-141-1/+35
* fix issue #109 and #110Anthon van der Neut2017-04-041-2/+4
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-32/+90
* fix 83: collections.OrderedDict (safe_) dump to !!omap (reported by Frazer Mc...0.13.6Anthon van der Neut2016-12-271-0/+5
* this should fix #75: continuing problems with numpy0.12.18Anthon van der Neut2016-11-161-1/+1
* fix for issue #72, dot allowed in anchorAnthon van der Neut2016-11-131-1/+1
* Fix for issue #70 no preserve_quotes on _load_all0.12.15Anthon van der Neut2016-10-281-0/+1
* round-trip sequence key elements0.12.14Anthon van der Neut2016-09-211-2/+8
* fix issue 45: preserve datetime 'T' + timezoneAnthon van der Neut2016-08-201-0/+16
* added .keys(), items(), values(), corrected __contains__Anthon van der Neut2016-08-171-2/+6
* addition type info to satisfy schema_salad0.12.1Anthon van der Neut2016-08-161-0/+2
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-20/+11
* fix for issue 410.11.15Anthon van der Neut2016-08-071-1/+4
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-0/+24
* fix issue when creating from scratchAnthon van der Neut2016-04-131-1/+4
* 1.2 version on round_trip_output (Yes/No/On/Off non-quoted)0.11.8Anthon van der Neut2016-04-071-1/+1
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-3/+17
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-13/+11
* Test and fix for #22, collections.OrderedDict could not0.10.16Anthon van der Neut2016-01-221-3/+7
* Jython compatibilityAnthon van der Neut2015-10-081-6/+19
* Fix Issue 11, double dump lost commentsAnthon van der Neut2015-09-141-0/+21
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+808