| Commit message (Expand) | Author | Age | Files | Lines |
* | fix issue #229 enable round-trip of floats without number before the dot | Anthon van der Neut | 2018-08-30 | 1 | -2/+2 |
* | allow round trip of tagged sequences | Anthon van der Neut | 2018-08-30 | 1 | -0/+15 |
* | fix #158 folded scalars not roundtripping0.15.61 | Anthon van der Neut | 2018-08-23 | 1 | -4/+23 |
* | updates for mypy and remove print statements | Anthon van der Neut | 2018-08-18 | 1 | -1/+0 |
* | allow simple mappings as mapping keys | Anthon van der Neut | 2018-08-16 | 1 | -0/+4 |
* | fix issue #124: incorrect tags for class methods | Anthon van der Neut | 2018-08-08 | 1 | -1/+5 |
* | added context manager, mypy cleanup (w. Optional) added tests0.15.50 | Anthon van der Neut | 2018-08-05 | 1 | -2/+2 |
* | leading empty lines and comments on root level literal scalars not preserved0.15.49 | Anthon van der Neut | 2018-08-05 | 1 | -1/+6 |
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -168/+147 |
* | Merge PR29, fixes issue #195 | Anthon van der Neut | 2018-06-13 | 1 | -1/+3 |
|\ |
|
| * | Consider m_sign when calculating precision | Rolf Wojtech | 2018-03-22 | 1 | -1/+1 |
| * | Attempted fix for scientic notation parsing | Rolf Wojtech | 2018-03-21 | 1 | -1/+1 |
|/ |
|
* | fix issue #157: CDumper not dumping floats | Anthon van der Neut | 2017-09-17 | 1 | -1/+1 |
* | round-trip support for tagged scalars0.15.33 | Anthon van der Neut | 2017-08-31 | 1 | -2/+12 |
* | fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32 | Anthon van der Neut | 2017-08-21 | 1 | -1/+1 |
* | allow setting of yaml.default_flow_style = None in new API | Anthon van der Neut | 2017-08-21 | 1 | -2/+3 |
* | fix issue #62: not allowing : or ? in flow style plain scalar0.15.27 | Anthon van der Neut | 2017-08-13 | 1 | -1/+1 |
* | fix lists within lists with comments | Anthon van der Neut | 2017-08-13 | 1 | -0/+10 |
* | fix issue #147: not able to dump floats0.15.25 | Anthon van der Neut | 2017-08-09 | 1 | -1/+1 |
* | fix issue #25: dropping comment between mapping key and value0.15.24 | Anthon van der Neut | 2017-08-09 | 1 | -11/+10 |
* | python 2.7 changes float round-trippign | Anthon van der Neut | 2017-08-07 | 1 | -16/+16 |
* | more float stuff and mypy changes | Anthon van der Neut | 2017-08-06 | 1 | -20/+29 |
* | scalarfloat support | Anthon van der Neut | 2017-08-06 | 1 | -8/+77 |
* | yaml.boolean_representation = [u'False', u'True'] | Anthon van der Neut | 2017-08-05 | 1 | -4/+7 |
* | fix for issue #143: handling single excl mark tags0.15.22 | Anthon van der Neut | 2017-07-28 | 1 | -3/+4 |
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -8/+11 |
* | fix issue # 123: type annotations0.15.2 | Anthon van der Neut | 2017-06-07 | 1 | -3/+3 |
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -0/+2 |
* | fix problem in cdav/ooo.py safe-dumping with cyaml0.14.10 | Anthon van der Neut | 2017-04-26 | 1 | -1/+4 |
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -1/+1 |
* | fix issue #116: Text not available in 3.5.0/3.5.10.14.8 | Anthon van der Neut | 2017-04-19 | 1 | -1/+3 |
* | fix issue #115: preserve _ and leading 0s in integers0.14.7 | Anthon van der Neut | 2017-04-18 | 1 | -8/+56 |
* | fix issue 112: hexadecimal not preserved0.14.6 | Anthon van der Neut | 2017-04-14 | 1 | -1/+35 |
* | fix issue #109 and #110 | Anthon van der Neut | 2017-04-04 | 1 | -2/+4 |
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 1 | -32/+90 |
* | fix 83: collections.OrderedDict (safe_) dump to !!omap (reported by Frazer Mc...0.13.6 | Anthon van der Neut | 2016-12-27 | 1 | -0/+5 |
* | this should fix #75: continuing problems with numpy0.12.18 | Anthon van der Neut | 2016-11-16 | 1 | -1/+1 |
* | fix for issue #72, dot allowed in anchor | Anthon van der Neut | 2016-11-13 | 1 | -1/+1 |
* | Fix for issue #70 no preserve_quotes on _load_all0.12.15 | Anthon van der Neut | 2016-10-28 | 1 | -0/+1 |
* | round-trip sequence key elements0.12.14 | Anthon van der Neut | 2016-09-21 | 1 | -2/+8 |
* | fix issue 45: preserve datetime 'T' + timezone | Anthon van der Neut | 2016-08-20 | 1 | -0/+16 |
* | added .keys(), items(), values(), corrected __contains__ | Anthon van der Neut | 2016-08-17 | 1 | -2/+6 |
* | addition type info to satisfy schema_salad0.12.1 | Anthon van der Neut | 2016-08-16 | 1 | -0/+2 |
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -20/+11 |
* | fix for issue 410.11.15 | Anthon van der Neut | 2016-08-07 | 1 | -1/+4 |
* | added optional preservation of quotes around scalars | Anthon van der Neut | 2016-07-06 | 1 | -0/+24 |
* | fix issue when creating from scratch | Anthon van der Neut | 2016-04-13 | 1 | -1/+4 |
* | 1.2 version on round_trip_output (Yes/No/On/Off non-quoted)0.11.8 | Anthon van der Neut | 2016-04-07 | 1 | -1/+1 |
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -3/+17 |
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -13/+11 |