summaryrefslogtreecommitdiff
path: root/resolver.py
Commit message (Expand)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-53/+36
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-1/+1
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-1/+1
* remove python 2 specific codeAnthon van der Neut2021-03-091-48/+54
* move YAML directive info to scanner for TAG parsing of 1.2 URIAnthon van der Neut2019-08-151-1/+1
* Add y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-1/+1
* fix issue #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-4/+4
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-061-6/+11
* fix issue #229 enable round-trip of floats without number before the dotAnthon van der Neut2018-08-301-1/+1
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-2/+0
* fix issue 222 string to dump checked against 1.1 patterns0.15.58Anthon van der Neut2018-08-171-61/+3
* fix issue #218 single + interpreted as integer under 1.2Anthon van der Neut2018-08-121-1/+1
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-3/+3
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-43/+43
* fixes issue #209: dump string '019' as plain scalar0.15.44Anthon van der Neut2018-07-141-1/+1
* evaluate re.compile lazilyMarcel Bargull2018-03-161-19/+20
* no sexagesimal floats in 1.2Anthon van der Neut2017-08-051-3/+12
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-1/+2
* top-level folded/literal scalar col-00.15.6Anthon van der Neut2017-06-101-4/+3
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-2/+2
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-2/+9
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-2/+1
* No longer accept Oo52 as octal in version 1.1 mode0.14.3Anthon van der Neut2017-03-311-1/+1
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-2/+4
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-28/+49
* changes for mypyAnthon van der Neut2017-03-171-0/+1
* another fix for 82, non-global resolver data for 1.2 (from 0.12.17)0.13.4Anthon van der Neut2016-12-051-9/+22
* solve 82aAnthon van der Neut2016-12-051-71/+75
* fix issue 82 deepcopy not working properly0.13.3Anthon van der Neut2016-12-051-2/+3
* this should fix #75: continuing problems with numpy0.12.18Anthon van der Neut2016-11-161-1/+2
* addition type info to satisfy schema_salad0.12.1Anthon van der Neut2016-08-161-0/+1
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-10/+7
* 1.2 version on round_trip_output (Yes/No/On/Off non-quoted)0.11.8Anthon van der Neut2016-04-071-1/+5
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-5/+8
* - removed print statement0.11.1Anthon van der Neut2016-02-181-1/+0
* - introducing version support and differentiation for RoundTripLoader0.11.0Anthon van der Neut2016-02-181-1/+153
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-4/+4
* Jython compatibilityAnthon van der Neut2015-10-081-3/+9
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+233