| Commit message (Expand) | Author | Age | Files | Lines |
* | round-trip support for tagged scalars0.15.33 | Anthon van der Neut | 2017-08-31 | 1 | -0/+10 |
* | fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32 | Anthon van der Neut | 2017-08-21 | 2 | -1/+13 |
* | allow setting of yaml.default_flow_style = None in new API | Anthon van der Neut | 2017-08-21 | 1 | -1/+13 |
* | fix for '{"in":{},"out":{}}' no longer parsing, reported by mjalkio on so0.15.30 | Anthon van der Neut | 2017-08-14 | 2 | -3/+6 |
* | fix issue #51: separate indent levels for mappings and sequences0.15.29 | Anthon van der Neut | 2017-08-14 | 2 | -1/+90 |
* | issue #61: merge of merge cannot be __repr__-ed (reported by Tal Liron)0.15.28 | Anthon van der Neut | 2017-08-13 | 1 | -0/+26 |
* | fix issue #62: not allowing : or ? in flow style plain scalar0.15.27 | Anthon van der Neut | 2017-08-13 | 1 | -1/+44 |
* | fix lists within lists with comments | Anthon van der Neut | 2017-08-13 | 5 | -47/+74 |
* | fix issue #25: dropping comment between mapping key and value0.15.24 | Anthon van der Neut | 2017-08-09 | 2 | -6/+4 |
* | fix for indenting non-indented sequence after comment | Anthon van der Neut | 2017-08-09 | 1 | -3/+3 |
* | update tests | Anthon van der Neut | 2017-08-09 | 3 | -14/+56 |
* | more float stuff and mypy changes | Anthon van der Neut | 2017-08-06 | 2 | -5/+93 |
* | scalarfloat support | Anthon van der Neut | 2017-08-06 | 2 | -0/+106 |
* | no sexagesimal floats in 1.2 | Anthon van der Neut | 2017-08-05 | 1 | -16/+20 |
* | fix issue #144: integer overflow on 2.7 (reported by ccatterina)0.15.23 | Anthon van der Neut | 2017-08-01 | 1 | -0/+9 |
* | fix for issue #143: handling single excl mark tags0.15.22 | Anthon van der Neut | 2017-07-28 | 1 | -1/+17 |
* | fix https://stackoverflow.com/a/45281922/13079050.15.21 | Anthon van der Neut | 2017-07-25 | 2 | -1/+20 |
* | added register_class/yaml_object0.15.19 | Anthon van der Neut | 2017-07-13 | 3 | -0/+162 |
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 20 | -40/+101 |
* | Use selected Representer/Resolver with C dump0.15.15 | Anthon van der Neut | 2017-06-27 | 1 | -0/+13 |
* | fix issue #130: warning on duplicates in merge key mapping0.15.13 | Anthon van der Neut | 2017-06-24 | 1 | -0/+24 |
* | fix issue #130: regression in nested merges | Anthon van der Neut | 2017-06-24 | 1 | -0/+23 |
* | level zero literals, renamed plug-in, mypy updates | Anthon van der Neut | 2017-06-23 | 2 | -0/+111 |
* | fix issue #127: quotes for tagged scalars0.15.9 | Anthon van der Neut | 2017-06-16 | 1 | -1/+41 |
* | top-level folded/literal scalar col-00.15.6 | Anthon van der Neut | 2017-06-10 | 2 | -0/+165 |
* | rt set handling now checks for duplicate keys | Anthon van der Neut | 2017-06-09 | 1 | -0/+15 |
* | fix reset of scanner, reader, parser on multi-load0.15.5 | Anthon van der Neut | 2017-06-08 | 1 | -0/+8 |
* | added `transform` parameter to `dump`, to post-process output before writing0.15.4 | Anthon van der Neut | 2017-06-08 | 1 | -0/+63 |
* | error/warning on duplicate mapping keys0.15.1 | Anthon van der Neut | 2017-06-07 | 8 | -16/+54 |
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 4 | -1/+6 |
* | push new version0.14.11 | Anthon van der Neut | 2017-05-01 | 1 | -3/+3 |
* | fixes issue #103 | Anthon van der Neut | 2017-05-01 | 3 | -5/+142 |
* | fix problem in cdav/ooo.py safe-dumping with cyaml0.14.10 | Anthon van der Neut | 2017-04-26 | 1 | -0/+8 |
* | fix issue #115: preserve _ and leading 0s in integers0.14.7 | Anthon van der Neut | 2017-04-18 | 1 | -2/+59 |
* | fix issue 112: hexadecimal not preserved0.14.6 | Anthon van der Neut | 2017-04-14 | 2 | -2/+45 |
* | fix issue #109 and #110 | Anthon van der Neut | 2017-04-04 | 2 | -0/+73 |
* | No longer accept Oo52 as octal in version 1.1 mode0.14.3 | Anthon van der Neut | 2017-03-31 | 1 | -2/+2 |
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 3 | -0/+148 |
* | fix #99: no RT on block scalar + empty line + comment0.13.14 | Anthon van der Neut | 2017-02-12 | 1 | -0/+21 |
* | fix spurious comment line0.13.13 | Anthon van der Neut | 2017-01-28 | 1 | -0/+12 |
* | allow ':' in flow-style scalar when not followed by space0.13.11 | Anthon van der Neut | 2017-01-23 | 1 | -0/+13 |
* | fix #93: extra empty line inserted on roundtrip0.13.10 | Anthon van der Neut | 2017-01-22 | 1 | -0/+32 |
* | fix deepcopy of TimeStamp, fix #91: crash if no compiler0.13.8 | Anthon van der Neut | 2017-01-18 | 1 | -0/+9 |
* | fix 83: collections.OrderedDict (safe_) dump to !!omap (reported by Frazer Mc...0.13.6 | Anthon van der Neut | 2016-12-27 | 1 | -0/+20 |
* | fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5 | Anthon van der Neut | 2016-12-25 | 1 | -0/+118 |
* | addresses #25 comment after empty (null) values0.13.2 | Anthon van der Neut | 2016-11-28 | 2 | -1/+33 |
* | fix #6: non-safe load() now issues warning0.13.0 | Anthon van der Neut | 2016-11-20 | 1 | -24/+110 |
* | this should fix #75: continuing problems with numpy0.12.18 | Anthon van der Neut | 2016-11-16 | 1 | -0/+24 |
* | fix for issue #72, dot allowed in anchor | Anthon van der Neut | 2016-11-13 | 1 | -2/+32 |
* | Fix for issue #70 no preserve_quotes on _load_all0.12.15 | Anthon van der Neut | 2016-10-28 | 1 | -0/+15 |