summaryrefslogtreecommitdiff
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-5/+5
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-151-1/+2
* preserve directives, optional push root level scalar to own lineAnthon van der Neut2019-08-151-0/+5
* fix indexing error on empty list for merge-key position0.15.87Anthon van der Neut2019-01-221-1/+1
* work around issue 6112 in mypyAnthon van der Neut2018-12-281-3/+3
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-8/+8
* update for mypy, documentationAnthon van der Neut2018-10-161-0/+1
* add .compact() to set non-compacting for sequence/mapping within sequence0.15.73Anthon van der Neut2018-10-161-0/+10
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-061-4/+4
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-301-0/+3
* mypy updateAnthon van der Neut2018-08-251-9/+9
* cleanupAnthon van der Neut2018-08-211-2/+2
* some minor speed ups through removal of indirection overhead, re #159Anthon van der Neut2018-08-201-8/+10
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-5/+5
* fix issue 102 now also for empty mappings with comments0.15.54Anthon van der Neut2018-08-131-5/+5
* fix issue #172 compact JSON no longer parsingAnthon van der Neut2018-08-121-1/+16
* fix issue #161 doubling comment on empty valueAnthon van der Neut2018-08-121-0/+21
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-35/+68
* initial contextmanager dumpingAnthon van der Neut2018-08-051-4/+147
* Fixes issue #215, adding Union[Path, StreamType]Anthon van der Neut2018-08-051-4/+8
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-179/+361
* load_all: remove StopIterationZachary Buhman2018-07-241-1/+1
* resolves issue #186: facilitate register_class as decoratorAnthon van der Neut2018-07-121-1/+2
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-1/+1
* fixes Windows ImportErrorNuno André2018-01-051-1/+1
* allow None stream if transforming0.15.35Anthon van der Neut2017-12-031-1/+4
* fix issue #154: indent on non-pure dumping not workingAnthon van der Neut2017-09-011-0/+1
* allow setting of yaml.default_flow_style = None in new APIAnthon van der Neut2017-08-211-1/+3
* fix issue #51: separate indent levels for mappings and sequences0.15.29Anthon van der Neut2017-08-141-6/+47
* more float stuff and mypy changesAnthon van der Neut2017-08-061-2/+2
* fix https://stackoverflow.com/a/45281922/13079050.15.21Anthon van der Neut2017-07-251-4/+13
* mypy updateAnthon van der Neut2017-07-151-0/+7
* added register_class/yaml_object0.15.19Anthon van der Neut2017-07-131-1/+55
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-1/+2
* added pure to YAML0.15.18Anthon van der Neut2017-07-041-1/+1
* minor doc improvements0.15.16Anthon van der Neut2017-07-011-1/+0
* Use selected Representer/Resolver with C dump0.15.15Anthon van der Neut2017-06-271-3/+4
* level zero literals, renamed plug-in, mypy updatesAnthon van der Neut2017-06-231-8/+9
* add plug-in mechanism for load/dump pre resp. post-processing0.15.7Anthon van der Neut2017-06-141-1/+25
* top-level folded/literal scalar col-00.15.6Anthon van der Neut2017-06-101-0/+1
* fix reset of scanner, reader, parser on multi-load0.15.5Anthon van der Neut2017-06-081-0/+16
* added `transform` parameter to `dump`, to post-process output before writing0.15.4Anthon van der Neut2017-06-081-12/+14
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-7/+7
* error/warning on duplicate mapping keys0.15.1Anthon van der Neut2017-06-071-2/+5
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-0/+380
* fix problem in cdav/ooo.py safe-dumping with cyaml0.14.10Anthon van der Neut2017-04-261-3/+15
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-4/+2
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-3/+4
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-66/+175
* changes for mypyAnthon van der Neut2017-03-171-5/+31