summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Add y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-2/+9
| | | | | | | 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))*
* YAML 1.2 allows empty implicit keys in block style mappings0.15.92Anthon van der Neut2019-04-161-2/+6
| | | | | | | | fixes issue #284 *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))*
* optionally allow duplicate merge keys0.15.91Anthon van der Neut2019-04-051-3/+7
| | | | | https://stackoverflow.com/questions/55540686/configuring-ruamel-yaml-to-allow-duplicate-keys reported by mamacdon
* fix update CommentedMap with list of tuples0.15.90Anthon van der Neut2019-04-041-2/+6
| | | | | | | | fixes issue #282 *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 #279 block sequence elements with flow mapping collapsed0.15.89Anthon van der Neut2019-02-271-3/+5
| | | | | *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-0/+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 #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
| | | | | | | https://bitbucket.org/ruamel/yaml/issues/274/add-a-typ-ordered-for-a-middle-ground#comment-49783394 *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))*
* fixes issue #269 CommentedMap.copy() not returning CommentedMap0.15.84Anthon van der Neut2019-01-071-2/+6
| | | | | *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 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
| | | | | | | | fixes issue #63 fixes issue #266 *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 #244 dumping methods of metaclass derived classes0.15.81Anthon van der Neut2018-12-061-2/+6
| | | | | *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 for issue with folds after (and before) spaces being emitted as BEL ↵0.15.80Anthon van der Neut2018-11-261-3/+7
| | | | character instead of discarding
* 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
| | | | | *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 #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-2/+9
| | | | | | | | | Test for this issue in: https://bitbucket.org/ruamel/yaml.data/src/default/object/control_base_representer_mapping_sort.yaml *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 #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-2/+7
| | | | | | | | an empty collection now defaults to best style. I.e. if elements are inserted their style is not forced to flow-style *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))*
* fixes issue #254 single question mark not dumped with quotes0.15.75Anthon van der Neut2018-10-271-2/+10
| | | | | | | | | introduced re issue #62 for version 0.15.27 test in ruamel.yaml.data/special/single_indicator.yaml *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 #250 dropping of comment when seq within seq0.15.74Anthon van der Neut2018-10-171-2/+6
| | | | | *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 .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
| | | | | *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 #238 construct recursive objects0.15.71Anthon van der Neut2018-09-261-2/+15
| | | | | *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 #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70Anthon van der Neut2018-09-211-2/+10
| | | | | | | | | | had to reimplement round-trippable mappings with merge-keys to get both JSON dumping and casting using dict(**some_commented_map) to work. (JSON dump of merge maps not tested) *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 #239 dropping comments before document-end on load_all0.15.69Anthon van der Neut2018-09-201-1/+5
| | | | | *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 #238 incompatibility between __setstate__ and recursive parameters0.15.68Anthon van der Neut2018-09-201-2/+8
| | | | | *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 for issue #235 extra indent on non-root literal strings on rt0.15.67Anthon van der Neut2018-09-191-2/+7
| | | | | | | Thanks for reporting and the PR *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 #234 safe_load inserting a fold indicator character0.15.66Anthon van der Neut2018-09-071-1/+5
| | | | | *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))*
* 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
| | | | suggested via email by Jannik Klemm
* rt of doc with root literal and embedded directive/document endAnthon van der Neut2018-09-011-0/+4
|
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-301-3/+8
|
* allow round trip of tagged sequencesAnthon van der Neut2018-08-301-0/+3
|
* new release to push new .tar.gz (for Windows users using that)0.15.63Anthon van der Neut2018-08-291-1/+4
|
* allow version 1.2 using C loader/dumper0.15.62Anthon van der Neut2018-08-291-2/+7
| | | | | | | | | | This just allows to use version 1.2 instead of 1.1 fixed. There is no actual parsing/dumping code changed. So documents with YAML 1.2 specific features (e.g. octals) are likely to fail. *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 #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-2/+8
|
* fix issue #219 breakage on single entry map as flow sequence element0.15.60Anthon van der Neut2018-08-181-2/+9
| | | | | *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 223 Cloader not initialising Resolver version0.15.59Anthon van der Neut2018-08-171-1/+5
| | | | | *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 222 string to dump checked against 1.1 patterns0.15.58Anthon van der Neut2018-08-171-4/+10
|
* allow simple mappings as mapping keysAnthon van der Neut2018-08-161-1/+17
|
* fix issue #221 .__add__() and .sort() no longer available on CommentedSeq0.15.57Anthon van der Neut2018-08-151-2/+6
| | | | | | | | | CommentedSeq + list used to return a list, it now again does so. sort never worked correctly, it should now (i.e. move the EOL comments along). *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 #220 error when running code with Python -O0.15.56Anthon van der Neut2018-08-151-2/+6
|
* readme formattingAnthon van der Neut2018-08-141-2/+0
|
* fix issue #165 Python2 raising error when Unicode text involved in duplicate ↵0.15.55Anthon van der Neut2018-08-141-2/+18
| | | | | | | | | key warning. I could only reproduce this in Python2, finally fixed it. *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 102 now also for empty mappings with comments0.15.54Anthon van der Neut2018-08-131-2/+12
| | | | | *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)*
* fix issue #160 flow mapping in sequence with comment gobbling newline0.15.53Anthon van der Neut2018-08-121-3/+11
| | | | | *When this change indeed resolves your problem, please **Close** his issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
* fix issue #196 loosing items on cast to dict0.15.52Anthon van der Neut2018-08-091-2/+11
| | | | | *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)*
* push new version fixing two issues0.15.51Anthon van der Neut2018-08-081-2/+11
|
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-1/+7
|