summaryrefslogtreecommitdiff
path: root/_test/test_issues.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change an unmatched closing bracket from an IndexError to a ScannerError.sixolet2018-09-051-0/+12
* add key and reverse parameter to CommentedSeq.sort()Anthon van der Neut2018-09-011-0/+75
* cleanup of commented out xfails, added some (most failing) rt tests for spec ...Anthon van der Neut2018-08-291-2/+0
* fix issue #219 breakage on single entry map as flow sequence element0.15.60Anthon van der Neut2018-08-181-3/+9
* failing test re #219 single entry map as flow sequence elementAnthon van der Neut2018-08-181-0/+7
* fix issue 223 Cloader not initialising Resolver version0.15.59Anthon van der Neut2018-08-171-2/+4
* failing test re #223 Cloader with uninitialized resolver versionAnthon van der Neut2018-08-171-1/+7
* fix issue 222 string to dump checked against 1.1 patterns0.15.58Anthon van der Neut2018-08-171-1/+1
* test added re #222 dumping as YAML 1.1Anthon van der Neut2018-08-171-0/+8
* fix issue #221 .__add__() and .sort() no longer available on CommentedSeq0.15.57Anthon van der Neut2018-08-151-5/+15
* test added re #221 add and sort with CommentedSeqAnthon van der Neut2018-08-151-0/+21
* added failing test re #220 .pop optimized awayAnthon van der Neut2018-08-151-3/+18
* fix issue #176 CommentedSeq does not support slice assignmentAnthon van der Neut2018-08-141-1/+77
* reimplement CommentedSeq to subclass MutableSequence instead of listAnthon van der Neut2018-08-141-10/+9
* wontfix #82 implicit resolver for rtAnthon van der Neut2018-08-131-1/+59
* failing test for issue 184Anthon van der Neut2018-08-131-1/+13
* fix issue 102 now also for empty mappings with comments0.15.54Anthon van der Neut2018-08-131-5/+3
* issue 102 failingAnthon van der Neut2018-08-131-0/+12
* fix issue #172 compact JSON no longer parsingAnthon van der Neut2018-08-121-1/+13
* fix issue #163 comment disappearing in list before flow mappingAnthon van der Neut2018-08-121-5/+10
* fix issue #161 doubling comment on empty valueAnthon van der Neut2018-08-121-0/+23
* fix issue #160 flow mapping in sequence with comment gobbling newline0.15.53Anthon van der Neut2018-08-121-2/+1
* ref issue #160 flow mapping with comments in sequence gobbles newlineAnthon van der Neut2018-08-121-1/+14
* undid miswrapping of testsAnthon van der Neut2018-08-051-4/+2