Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added context manager, mypy cleanup (w. Optional) added tests0.15.50 | Anthon van der Neut | 2018-08-05 | 1 | -5/+5 |
| | |||||
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -89/+193 |
| | |||||
* | 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 | -3/+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 | -16/+36 |
| | |||||
* | this should fix #75: continuing problems with numpy0.12.18 | Anthon van der Neut | 2016-11-16 | 1 | -3/+3 |
| | |||||
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -11/+6 |
| | |||||
* | added top_level_colon_align/prefix_colon0.11.9 | Anthon van der Neut | 2016-04-14 | 1 | -5/+11 |
| | |||||
* | 1.2 version on round_trip_output (Yes/No/On/Off non-quoted)0.11.8 | Anthon van der Neut | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | fix some commen indentation problems0.11.3 | Anthon van der Neut | 2016-02-27 | 1 | -8/+12 |
| | | | | | | | | | | | - scalars now follow the indent value in block sequences - there is an extra keyword parameter block_seq_indent that allows you to push the dash inward within the indent space (indent=4, block_seq_indent=2) x: - b: 1 - 2 | ||||
* | 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 | -9/+8 |
| | | | | | a comment from its original column - flake 8 | ||||
* | Jython compatibility | Anthon van der Neut | 2015-10-08 | 1 | -4/+11 |
| | |||||
* | - main problem in moving stuff from yaml/py to yaml was that | Anthon van der Neut | 2015-08-28 | 1 | -0/+84 |
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet |