summaryrefslogtreecommitdiff
path: root/_test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rt of doc with root literal and embedded directive/document endAnthon van der Neut2018-09-011-26/+61
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-302-3/+14
* fix issue #229 enable round-trip of floats without number before the dotAnthon van der Neut2018-08-301-0/+4
* add failing test re #229Anthon van der Neut2018-08-301-0/+2
* allow round trip of tagged sequencesAnthon van der Neut2018-08-301-0/+17
* allow version 1.2 using C loader/dumper0.15.62Anthon van der Neut2018-08-292-14/+9
* cleanup of commented out xfails, added some (most failing) rt tests for spec ...Anthon van der Neut2018-08-299-12/+311
* failing tests for CYaml 1.2 load/dump, re #155Anthon van der Neut2018-08-291-0/+41
* remove erroneous version from CHANGES, update use of LiteralScalarStringAnthon van der Neut2018-08-231-2/+2
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-20/+0
* change tests for folded scalars to fail, re #158Anthon van der Neut2018-08-231-1/+19
* cleanupAnthon van der Neut2018-08-211-0/+2
* update and extend walk_tree, cover with testAnthon van der Neut2018-08-201-0/+40
* 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
* allow simple mappings as mapping keysAnthon van der Neut2018-08-162-1/+46
* 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
* oitnb formats all testsAnthon van der Neut2018-08-1510-226/+351
* added failing test re #220 .pop optimized awayAnthon van der Neut2018-08-152-5/+23
* fix issue #165 Python2 raising error when Unicode text involved in duplicate ...0.15.55Anthon van der Neut2018-08-141-1/+0
* 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-132-6/+4
* 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-122-2/+2
* ref issue #160 flow mapping with comments in sequence gobbles newlineAnthon van der Neut2018-08-121-1/+14
* fix issue #218 single + interpreted as integer under 1.2Anthon van der Neut2018-08-121-0/+7
* fix issue #196 loosing items on cast to dict0.15.52Anthon van der Neut2018-08-092-4/+16
* adding test for issue 196Anthon van der Neut2018-08-091-1/+43
* fix issue #213 : CommentedMap.copy() incomplete resultAnthon van der Neut2018-08-081-0/+17
* push new version fixing two issues0.15.51Anthon van der Neut2018-08-081-3/+2
* fix issue #124: incorrect tags for class methodsAnthon van der Neut2018-08-082-1/+41
* fix issue #216: adding spaces when empty line and shrinking keyAnthon van der Neut2018-08-081-2/+63
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-0/+12
* initial contextmanager dumpingAnthon van der Neut2018-08-051-0/+100
* undid miswrapping of testsAnthon van der Neut2018-08-0523-1405/+613
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-051-0/+27