summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Expand)AuthorAgeFilesLines
* allow C extension install for Python 3.80.16.8Anthon van der Neut2020-02-111-2/+6
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-2/+7
* correct empty string mapping key rt0.16.6Anthon van der Neut2020-01-201-3/+7
* empty string mapping key preservationAnthon van der Neut2019-11-261-0/+4
* allow list as typ argument for YAML()0.16.5Anthon van der Neut2019-08-181-2/+5
* output of # in TAG directive0.16.4Anthon van der Neut2019-08-161-2/+7
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-1/+7
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-151-2/+7
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-081-2/+9
* split off C library into separate package0.16.0Anthon van der Neut2019-07-251-2/+6
* allow dump of deepcopied data from commented YAML0.15.100Anthon van der Neut2019-07-171-2/+9
* add py.typed to distribution0.15.99Anthon van der Neut2019-07-121-2/+10
* Fix https://bitbucket.org/ruamel/yaml/issues/281/repo-link-in-readme-is-non-s...Michael Crusoe2019-07-111-1/+1
* regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98Anthon van der Neut2019-07-091-2/+7
* regenerate ext/_ruamel_yaml.c with Cython version 0.29.100.15.97Anthon van der Neut2019-06-061-3/+5
* regenerate ext/_ruamel_yaml.c using Cython version 0.29.9Anthon van der Neut2019-05-301-0/+5
* indentation of comments after folded/lit scalars0.15.96Anthon van der Neut2019-05-161-1/+6
* fix comments on anchored nodes in block sequence0.15.95Anthon van der Neut2019-05-161-2/+9
* add line-break to EOF comment without one0.15.94Anthon van der Neut2019-04-231-2/+7
* Add y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-2/+9
* YAML 1.2 allows empty implicit keys in block style mappings0.15.92Anthon van der Neut2019-04-161-2/+6
* optionally allow duplicate merge keys0.15.91Anthon van der Neut2019-04-051-3/+7
* fix update CommentedMap with list of tuples0.15.90Anthon van der Neut2019-04-041-2/+6
* fix issue #279 block sequence elements with flow mapping collapsed0.15.89Anthon van der Neut2019-02-271-3/+5
* fix issue #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-0/+4
* fix issue #278 inclusion of spurious .py files in linux wheels and tar0.15.88Anthon van der Neut2019-02-121-2/+6
* fix indexing error on empty list for merge-key position0.15.87Anthon van der Neut2019-01-221-2/+6
* insert merge key in old (absolute) position0.15.86Anthon van der Neut2019-01-161-7/+15
* resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85Anthon van der Neut2019-01-081-2/+10
* fixes issue #269 CommentedMap.copy() not returning CommentedMap0.15.84Anthon van der Neut2019-01-071-2/+6
* fix issue with roundtripping mappings keys that are aliases to scalar strings0.15.83Anthon van der Neut2019-01-021-2/+5
* preserve anchors on scalars, on tagged objects0.15.82Anthon van der Neut2018-12-281-6/+13
* fix issue #244 dumping methods of metaclass derived classes0.15.81Anthon van der Neut2018-12-061-2/+6
* fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80Anthon van der Neut2018-11-261-3/+7
* resolves issue with anchors specified deeper in the data structure than aliases0.15.79Anthon van der Neut2018-11-211-2/+6
* fix issue #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78Anthon van der Neut2018-11-151-2/+6
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-2/+9
* fix issue #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-2/+7
* fixes issue #254 single question mark not dumped with quotes0.15.75Anthon van der Neut2018-10-271-2/+10
* fix issue #250 dropping of comment when seq within seq0.15.74Anthon van der Neut2018-10-171-2/+6
* add .compact() to set non-compacting for sequence/mapping within sequence0.15.73Anthon van der Neut2018-10-161-2/+7
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-061-3/+7
* fix issue #238 construct recursive objects0.15.71Anthon van der Neut2018-09-261-2/+15
* fix #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70Anthon van der Neut2018-09-211-2/+10
* fix issue #239 dropping comments before document-end on load_all0.15.69Anthon van der Neut2018-09-201-1/+5
* fix issue #238 incompatibility between __setstate__ and recursive parameters0.15.68Anthon van der Neut2018-09-201-2/+8
* fix for issue #235 extra indent on non-root literal strings on rt0.15.67Anthon van der Neut2018-09-191-2/+7
* fix issue #234 safe_load inserting a fold indicator character0.15.66Anthon van der Neut2018-09-071-1/+5
* roll out new version, with some fixes/enhancements0.15.65Anthon van der Neut2018-09-071-3/+6
* add key and reverse parameter to CommentedSeq.sort()Anthon van der Neut2018-09-011-0/+1