summaryrefslogtreecommitdiff
path: root/reader.py
Commit message (Expand)AuthorAgeFilesLines
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-1/+1
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-60/+33
* fix issues 389 and 3920.17.11Anthon van der Neut2021-08-191-1/+1
* fix for issue 3870.17.8Anthon van der Neut2021-06-091-1/+1
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-2/+2
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-1/+1
* remove python 2 specific codeAnthon van der Neut2021-03-091-43/+34
* work around issue 6112 in mypyAnthon van der Neut2018-12-281-2/+2
* fix issue #234 safe_load inserting a fold indicator character0.15.66Anthon van der Neut2018-09-071-3/+1
* caching indirected method call for minor speed improvements on reading, re #159Anthon van der Neut2018-09-011-1/+18
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-6/+6
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-43/+48
* fix regression caused by PR 270.15.42Anthon van der Neut2018-07-011-8/+2
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-1/+1
* fix _get_non_printable_ascii for PY2Marcel Bargull2018-06-161-3/+4
* use RegExp for macOS, tooMarcel Bargull2018-06-161-1/+1
* add type annotationMarcel Bargull2018-03-161-1/+4
* str.translate slow for non-ASCII; use bytes.translate/regexMarcel Bargull2018-03-161-14/+32
* use faster str.translate in Reader.check_printableMarcel Bargull2018-03-161-17/+23
* evaluate re.compile lazilyMarcel Bargull2018-03-161-6/+9
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-8/+8
* top-level folded/literal scalar col-00.15.6Anthon van der Neut2017-06-101-0/+1
* fix reset of scanner, reader, parser on multi-load0.15.5Anthon van der Neut2017-06-081-1/+4
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-15/+27
* preserve value type, support pathlib.Path as streamAnthon van der Neut2017-05-291-2/+7
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-2/+1
* reader.py:139 edited online with Bitbucketoit.tzhimmash2017-04-031-1/+1
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-3/+5
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-12/+28
* changes for mypyAnthon van der Neut2017-03-171-0/+4
* memory usage optimisations0.13.1Anthon van der Neut2016-11-221-5/+4
* rewrite of 32 bit support based on exception0.12.10Anthon van der Neut2016-09-051-3/+6
* 32 bit unicode not supported on MacOS, fixes issue #560.12.9Anthon van der Neut2016-09-051-8/+16
* ignore full range of specified characters0.12.8Anthon van der Neut2016-09-051-1/+6
* let NON_PRINTABLE RegEx match the spec????2016-09-051-1/+1
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-6/+2
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-2/+4
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-1/+0
* Jython compatibilityAnthon van der Neut2015-10-081-2/+7
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+207