| Commit message (Expand) | Author | Age | Files | Lines |
* | work around issue 6112 in mypy | Anthon van der Neut | 2018-12-28 | 1 | -2/+2 |
* | fix issue #234 safe_load inserting a fold indicator character0.15.66 | Anthon van der Neut | 2018-09-07 | 1 | -3/+1 |
* | caching indirected method call for minor speed improvements on reading, re #159 | Anthon van der Neut | 2018-09-01 | 1 | -1/+18 |
* | added context manager, mypy cleanup (w. Optional) added tests0.15.50 | Anthon van der Neut | 2018-08-05 | 1 | -6/+6 |
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -43/+48 |
* | fix regression caused by PR 270.15.42 | Anthon van der Neut | 2018-07-01 | 1 | -8/+2 |
* | re-added test to make sure C-Compiler is available0.15.41 | Anthon van der Neut | 2018-06-27 | 1 | -1/+1 |
* | fix _get_non_printable_ascii for PY2 | Marcel Bargull | 2018-06-16 | 1 | -3/+4 |
* | use RegExp for macOS, too | Marcel Bargull | 2018-06-16 | 1 | -1/+1 |
* | add type annotation | Marcel Bargull | 2018-03-16 | 1 | -1/+4 |
* | str.translate slow for non-ASCII; use bytes.translate/regex | Marcel Bargull | 2018-03-16 | 1 | -14/+32 |
* | use faster str.translate in Reader.check_printable | Marcel Bargull | 2018-03-16 | 1 | -17/+23 |
* | evaluate re.compile lazily | Marcel Bargull | 2018-03-16 | 1 | -6/+9 |
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -8/+8 |
* | 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 | -1/+4 |
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -15/+27 |
* | preserve value type, support pathlib.Path as stream | Anthon van der Neut | 2017-05-29 | 1 | -2/+7 |
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -2/+1 |
* | reader.py:139 edited online with Bitbucket | oit.tzhimmash | 2017-04-03 | 1 | -1/+1 |
* | fix issue 106, Text undefined in 3.5.10.14.1 | Anthon van der Neut | 2017-03-22 | 1 | -3/+5 |
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 1 | -12/+28 |
* | changes for mypy | Anthon van der Neut | 2017-03-17 | 1 | -0/+4 |
* | memory usage optimisations0.13.1 | Anthon van der Neut | 2016-11-22 | 1 | -5/+4 |
* | rewrite of 32 bit support based on exception0.12.10 | Anthon van der Neut | 2016-09-05 | 1 | -3/+6 |
* | 32 bit unicode not supported on MacOS, fixes issue #560.12.9 | Anthon van der Neut | 2016-09-05 | 1 | -8/+16 |
* | ignore full range of specified characters0.12.8 | Anthon van der Neut | 2016-09-05 | 1 | -1/+6 |
* | let NON_PRINTABLE RegEx match the spec | ???? | 2016-09-05 | 1 | -1/+1 |
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -6/+2 |
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -2/+4 |
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -1/+0 |
* | Jython compatibility | Anthon van der Neut | 2015-10-08 | 1 | -2/+7 |
* | - main problem in moving stuff from yaml/py to yaml was that | Anthon van der Neut | 2015-08-28 | 1 | -0/+207 |