summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* take from list of active branchesindent-properlyAnthon van der Neut2021-12-250-0/+0
* Stop explicitly-indented literals from stacking with flow-based indents.sixolet2018-09-113-7/+20
* 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
* Added tag 0.15.64 for changeset fb23f823f2beAnthon van der Neut2018-08-300-0/+0
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-3011-32/+88
* fix issue #229 enable round-trip of floats without number before the dotAnthon van der Neut2018-08-303-3/+7
* add failing test re #229Anthon van der Neut2018-08-301-0/+2
* allow round trip of tagged sequencesAnthon van der Neut2018-08-304-0/+46
* Added tag 0.15.63 for changeset b62ff264208eAnthon van der Neut2018-08-290-0/+0
* new release to push new .tar.gz (for Windows users using that)0.15.63Anthon van der Neut2018-08-294-4/+10
* try to workaround limits of Visual StudioAnthon van der Neut2018-08-291-3/+3
* Added tag 0.15.62 for changeset 84a177710530Anthon van der Neut2018-08-290-0/+0
* allow version 1.2 using C loader/dumper0.15.62Anthon van der Neut2018-08-298-22/+40
* 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
* mypy updateAnthon van der Neut2018-08-254-29/+32
* remove erroneous version from CHANGES, update use of LiteralScalarStringAnthon van der Neut2018-08-233-9/+5
* Added tag 0.15.61 for changeset 7785d0275147Anthon van der Neut2018-08-230-0/+0
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-2310-42/+95
* change tests for folded scalars to fail, re #158Anthon van der Neut2018-08-231-1/+19
* update C code with minimal changes from libyamlAnthon van der Neut2018-08-219-86/+126
* cleanupAnthon van der Neut2018-08-214-11/+6
* allow cloader to handle JSON's forward slash escapeAnthon van der Neut2018-08-201-0/+4
* some minor speed ups through removal of indirection overhead, re #159Anthon van der Neut2018-08-203-17/+27
* new develop informationAnthon van der Neut2018-08-201-2/+5
* update and extend walk_tree, cover with testAnthon van der Neut2018-08-202-8/+64
* Added tag 0.15.60 for changeset 8bd3d99acd97Anthon van der Neut2018-08-180-0/+0
* fix issue #219 breakage on single entry map as flow sequence element0.15.60Anthon van der Neut2018-08-187-10/+30
* failing test re #219 single entry map as flow sequence elementAnthon van der Neut2018-08-181-0/+7
* allow debugging of CommentedSeqAnthon van der Neut2018-08-181-0/+4
* updates for mypy and remove print statementsAnthon van der Neut2018-08-1812-54/+56
* Added tag 0.15.59 for changeset ed53aca288aaAnthon van der Neut2018-08-170-0/+0
* fix issue 223 Cloader not initialising Resolver version0.15.59Anthon van der Neut2018-08-176-8/+23
* failing test re #223 Cloader with uninitialized resolver versionAnthon van der Neut2018-08-171-1/+7
* Added tag 0.15.58 for changeset c98b054e7b4bAnthon van der Neut2018-08-170-0/+0
* fix issue 222 string to dump checked against 1.1 patterns0.15.58Anthon van der Neut2018-08-176-69/+39
* test added re #222 dumping as YAML 1.1Anthon van der Neut2018-08-171-0/+8
* fix for 2.7, ruamel.ordereddict expects ordered inputAnthon van der Neut2018-08-171-1/+7