summaryrefslogtreecommitdiff
path: root/resolver.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | add future deprecation warning to old style functions
* move YAML directive info to scanner for TAG parsing of 1.2 URIAnthon van der Neut2019-08-151-1/+1
| | | | | | | | | | | 1.2 URI can contain the "#" character, but parsing for nodes didn't necessarily make the 1.2 version available in time fixes issue #301 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* Add y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-1/+1
| | | | | | | fixes issues #285 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* fix issue #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-4/+4
| | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-061-6/+11
| | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* fix issue #229 enable round-trip of floats without number before the dotAnthon van der Neut2018-08-301-1/+1
| | | | | | | [ .5, -.5, +.5 ] should work *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* 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
| | | | | | | This fix should be incorperated in 0.15.53 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
* 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
| | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page)*
* 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
| | | | mypy needed updating from 0.501 to 0.511, with may different warnings/errors then before
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-2/+9
| | | | Some new tests are still required
* 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
| | | | Reported by Charles Bouchard-L?gar?
* 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
| | | | | | 1.2 no longer interprets sexagesimals, octals wihtout 0o, Yes/No/On/Off by default - added round_trip_load/round_trip_load_all
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-4/+4
| | | | | a comment from its original column - flake 8
* 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
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet