summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* update for mypy, documentationAnthon van der Neut2018-10-163-4/+4
* Added tag 0.15.73 for changeset 10764fa934a1Anthon van der Neut2018-10-160-0/+0
* add .compact() to set non-compacting for sequence/mapping within sequence0.15.73Anthon van der Neut2018-10-167-47/+139
* fix issue #249 irregular output on pre-comment and seq within seqAnthon van der Neut2018-10-162-9/+12
* add failing test re issue #249Anthon van der Neut2018-10-162-3/+21
* add nprintf for debuggingAnthon van der Neut2018-10-161-6/+12
* update start of .rydAnthon van der Neut2018-10-1610-11/+1
* Added tag 0.15.72 for changeset f103b8fab8f6Anthon van der Neut2018-10-060-0/+0
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-069-20/+42
* failing test re #245Anthon van der Neut2018-10-061-0/+19
* test hierarchy, per file creation/loading of YAMLAnthon van der Neut2018-10-022-15/+20
* added Python -> YAML testingAnthon van der Neut2018-10-022-11/+33
* Added tag 0.15.71 for changeset 3f910bde276cAnthon van der Neut2018-09-260-0/+0
* fix issue #238 construct recursive objects0.15.71Anthon van der Neut2018-09-267-10/+76
* fix issue #214 part two: use __qualname__ for tag:yaml.org,2002:python/object...Anthon van der Neut2018-09-265-217/+181
* fix issue #241 incorrect emit of literal scalars with indent indicationAnthon van der Neut2018-09-261-3/+4
* fix issue #242 cannot instantiate mapping with parametersAnthon van der Neut2018-09-261-1/+1
* added failing test re #242Anthon van der Neut2018-09-261-0/+5
* Added tag 0.15.70 for changeset 9f203c29fc78Anthon van der Neut2018-09-210-0/+0
* fix #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70Anthon van der Neut2018-09-216-36/+61
* revert CommentedMap to ordereddict subclassAnthon van der Neut2018-09-212-96/+62
* Added tag 0.15.69 for changeset 5426db7ee3acAnthon van der Neut2018-09-200-0/+0
* fix issue #239 dropping comments before document-end on load_all0.15.69Anthon van der Neut2018-09-206-7/+15
* added failing test re issue #239Anthon van der Neut2018-09-201-1/+23
* Added tag 0.15.68 for changeset a7a8cc1882ffAnthon van der Neut2018-09-200-0/+0
* fix issue #238 incompatibility between __setstate__ and recursive parameters0.15.68Anthon van der Neut2018-09-206-18/+29
* 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-202-5/+4
* add failing test re #236Anthon van der Neut2018-09-201-0/+15
* Added tag 0.15.67 for changeset bf41e2157c0fAnthon van der Neut2018-09-190-0/+0
* fix for issue #235 extra indent on non-root literal strings on rt0.15.67Anthon van der Neut2018-09-195-5/+16
* Merged in sixolet/ruamel-yaml/indent-properly (pull request #37)Ruamel/Anthon van der Neut2018-09-192-4/+17
|\
| * Stop explicitly-indented literals from stacking with flow-based indents.sixolet2018-09-113-7/+20
* | mypy updateAnthon van der Neut2018-09-191-2/+2
* | nprint object with set_max_print to limit recursionAnthon van der Neut2018-09-162-5/+32
* | py2, oitnbAnthon van der Neut2018-09-091-7/+7
* | mypy and minor fixAnthon van der Neut2018-09-092-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
* Added tag 0.15.66 for changeset 8fbe5da09aa2Anthon van der Neut2018-09-070-0/+0
* fix issue #234 safe_load inserting a fold indicator character0.15.66Anthon van der Neut2018-09-077-57/+56
* added failing test for issue @234Anthon van der Neut2018-09-071-0/+19
* Added tag 0.15.65 for changeset 8a949259a8eaAnthon van der Neut2018-09-070-0/+0
* roll out new version, with some fixes/enhancements0.15.65Anthon van der Neut2018-09-077-45/+57
* Fix whitespacesixolet2018-09-061-4/+4
* Respond to comments on PR; leave errors for parser to find.sixolet2018-09-062-15/+11
* Change an unmatched closing bracket from an IndexError to a ScannerError.sixolet2018-09-052-1/+17
* add key and reverse parameter to CommentedSeq.sort()Anthon van der Neut2018-09-014-5/+85
* rt of doc with root literal and embedded directive/document endAnthon van der Neut2018-09-013-37/+99
* caching indirected method call for minor speed improvements on reading, re #159Anthon van der Neut2018-09-012-132/+187