| Commit message (Expand) | Author | Age | Files | Lines |
* | preserve directives, optional push root level scalar to own line | Anthon van der Neut | 2019-08-15 | 2 | -0/+60 |
* | allow '#' in tag URI, force use of new clib0.16.1 | Anthon van der Neut | 2019-08-08 | 1 | -0/+26 |
* | split off C library into separate package0.16.0 | Anthon van der Neut | 2019-07-25 | 2 | -4/+14 |
* | allow dump of deepcopied data from commented YAML0.15.100 | Anthon van der Neut | 2019-07-17 | 1 | -2/+2 |
* | failing test for 295 | Anthon van der Neut | 2019-07-17 | 1 | -0/+26 |
* | indentation of comments after folded/lit scalars0.15.96 | Anthon van der Neut | 2019-05-16 | 1 | -0/+103 |
* | fix comments on anchored nodes in block sequence0.15.95 | Anthon van der Neut | 2019-05-16 | 1 | -0/+31 |
* | add line-break to EOF comment without one0.15.94 | Anthon van der Neut | 2019-04-23 | 1 | -0/+16 |
* | Add y/Y/n/N to boolean values under 1.10.15.93 | Anthon van der Neut | 2019-04-21 | 1 | -0/+18 |
* | YAML 1.2 allows empty implicit keys in block style mappings0.15.92 | Anthon van der Neut | 2019-04-16 | 1 | -0/+17 |
* | fix update CommentedMap with list of tuples0.15.90 | Anthon van der Neut | 2019-04-04 | 2 | -2/+12 |
* | make it test the real issue 160 | Anthon van der Neut | 2019-03-14 | 1 | -2/+14 |
* | fix issue #279 block sequence elements with flow mapping collapsed0.15.89 | Anthon van der Neut | 2019-02-27 | 1 | -3/+20 |
* | fix issue #280 namedtuple erorring in error generation on safe_dump | Anthon van der Neut | 2019-02-27 | 2 | -2/+16 |
* | insert merge key in old (absolute) position0.15.86 | Anthon van der Neut | 2019-01-16 | 1 | -1/+5 |
* | resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85 | Anthon van der Neut | 2019-01-08 | 1 | -0/+1 |
* | Add test for new-api `parse` method | Anthony Sottile | 2018-12-28 | 1 | -0/+14 |
* | fix issue #244 dumping methods of metaclass derived classes0.15.81 | Anthon van der Neut | 2018-12-06 | 1 | -1/+2 |
* | fix issue #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78 | Anthon van der Neut | 2018-11-15 | 2 | -4/+17 |
* | fix issue #194 object attributes always sorted0.15.77 | Anthon van der Neut | 2018-11-09 | 1 | -1/+39 |
* | fix issue #255 and #256 empty collection defaulting to flow-style0.15.76 | Anthon van der Neut | 2018-11-01 | 1 | -4/+0 |
* | fixes issue #254 single question mark not dumped with quotes0.15.75 | Anthon van der Neut | 2018-10-27 | 1 | -1/+1 |
* | fix issue 251 error on multiple merge keys | Anthon van der Neut | 2018-10-17 | 1 | -3/+25 |
* | fix issue #250 dropping of comment when seq within seq0.15.74 | Anthon van der Neut | 2018-10-17 | 1 | -1/+0 |
* | added failing test re issue #250 comment on sequence within sequence | Anthon van der Neut | 2018-10-17 | 1 | -0/+11 |
* | fix issue #249 irregular output on pre-comment and seq within seq | Anthon van der Neut | 2018-10-16 | 1 | -1/+0 |
* | add failing test re issue #249 | Anthon van der Neut | 2018-10-16 | 2 | -3/+21 |
* | fix issue #245 regression on C parsing of explicit 1.1 source0.15.72 | Anthon van der Neut | 2018-10-06 | 3 | -4/+9 |
* | failing test re #245 | Anthon van der Neut | 2018-10-06 | 1 | -0/+19 |
* | test hierarchy, per file creation/loading of YAML | Anthon van der Neut | 2018-10-02 | 2 | -15/+20 |
* | added Python -> YAML testing | Anthon van der Neut | 2018-10-02 | 2 | -11/+33 |
* | 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 |