summaryrefslogtreecommitdiff
path: root/_test/test_issues.py
Commit message (Expand)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
* | 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
* output of # in TAG directive0.16.4Anthon van der Neut2019-08-161-0/+10
* move YAML directive info to scanner for TAG parsing of 1.2 URIAnthon van der Neut2019-08-151-1/+0
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-151-5/+14
* preserve directives, optional push root level scalar to own lineAnthon van der Neut2019-08-151-0/+11
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-081-0/+26
* allow dump of deepcopied data from commented YAML0.15.100Anthon van der Neut2019-07-171-2/+2
* 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
* fix comments on anchored nodes in block sequence0.15.95Anthon van der Neut2019-05-161-0/+31
* add line-break to EOF comment without one0.15.94Anthon van der Neut2019-04-231-0/+16
* Add y/Y/n/N to boolean values under 1.10.15.93Anthon van der Neut2019-04-211-0/+18
* YAML 1.2 allows empty implicit keys in block style mappings0.15.92Anthon van der Neut2019-04-161-0/+17
* fix update CommentedMap with list of tuples0.15.90Anthon van der Neut2019-04-041-0/+10
* 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
* fix issue #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-0/+14
* fix issue #250 dropping of comment when seq within seq0.15.74Anthon van der Neut2018-10-171-1/+0
* 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
* 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
* 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
* fix issue #214 part two: use __qualname__ for tag:yaml.org,2002:python/object...Anthon van der Neut2018-09-261-2/+1
* 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
* revert CommentedMap to ordereddict subclassAnthon van der Neut2018-09-211-1/+1
* fix issue #239 dropping comments before document-end on load_all0.15.69Anthon van der Neut2018-09-201-2/+2
* 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
* added failing test, re #238Anthon van der Neut2018-09-201-0/+33
* fix issue 236 newline without proper following indent on nested flow-style se...Anthon van der Neut2018-09-201-4/+3
* 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
* 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
* 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