Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | default to non-braced single item mappings in flow sequences0.15.64 | Anthon van der Neut | 2018-08-30 | 1 | -0/+3 |
| | |||||
* | mypy update | Anthon van der Neut | 2018-08-25 | 1 | -9/+9 |
| | |||||
* | cleanup | Anthon van der Neut | 2018-08-21 | 1 | -2/+2 |
| | |||||
* | some minor speed ups through removal of indirection overhead, re #159 | Anthon van der Neut | 2018-08-20 | 1 | -8/+10 |
| | |||||
* | updates for mypy and remove print statements | Anthon van der Neut | 2018-08-18 | 1 | -5/+5 |
| | |||||
* | fix issue 102 now also for empty mappings with comments0.15.54 | Anthon van der Neut | 2018-08-13 | 1 | -5/+5 |
| | | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* | ||||
* | fix issue #172 compact JSON no longer parsing | Anthon van der Neut | 2018-08-12 | 1 | -1/+16 |
| | | | | | | | | | | This was quite intrusive, because loosing the tests surrounding the colon made flow style lists with ::vector as key fail. Had to keept track of whether in a flow-style mapping or sequence to get this solved *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* | ||||
* | fix issue #161 doubling comment on empty value | Anthon van der Neut | 2018-08-12 | 1 | -0/+21 |
| | |||||
* | added context manager, mypy cleanup (w. Optional) added tests0.15.50 | Anthon van der Neut | 2018-08-05 | 1 | -35/+68 |
| | |||||
* | initial contextmanager dumping | Anthon van der Neut | 2018-08-05 | 1 | -4/+147 |
| | |||||
* | Fixes issue #215, adding Union[Path, StreamType] | Anthon van der Neut | 2018-08-05 | 1 | -4/+8 |
| | | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* | ||||
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -179/+361 |
| | |||||
* | load_all: remove StopIteration | Zachary Buhman | 2018-07-24 | 1 | -1/+1 |
| | | | | | StopIteration in a generator is not allowed in pep479/python3.7+; return provides equivalent behavior. | ||||
* | resolves issue #186: facilitate register_class as decorator | Anthon van der Neut | 2018-07-12 | 1 | -1/+2 |
| | | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* | ||||
* | re-added test to make sure C-Compiler is available0.15.41 | Anthon van der Neut | 2018-06-27 | 1 | -1/+1 |
| | |||||
* | fixes Windows ImportError | Nuno André | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | allow None stream if transforming0.15.35 | Anthon van der Neut | 2017-12-03 | 1 | -1/+4 |
| | | | | | If YAML.dump() is passed a transform function, specifying None will ignore the return value of that function. | ||||
* | fix issue #154: indent on non-pure dumping not working | Anthon van der Neut | 2017-09-01 | 1 | -0/+1 |
| | |||||
* | allow setting of yaml.default_flow_style = None in new API | Anthon van der Neut | 2017-08-21 | 1 | -1/+3 |
| | |||||
* | fix issue #51: separate indent levels for mappings and sequences0.15.29 | Anthon van der Neut | 2017-08-14 | 1 | -6/+47 |
| | | | | **When this resolves the reported problem, please close this issue** | ||||
* | more float stuff and mypy changes | Anthon van der Neut | 2017-08-06 | 1 | -2/+2 |
| | |||||
* | fix https://stackoverflow.com/a/45281922/13079050.15.21 | Anthon van der Neut | 2017-07-25 | 1 | -4/+13 |
| | |||||
* | mypy update | Anthon van der Neut | 2017-07-15 | 1 | -0/+7 |
| | |||||
* | added register_class/yaml_object0.15.19 | Anthon van der Neut | 2017-07-13 | 1 | -1/+55 |
| | |||||
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -1/+2 |
| | |||||
* | added pure to YAML0.15.18 | Anthon van der Neut | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | minor doc improvements0.15.16 | Anthon van der Neut | 2017-07-01 | 1 | -1/+0 |
| | |||||
* | Use selected Representer/Resolver with C dump0.15.15 | Anthon van der Neut | 2017-06-27 | 1 | -3/+4 |
| | | | | | | Fix issue #135 Please close this issue if you can confirm it solves the reported problem | ||||
* | level zero literals, renamed plug-in, mypy updates | Anthon van der Neut | 2017-06-23 | 1 | -8/+9 |
| | |||||
* | add plug-in mechanism for load/dump pre resp. post-processing0.15.7 | Anthon van der Neut | 2017-06-14 | 1 | -1/+25 |
| | |||||
* | top-level folded/literal scalar col-00.15.6 | Anthon van der Neut | 2017-06-10 | 1 | -0/+1 |
| | |||||
* | fix reset of scanner, reader, parser on multi-load0.15.5 | Anthon van der Neut | 2017-06-08 | 1 | -0/+16 |
| | |||||
* | added `transform` parameter to `dump`, to post-process output before writing0.15.4 | Anthon van der Neut | 2017-06-08 | 1 | -12/+14 |
| | |||||
* | fix issue # 123: type annotations0.15.2 | Anthon van der Neut | 2017-06-07 | 1 | -7/+7 |
| | | | | mypy needed updating from 0.501 to 0.511, with may different warnings/errors then before | ||||
* | error/warning on duplicate mapping keys0.15.1 | Anthon van der Neut | 2017-06-07 | 1 | -2/+5 |
| | |||||
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -0/+380 |
| | | | | Some new tests are still required | ||||
* | fix problem in cdav/ooo.py safe-dumping with cyaml0.14.10 | Anthon van der Neut | 2017-04-26 | 1 | -3/+15 |
| | |||||
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -4/+2 |
| | |||||
* | fix issue 106, Text undefined in 3.5.10.14.1 | Anthon van der Neut | 2017-03-22 | 1 | -3/+4 |
| | | | | Reported by Charles Bouchard-L?gar? | ||||
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 1 | -66/+175 |
| | |||||
* | changes for mypy | Anthon van der Neut | 2017-03-17 | 1 | -5/+31 |
| | |||||
* | some changes for mypy --strict | Anthon van der Neut | 2017-03-16 | 1 | -0/+1 |
| | |||||
* | fix #6: non-safe load() now issues warning0.13.0 | Anthon van der Neut | 2016-11-20 | 1 | -2/+12 |
| | | | | added method to add before/after comments on specific keys | ||||
* | Fix for issue #70 no preserve_quotes on _load_all0.12.15 | Anthon van der Neut | 2016-10-28 | 1 | -2/+2 |
| | |||||
* | further tweaking for running mypy in schema_salad0.12.2 | Anthon van der Neut | 2016-08-16 | 1 | -1/+0 |
| | |||||
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -6/+13 |
| | |||||
* | added optional preservation of quotes around scalars | Anthon van der Neut | 2016-07-06 | 1 | -6/+6 |
| | |||||
* | added top_level_colon_align/prefix_colon0.11.9 | Anthon van der Neut | 2016-04-14 | 1 | -4/+10 |
| | |||||
* | documentation now on read-the-docs0.11.5 | Anthon van der Neut | 2016-02-29 | 1 | -5/+7 |
| | |||||
* | guessing routine, RTD support | Anthon van der Neut | 2016-02-29 | 1 | -0/+17 |
| | | | | | | - guessing routine now returns block_seq_indent guess as well as indent guess - split README.rst up into _doc/*.rst entries |