| Commit message (Expand) | Author | Age | Files | Lines |
* | update links in doc0.16.12 | Anthon van der Neut | 2020-09-04 | 1 | -20/+19 |
* | udpate setup.py to workaround issue in setuptools0.16.11 | Anthon van der Neut | 2020-09-03 | 1 | -2/+2 |
* | update url in meta and .svg in README0.16.10 | Anthon van der Neut | 2020-02-12 | 1 | -3/+4 |
* | remove duplicates from CHANGES0.16.9 | Anthon van der Neut | 2020-02-11 | 1 | -2/+2 |
* | allow C extension install for Python 3.80.16.8 | Anthon van der Neut | 2020-02-11 | 1 | -3/+3 |
* | fix issue with mypy, dumping lit scalar in sequence0.16.7 | Anthon van der Neut | 2020-01-30 | 1 | -2/+2 |
* | correct empty string mapping key rt0.16.6 | Anthon van der Neut | 2020-01-20 | 1 | -2/+2 |
* | allow list as typ argument for YAML()0.16.5 | Anthon van der Neut | 2019-08-18 | 1 | -2/+2 |
* | output of # in TAG directive0.16.4 | Anthon van der Neut | 2019-08-16 | 1 | -2/+2 |
* | mypy, split contruct_object0.16.3 | Anthon van der Neut | 2019-08-15 | 1 | -2/+2 |
* | allow # in 1.2 URI's0.16.2 | Anthon van der Neut | 2019-08-15 | 1 | -2/+2 |
* | allow '#' in tag URI, force use of new clib0.16.1 | Anthon van der Neut | 2019-08-08 | 1 | -3/+3 |
* | split off C library into separate package0.16.0 | Anthon van der Neut | 2019-07-25 | 1 | -31/+5 |
* | allow dump of deepcopied data from commented YAML0.15.100 | Anthon van der Neut | 2019-07-17 | 1 | -2/+2 |
* | add py.typed to distribution0.15.99 | Anthon van der Neut | 2019-07-12 | 1 | -2/+3 |
* | regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98 | Anthon van der Neut | 2019-07-09 | 1 | -2/+2 |
* | regenerate ext/_ruamel_yaml.c with Cython version 0.29.100.15.97 | Anthon van der Neut | 2019-06-06 | 1 | -2/+2 |
* | indentation of comments after folded/lit scalars0.15.96 | Anthon van der Neut | 2019-05-16 | 1 | -35/+35 |
* | fix comments on anchored nodes in block sequence0.15.95 | Anthon van der Neut | 2019-05-16 | 1 | -4/+3 |
* | add line-break to EOF comment without one0.15.94 | Anthon van der Neut | 2019-04-23 | 1 | -2/+2 |
* | Add y/Y/n/N to boolean values under 1.10.15.93 | Anthon van der Neut | 2019-04-21 | 1 | -2/+2 |
* | YAML 1.2 allows empty implicit keys in block style mappings0.15.92 | Anthon van der Neut | 2019-04-16 | 1 | -2/+2 |
* | optionally allow duplicate merge keys0.15.91 | Anthon van der Neut | 2019-04-05 | 1 | -2/+2 |
* | fix update CommentedMap with list of tuples0.15.90 | Anthon van der Neut | 2019-04-04 | 1 | -2/+2 |
* | fix issue #279 block sequence elements with flow mapping collapsed0.15.89 | Anthon van der Neut | 2019-02-27 | 1 | -2/+2 |
* | fix issue #278 inclusion of spurious .py files in linux wheels and tar0.15.88 | Anthon van der Neut | 2019-02-12 | 1 | -2/+2 |
* | fix indexing error on empty list for merge-key position0.15.87 | Anthon van der Neut | 2019-01-22 | 1 | -2/+2 |
* | insert merge key in old (absolute) position0.15.86 | Anthon van der Neut | 2019-01-16 | 1 | -2/+2 |
* | resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85 | Anthon van der Neut | 2019-01-08 | 1 | -2/+2 |
* | fixes issue #269 CommentedMap.copy() not returning CommentedMap0.15.84 | Anthon van der Neut | 2019-01-07 | 1 | -2/+2 |
* | fix issue with roundtripping mappings keys that are aliases to scalar strings0.15.83 | Anthon van der Neut | 2019-01-02 | 1 | -2/+2 |
* | preserve anchors on scalars, on tagged objects0.15.82 | Anthon van der Neut | 2018-12-28 | 1 | -2/+2 |
* | roundtrip anchors/aliases on str, int, float | Anthon van der Neut | 2018-12-27 | 1 | -2/+2 |
* | fix issue #244 dumping methods of metaclass derived classes0.15.81 | Anthon van der Neut | 2018-12-06 | 1 | -2/+2 |
* | fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80 | Anthon van der Neut | 2018-11-26 | 1 | -2/+2 |
* | resolves issue with anchors specified deeper in the data structure than aliases0.15.79 | Anthon van der Neut | 2018-11-21 | 1 | -2/+2 |
* | fix issue #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78 | Anthon van der Neut | 2018-11-15 | 1 | -2/+2 |
* | fix issue #194 object attributes always sorted0.15.77 | Anthon van der Neut | 2018-11-09 | 1 | -2/+2 |
* | fix issue #255 and #256 empty collection defaulting to flow-style0.15.76 | Anthon van der Neut | 2018-11-01 | 1 | -2/+2 |
* | fixes issue #254 single question mark not dumped with quotes0.15.75 | Anthon van der Neut | 2018-10-27 | 1 | -2/+2 |
* | fix issue #250 dropping of comment when seq within seq0.15.74 | Anthon van der Neut | 2018-10-17 | 1 | -2/+2 |
* | add .compact() to set non-compacting for sequence/mapping within sequence0.15.73 | Anthon van der Neut | 2018-10-16 | 1 | -2/+2 |
* | fix issue #245 regression on C parsing of explicit 1.1 source0.15.72 | Anthon van der Neut | 2018-10-06 | 1 | -2/+2 |
* | fix issue #238 construct recursive objects0.15.71 | Anthon van der Neut | 2018-09-26 | 1 | -2/+2 |
* | fix #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70 | Anthon van der Neut | 2018-09-21 | 1 | -2/+2 |
* | fix issue #239 dropping comments before document-end on load_all0.15.69 | Anthon van der Neut | 2018-09-20 | 1 | -2/+2 |
* | fix issue #238 incompatibility between __setstate__ and recursive parameters0.15.68 | Anthon van der Neut | 2018-09-20 | 1 | -2/+2 |
* | fix for issue #235 extra indent on non-root literal strings on rt0.15.67 | Anthon van der Neut | 2018-09-19 | 1 | -2/+2 |
* | fix issue #234 safe_load inserting a fold indicator character0.15.66 | Anthon van der Neut | 2018-09-07 | 1 | -36/+36 |
* | roll out new version, with some fixes/enhancements0.15.65 | Anthon van der Neut | 2018-09-07 | 1 | -36/+36 |