Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | roundtrip anchors/aliases on str, int, float | Anthon van der Neut | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | added nprintf to import | Anthon van der Neut | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | updates for mypy and remove print statements | Anthon van der Neut | 2018-08-18 | 1 | -4/+3 |
| | |||||
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -30/+54 |
| | |||||
* | fix issue # 123: type annotations0.15.2 | Anthon van der Neut | 2017-06-07 | 1 | -5/+5 |
| | | | | mypy needed updating from 0.501 to 0.511, with may different warnings/errors then before | ||||
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -1/+5 |
| | | | | Some new tests are still required | ||||
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -2/+1 |
| | |||||
* | fix issue #116: Text not available in 3.5.0/3.5.10.14.8 | Anthon van der Neut | 2017-04-19 | 1 | -2/+4 |
| | | | | If this solves the issue for you, please close it. | ||||
* | merge PR15 | Anthon van der Neut | 2017-04-04 | 1 | -3/+3 |
|\ | |||||
| * | fix spelling mistakes | edward | 2017-02-09 | 1 | -3/+3 |
| | | |||||
* | | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 1 | -32/+46 |
| | | |||||
* | | some changes for mypy --strict | Anthon van der Neut | 2017-03-16 | 1 | -1/+13 |
|/ | |||||
* | fix merge, iteration, reused anchors0.12.3 | Anthon van der Neut | 2016-08-18 | 1 | -5/+10 |
| | |||||
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -6/+2 |
| | |||||
* | added optional preservation of quotes around scalars | Anthon van der Neut | 2016-07-06 | 1 | -5/+10 |
| | |||||
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -0/+2 |
| | |||||
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -4/+4 |
| | | | | | a comment from its original column - flake 8 | ||||
* | Jython compatibility | Anthon van der Neut | 2015-10-08 | 1 | -4/+10 |
| | |||||
* | - main problem in moving stuff from yaml/py to yaml was that | Anthon van der Neut | 2015-08-28 | 1 | -0/+169 |
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet |