summaryrefslogtreecommitdiff
path: root/_doc
Commit message (Expand)AuthorAgeFilesLines
* fix for issue 3870.17.8Anthon van der Neut2021-06-091-1/+1
* same as issue 385 for other deprecated loaders.0.17.7Anthon van der Neut2021-05-311-1/+1
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-1/+1
* fix for issue 3840.17.5Anthon van der Neut2021-05-301-1/+1
* partial fix for 3510.17.4Anthon van der Neut2021-04-071-1/+1
* fix for issue 382, error in format string0.17.3Anthon van der Neut2021-04-071-1/+1
* change py2.py3 wheel to py3 only wheel0.17.2Anthon van der Neut2021-03-291-1/+1
* add Python 3 only classifier0.17.1Anthon van der Neut2021-03-291-1/+1
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-264-2/+4
* remove python 2 specific codeAnthon van der Neut2021-03-091-8/+8
* last release supporting 2.70.16.13Anthon van der Neut2021-03-052-2/+2
* explain round-trippingAnthon van der Neut2020-10-152-10/+5
* try to re-enable rtfdAnthon van der Neut2020-09-051-1/+1
* try to re-enable rtfdAnthon van der Neut2020-09-051-1/+1
* update links in doc0.16.12Anthon van der Neut2020-09-044-10/+10
* udpate setup.py to workaround issue in setuptools0.16.11Anthon van der Neut2020-09-031-1/+1
* update url in meta and .svg in README0.16.10Anthon van der Neut2020-02-121-1/+1
* remove duplicates from CHANGES0.16.9Anthon van der Neut2020-02-111-1/+1
* allow C extension install for Python 3.80.16.8Anthon van der Neut2020-02-111-1/+1
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-1/+1
* correct empty string mapping key rt0.16.6Anthon van der Neut2020-01-201-1/+1
* allow list as typ argument for YAML()0.16.5Anthon van der Neut2019-08-181-1/+1
* output of # in TAG directive0.16.4Anthon van der Neut2019-08-161-1/+1
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-1/+1
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-151-1/+1
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-081-1/+1
* split off C library into separate package0.16.0Anthon van der Neut2019-07-251-1/+1
* allow dump of deepcopied data from commented YAML0.15.100Anthon van der Neut2019-07-171-1/+1
* add py.typed to distribution0.15.99Anthon van der Neut2019-07-121-1/+1
* regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98Anthon van der Neut2019-07-091-1/+1
* regenerate ext/_ruamel_yaml.c with Cython version 0.29.100.15.97Anthon van der Neut2019-06-061-1/+1
* indentation of comments after folded/lit scalars0.15.96Anthon van der Neut2019-05-161-1/+1
* fix comments on anchored nodes in block sequence0.15.95Anthon van der Neut2019-05-161-1/+1
* add line-break to EOF comment without one0.15.94Anthon van der Neut2019-04-231-1/+1
* Add y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-1/+1
* YAML 1.2 allows empty implicit keys in block style mappings0.15.92Anthon van der Neut2019-04-164-18/+24
* optionally allow duplicate merge keys0.15.91Anthon van der Neut2019-04-051-1/+1
* fix update CommentedMap with list of tuples0.15.90Anthon van der Neut2019-04-041-1/+1
* fix issue #279 block sequence elements with flow mapping collapsed0.15.89Anthon van der Neut2019-02-271-1/+1
* fix issue #278 inclusion of spurious .py files in linux wheels and tar0.15.88Anthon van der Neut2019-02-121-1/+1
* fix indexing error on empty list for merge-key position0.15.87Anthon van der Neut2019-01-221-1/+1
* insert merge key in old (absolute) position0.15.86Anthon van der Neut2019-01-161-1/+1
* close issue #272 YAML instances should be discarded on load/dump exceptionAnthon van der Neut2019-01-081-0/+6
* resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85Anthon van der Neut2019-01-081-1/+1
* fixes issue #269 CommentedMap.copy() not returning CommentedMap0.15.84Anthon van der Neut2019-01-071-1/+1
* fix issue with roundtripping mappings keys that are aliases to scalar strings0.15.83Anthon van der Neut2019-01-021-1/+1
* preserve anchors on scalars, on tagged objects0.15.82Anthon van der Neut2018-12-281-1/+1
* fix issue #244 dumping methods of metaclass derived classes0.15.81Anthon van der Neut2018-12-061-1/+1
* fix value taken with duplicate keysAnthon van der Neut2018-12-051-0/+3
* fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80Anthon van der Neut2018-11-261-1/+1