| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fix issue #238 construct recursive objects0.15.71 | Anthon van der Neut | 2018-09-26 | 2 | -0/+43 |
| * | fix issue #214 part two: use __qualname__ for tag:yaml.org,2002:python/object... | Anthon van der Neut | 2018-09-26 | 4 | -216/+176 |
| * | added failing test re #242 | Anthon van der Neut | 2018-09-26 | 1 | -0/+5 |
| * | fix #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70 | Anthon van der Neut | 2018-09-21 | 1 | -8/+13 |
| * | revert CommentedMap to ordereddict subclass | Anthon van der Neut | 2018-09-21 | 1 | -1/+1 |
| * | fix issue #239 dropping comments before document-end on load_all0.15.69 | Anthon van der Neut | 2018-09-20 | 1 | -2/+2 |
| * | added failing test re issue #239 | Anthon van der Neut | 2018-09-20 | 1 | -1/+23 |
| * | fix issue #238 incompatibility between __setstate__ and recursive parameters0.15.68 | Anthon van der Neut | 2018-09-20 | 1 | -11/+10 |
| * | added failing test, re #238 | Anthon van der Neut | 2018-09-20 | 1 | -0/+33 |
| * | fix issue 236 newline without proper following indent on nested flow-style se... | Anthon van der Neut | 2018-09-20 | 1 | -4/+3 |
| * | add failing test re #236 | Anthon van der Neut | 2018-09-20 | 1 | -0/+15 |
| * | fix for issue #235 extra indent on non-root literal strings on rt0.15.67 | Anthon van der Neut | 2018-09-19 | 1 | -0/+1 |
| * | Merged in sixolet/ruamel-yaml/indent-properly (pull request #37) | Ruamel/Anthon van der Neut | 2018-09-19 | 1 | -0/+12 |
| |\ |
|
| | * | Stop explicitly-indented literals from stacking with flow-based indents. | sixolet | 2018-09-11 | 2 | -3/+15 |
| * | | nprint object with set_max_print to limit recursion | Anthon van der Neut | 2018-09-16 | 1 | -2/+2 |
| * | | py2, oitnb | Anthon van der Neut | 2018-09-09 | 1 | -7/+7 |
| |/ |
|
| * | adding test re #150, which passes but might fail when trying to implement re ... | Anthon van der Neut | 2018-09-08 | 1 | -0/+17 |
| * | re #233 added failing tests | Anthon van der Neut | 2018-09-08 | 1 | -0/+18 |
| * | fix issue #234 safe_load inserting a fold indicator character0.15.66 | Anthon van der Neut | 2018-09-07 | 1 | -2/+0 |
| * | added failing test for issue @234 | Anthon van der Neut | 2018-09-07 | 1 | -0/+19 |
| * | roll out new version, with some fixes/enhancements0.15.65 | Anthon van der Neut | 2018-09-07 | 2 | -4/+5 |
| * | Respond to comments on PR; leave errors for parser to find. | sixolet | 2018-09-06 | 1 | -6/+2 |
| * | Change an unmatched closing bracket from an IndexError to a ScannerError. | sixolet | 2018-09-05 | 1 | -0/+12 |
| * | add key and reverse parameter to CommentedSeq.sort() | Anthon van der Neut | 2018-09-01 | 1 | -0/+75 |
| * | rt of doc with root literal and embedded directive/document end | Anthon van der Neut | 2018-09-01 | 1 | -26/+61 |
| * | default to non-braced single item mappings in flow sequences0.15.64 | Anthon van der Neut | 2018-08-30 | 2 | -3/+14 |
| * | fix issue #229 enable round-trip of floats without number before the dot | Anthon van der Neut | 2018-08-30 | 1 | -0/+4 |
| * | add failing test re #229 | Anthon van der Neut | 2018-08-30 | 1 | -0/+2 |
| * | allow round trip of tagged sequences | Anthon van der Neut | 2018-08-30 | 1 | -0/+17 |
| * | allow version 1.2 using C loader/dumper0.15.62 | Anthon van der Neut | 2018-08-29 | 2 | -14/+9 |
| * | cleanup of commented out xfails, added some (most failing) rt tests for spec ... | Anthon van der Neut | 2018-08-29 | 9 | -12/+311 |
| * | failing tests for CYaml 1.2 load/dump, re #155 | Anthon van der Neut | 2018-08-29 | 1 | -0/+41 |
| * | remove erroneous version from CHANGES, update use of LiteralScalarString | Anthon van der Neut | 2018-08-23 | 1 | -2/+2 |
| * | fix #158 folded scalars not roundtripping0.15.61 | Anthon van der Neut | 2018-08-23 | 1 | -20/+0 |
| * | change tests for folded scalars to fail, re #158 | Anthon van der Neut | 2018-08-23 | 1 | -1/+19 |
| * | cleanup | Anthon van der Neut | 2018-08-21 | 1 | -0/+2 |
| * | update and extend walk_tree, cover with test | Anthon van der Neut | 2018-08-20 | 1 | -0/+40 |
| * | fix issue #219 breakage on single entry map as flow sequence element0.15.60 | Anthon van der Neut | 2018-08-18 | 1 | -3/+9 |
| * | failing test re #219 single entry map as flow sequence element | Anthon van der Neut | 2018-08-18 | 1 | -0/+7 |
| * | fix issue 223 Cloader not initialising Resolver version0.15.59 | Anthon van der Neut | 2018-08-17 | 1 | -2/+4 |
| * | failing test re #223 Cloader with uninitialized resolver version | Anthon van der Neut | 2018-08-17 | 1 | -1/+7 |
| * | fix issue 222 string to dump checked against 1.1 patterns0.15.58 | Anthon van der Neut | 2018-08-17 | 1 | -1/+1 |
| * | test added re #222 dumping as YAML 1.1 | Anthon van der Neut | 2018-08-17 | 1 | -0/+8 |
| * | allow simple mappings as mapping keys | Anthon van der Neut | 2018-08-16 | 2 | -1/+46 |
| * | fix issue #221 .__add__() and .sort() no longer available on CommentedSeq0.15.57 | Anthon van der Neut | 2018-08-15 | 1 | -5/+15 |
| * | test added re #221 add and sort with CommentedSeq | Anthon van der Neut | 2018-08-15 | 1 | -0/+21 |
| * | oitnb formats all tests | Anthon van der Neut | 2018-08-15 | 10 | -226/+351 |
| * | added failing test re #220 .pop optimized away | Anthon van der Neut | 2018-08-15 | 2 | -5/+23 |
| * | fix issue #165 Python2 raising error when Unicode text involved in duplicate ...0.15.55 | Anthon van der Neut | 2018-08-14 | 1 | -1/+0 |
| * | fix issue #176 CommentedSeq does not support slice assignment | Anthon van der Neut | 2018-08-14 | 1 | -1/+77 |