summaryrefslogtreecommitdiff
path: root/_test
Commit message (Expand)AuthorAgeFilesLines
...
* fix issue #238 construct recursive objects0.15.71Anthon van der Neut2018-09-262-0/+43
* fix issue #214 part two: use __qualname__ for tag:yaml.org,2002:python/object...Anthon van der Neut2018-09-264-216/+176
* 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
* fix for issue #235 extra indent on non-root literal strings on rt0.15.67Anthon van der Neut2018-09-191-0/+1
* Merged in sixolet/ruamel-yaml/indent-properly (pull request #37)Ruamel/Anthon van der Neut2018-09-191-0/+12
|\
| * Stop explicitly-indented literals from stacking with flow-based indents.sixolet2018-09-112-3/+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-072-4/+5
* 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