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