summaryrefslogtreecommitdiff
path: root/_test
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-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
* | 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
* 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
* 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-152-9/+16
* preserve directives, optional push root level scalar to own lineAnthon van der Neut2019-08-152-0/+60
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-081-0/+26
* 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
* 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-042-2/+12
* 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-272-2/+16
* 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
* 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
* fix issue #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78Anthon van der Neut2018-11-152-4/+17
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-1/+39
* fix issue #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-4/+0
* fixes issue #254 single question mark not dumped with quotes0.15.75Anthon van der Neut2018-10-271-1/+1
* 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
* 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-162-3/+21
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-063-4/+9
* 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