summaryrefslogtreecommitdiff
path: root/_test
Commit message (Collapse)AuthorAgeFilesLines
* fix issue: 4590.17.25Anthon van der Neut2023-05-091-2/+46
|
* fix issue: 453, 4470.17.24Anthon van der Neut2023-05-061-0/+31
|
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-0528-169/+313
|
* fix readme, xfail spec_6_260.17.22Anthon van der Neut2023-05-022-2/+3
|
* Merge 449_secondary_tag_url_encAnthon van der Neut2023-05-012-0/+15
|\
| * Fix secondary tag encoding. See #449449_secondary_tag_url_encJohn Stark2023-01-052-0/+15
| | | | | | | | | | The second exclamation mark was getting url encoded, when it should be preserved. Added a regression test.
* | repr of commentedmap simplifiedAnthon van der Neut2023-05-012-3/+3
| |
* | retrofitted 0.18 changesAnthon van der Neut2023-05-0142-801/+879
|/
* fix issue 414 dateime fraction >= 99999950.17.20Anthon van der Neut2022-01-031-0/+13
|
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-192-0/+11
|
* fix for issue 382, error in format string0.17.3Anthon van der Neut2021-04-071-1/+2
|
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-266-35/+72
|
* remove python 2 specific codeAnthon van der Neut2021-03-0947-646/+471
| | | | add future deprecation warning to old style functions
* last release supporting 2.70.16.13Anthon van der Neut2021-03-051-2/+2
|
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-0/+2
|
* correct empty string mapping key rt0.16.6Anthon van der Neut2020-01-201-1/+2
|
* output of # in TAG directive0.16.4Anthon van der Neut2019-08-161-0/+10
| | | | | | | fixes issue #307 *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))*
* move YAML directive info to scanner for TAG parsing of 1.2 URIAnthon van der Neut2019-08-151-1/+0
| | | | | | | | | | | 1.2 URI can contain the "#" character, but parsing for nodes didn't necessarily make the 1.2 version available in time fixes issue #301 *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))*
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-152-9/+16
| | | | | | | fixes issue #305 *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))*
* preserve directives, optional push root level scalar to own lineAnthon van der Neut2019-08-152-0/+60
| | | | | | | | | | You need to set YAML().scalar_after_indicator = False to get a single scalar document starting on its own line (instead of after the directives end indicator: --- abc") fixes issue #304 *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))*
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-081-0/+26
| | | | | | | fixes issue #300 *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))*
* split off C library into separate package0.16.0Anthon van der Neut2019-07-252-4/+14
|
* allow dump of deepcopied data from commented YAML0.15.100Anthon van der Neut2019-07-171-2/+2
| | | | | | | fixes issue #295 *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))*
* failing test for 295Anthon van der Neut2019-07-171-0/+26
|
* indentation of comments after folded/lit scalars0.15.96Anthon van der Neut2019-05-161-0/+103
| | | | | | | | fixes issue #290 *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 comments on anchored nodes in block sequence0.15.95Anthon van der Neut2019-05-161-0/+31
| | | | fixes issue #288
* add line-break to EOF comment without one0.15.94Anthon van der Neut2019-04-231-0/+16
| | | | | | | fixes issue #286 *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 y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-0/+18
| | | | | | | 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-0/+17
| | | | | | | | 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))*
* fix update CommentedMap with list of tuples0.15.90Anthon van der Neut2019-04-042-2/+12
| | | | | | | | 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))*
* make it test the real issue 160Anthon van der Neut2019-03-141-2/+14
|
* fix issue #279 block sequence elements with flow mapping collapsed0.15.89Anthon van der Neut2019-02-271-3/+20
| | | | | *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-272-2/+16
| | | | | *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))*
* insert merge key in old (absolute) position0.15.86Anthon van der Neut2019-01-161-1/+5
|
* resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85Anthon van der Neut2019-01-081-0/+1
| | | | | | | 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))*
* Add test for new-api `parse` methodAnthony Sottile2018-12-281-0/+14
|
* fix issue #244 dumping methods of metaclass derived classes0.15.81Anthon van der Neut2018-12-061-1/+2
| | | | | *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 #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78Anthon van der Neut2018-11-152-4/+17
| | | | | *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-1/+39
| | | | | | | | | 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-4/+0
| | | | | | | | 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-1/+1
| | | | | | | | | 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 251 error on multiple merge keysAnthon van der Neut2018-10-171-3/+25
|
* fix issue #250 dropping of comment when seq within seq0.15.74Anthon van der Neut2018-10-171-1/+0
| | | | | *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))*
* added failing test re issue #250 comment on sequence within sequenceAnthon van der Neut2018-10-171-0/+11
|
* fix issue #249 irregular output on pre-comment and seq within seqAnthon van der Neut2018-10-161-1/+0
| | | | | *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 failing test re issue #249Anthon van der Neut2018-10-162-3/+21
|
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-063-4/+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))*
* failing test re #245Anthon van der Neut2018-10-061-0/+19
|
* test hierarchy, per file creation/loading of YAMLAnthon van der Neut2018-10-022-15/+20
|
* added Python -> YAML testingAnthon van der Neut2018-10-022-11/+33
|