summaryrefslogtreecommitdiff
path: root/constructor.py
Commit message (Expand)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-292/+171
* Preserve Octal format in YAML 1.1 docsJacob Floyd2022-03-071-1/+6
* fix issue 414 dateime fraction >= 99999950.17.20Anthon van der Neut2022-01-031-18/+4
* fix in folded scalar, update ruamel.yaml.clib versionAnthon van der Neut2021-12-241-1/+1
* extract timestamp matching/creation to util.py0.17.17Anthon van der Neut2021-10-311-54/+8
* minor fix0.17.13Anthon van der Neut2021-08-211-1/+1
* fix for 3940.17.12Anthon van der Neut2021-08-211-1/+4
* fix for issue 393Anthon van der Neut2021-08-211-0/+11
* 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-5/+14
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-10/+8
* fix for issue 3840.17.5Anthon van der Neut2021-05-301-2/+3
* * extend EOL token handlingAnthon van der Neut2021-05-061-44/+143
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-1/+1
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-7/+3
* remove superfluous comment assignmentAnthon van der Neut2021-03-201-3/+5
* remove python 2 specific codeAnthon van der Neut2021-03-091-261/+241
* last release supporting 2.70.16.13Anthon van der Neut2021-03-051-0/+1
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-2/+2
* correct empty string mapping key rt0.16.6Anthon van der Neut2020-01-201-1/+1
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-11/+21
* Add y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-0/+2
* optionally allow duplicate merge keys0.15.91Anthon van der Neut2019-04-051-0/+8
* insert merge key in old (absolute) position0.15.86Anthon van der Neut2019-01-161-0/+8
* resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85Anthon van der Neut2019-01-081-4/+6
* preserve anchors on scalars, on tagged objects0.15.82Anthon van der Neut2018-12-281-6/+16
* work around issue 6112 in mypyAnthon van der Neut2018-12-281-10/+10
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-10/+33
* fix value taken with duplicate keysAnthon van der Neut2018-12-051-26/+31
* resolves issue with anchors specified deeper in the data structure than aliases0.15.79Anthon van der Neut2018-11-211-1/+1
* fix issue #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-8/+11
* fixes issue #254 single question mark not dumped with quotes0.15.75Anthon van der Neut2018-10-271-2/+2
* fix issue 251 error on multiple merge keysAnthon van der Neut2018-10-171-0/+38
* added nprintf to importAnthon van der Neut2018-10-171-2/+2
* fix issue #238 construct recursive objects0.15.71Anthon van der Neut2018-09-261-5/+7
* fix issue #238 incompatibility between __setstate__ and recursive parameters0.15.68Anthon van der Neut2018-09-201-2/+2
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-301-7/+7
* allow round trip of tagged sequencesAnthon van der Neut2018-08-301-0/+11
* mypy updateAnthon van der Neut2018-08-251-10/+10
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-5/+20
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-13/+12
* fix issue 223 Cloader not initialising Resolver version0.15.59Anthon van der Neut2018-08-171-2/+3
* allow simple mappings as mapping keysAnthon van der Neut2018-08-161-3/+9
* fix issue #165 Python2 raising error when Unicode text involved in duplicate ...0.15.55Anthon van der Neut2018-08-141-1/+12
* reimplement CommentedSeq to subclass MutableSequence instead of listAnthon van der Neut2018-08-141-2/+3
* require maptyp parameter, to prevent delayed errorAnthon van der Neut2018-08-141-1/+1
* get rid of mypy error not MRO-ing subclass MutableSet + MutableMapAnthon van der Neut2018-08-121-1/+24
* regressionAnthon van der Neut2018-08-081-2/+3
* push new version fixing two issues0.15.51Anthon van der Neut2018-08-081-3/+2
* fix issue #124: incorrect tags for class methodsAnthon van der Neut2018-08-081-10/+26