Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -45/+83 |
| | |||||
* | more float stuff and mypy changes | Anthon van der Neut | 2017-08-06 | 1 | -0/+2 |
| | |||||
* | warn on incorrect YAML 1.1 floats | Anthon van der Neut | 2017-08-05 | 1 | -0/+26 |
| | |||||
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -9/+10 |
| | |||||
* | fix issue # 123: type annotations0.15.2 | Anthon van der Neut | 2017-06-07 | 1 | -8/+9 |
| | | | | 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 | -6/+88 |
| | |||||
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -0/+1 |
| | | | | Some new tests are still required | ||||
* | preserve value type, support pathlib.Path as stream | Anthon van der Neut | 2017-05-29 | 1 | -0/+3 |
| | |||||
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -3/+1 |
| | |||||
* | fix issue 106, Text undefined in 3.5.10.14.1 | Anthon van der Neut | 2017-03-22 | 1 | -1/+5 |
| | | | | 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 | -6/+12 |
| | |||||
* | some changes for mypy --strict | Anthon van der Neut | 2017-03-16 | 1 | -0/+5 |
| | |||||
* | doc clarification | Anthon van der Neut | 2017-02-06 | 1 | -1/+3 |
| | |||||
* | memory usage optimisations0.13.1 | Anthon van der Neut | 2016-11-22 | 1 | -4/+30 |
| | |||||
* | fix #6: non-safe load() now issues warning0.13.0 | Anthon van der Neut | 2016-11-20 | 1 | -1/+19 |
| | | | | added method to add before/after comments on specific keys | ||||
* | fix merge, iteration, reused anchors0.12.3 | Anthon van der Neut | 2016-08-18 | 1 | -1/+5 |
| | |||||
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -5/+2 |
| | |||||
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -4/+6 |
| | |||||
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -1/+0 |
| | | | | | a comment from its original column - flake 8 | ||||
* | Jython compatibility | Anthon van der Neut | 2015-10-08 | 1 | -1/+5 |
| | |||||
* | - main problem in moving stuff from yaml/py to yaml was that | Anthon van der Neut | 2015-08-28 | 1 | -0/+80 |
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet |