summaryrefslogtreecommitdiff
path: root/_test/test_issues.py
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-051-130/+274
|
* fix readme, xfail spec_6_260.17.22Anthon van der Neut2023-05-021-1/+1
|
* Merge 449_secondary_tag_url_encAnthon van der Neut2023-05-011-0/+6
|\
| * Fix secondary tag encoding. See #449449_secondary_tag_url_encJohn Stark2023-01-051-0/+6
| | | | | | | | | | 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-011-1/+1
| |
* | retrofitted 0.18 changesAnthon van der Neut2023-05-011-114/+116
|/
* remove python 2 specific codeAnthon van der Neut2021-03-091-30/+13
| | | | add future deprecation warning to old style functions
* 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-151-5/+14
| | | | | | | 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-151-0/+11
| | | | | | | | | | 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))*
* 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-041-0/+10
| | | | | | | | 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-271-0/+14
| | | | | *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-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-161-2/+20
|
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-061-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))*
* failing test re #245Anthon van der Neut2018-10-061-0/+19
|
* fix issue #238 construct recursive objects0.15.71Anthon van der Neut2018-09-261-0/+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 #214 part two: use __qualname__ for ↵Anthon van der Neut2018-09-261-2/+1
| | | | | | | | | tag:yaml.org,2002:python/object/apply this definately needs some test *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 #242Anthon van der Neut2018-09-261-0/+5
|
* fix #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70Anthon van der Neut2018-09-211-8/+13
| | | | | | | | | | 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))*
* revert CommentedMap to ordereddict subclassAnthon van der Neut2018-09-211-1/+1
| | | | reimplemented merged dictionaries, they now have _ok (own key) set attribute
* fix issue #239 dropping comments before document-end on load_all0.15.69Anthon van der Neut2018-09-201-2/+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))*
* added failing test re issue #239Anthon van der Neut2018-09-201-1/+23
|
* fix issue #238 incompatibility between __setstate__ and recursive parameters0.15.68Anthon van der Neut2018-09-201-11/+10
| | | | | *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 #238Anthon van der Neut2018-09-201-0/+33
|
* fix issue 236 newline without proper following indent on nested flow-style ↵Anthon van der Neut2018-09-201-4/+3
| | | | | | | sequences. *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 #236Anthon van der Neut2018-09-201-0/+15
|
* nprint object with set_max_print to limit recursionAnthon van der Neut2018-09-161-2/+2
|
* py2, oitnbAnthon van der Neut2018-09-091-7/+7
|
* adding test re #150, which passes but might fail when trying to implement re ↵Anthon van der Neut2018-09-081-0/+17
| | | | #233
* re #233 added failing testsAnthon van der Neut2018-09-081-0/+18
|
* fix issue #234 safe_load inserting a fold indicator character0.15.66Anthon van der Neut2018-09-071-2/+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 for issue @234Anthon van der Neut2018-09-071-0/+19
|
* roll out new version, with some fixes/enhancements0.15.65Anthon van der Neut2018-09-071-3/+4
|
* Respond to comments on PR; leave errors for parser to find.sixolet2018-09-061-6/+2
|