summaryrefslogtreecommitdiff
path: root/_test
Commit message (Expand)AuthorAgeFilesLines
* fix issue #196 loosing items on cast to dict0.15.52Anthon van der Neut2018-08-092-4/+16
* adding test for issue 196Anthon van der Neut2018-08-091-1/+43
* fix issue #213 : CommentedMap.copy() incomplete resultAnthon van der Neut2018-08-081-0/+17
* push new version fixing two issues0.15.51Anthon van der Neut2018-08-081-3/+2
* fix issue #124: incorrect tags for class methodsAnthon van der Neut2018-08-082-1/+41
* fix issue #216: adding spaces when empty line and shrinking keyAnthon van der Neut2018-08-081-2/+63
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-0/+12
* initial contextmanager dumpingAnthon van der Neut2018-08-051-0/+100
* undid miswrapping of testsAnthon van der Neut2018-08-0523-1405/+613
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-051-0/+27
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-0352-1013/+2079
* flake8-bugbearAnthon van der Neut2018-08-011-1/+1
* added captured DeprecationWarning test0.15.46Anthon van der Neut2018-07-293-19/+61
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-2823-150/+209
* This merges PR 34 and fixes issue #2110.15.45Anthon van der Neut2018-07-261-1/+1
|\
* | test for StopIterationAnthon van der Neut2018-07-261-0/+15
|/
* fixes issue #209: dump string '019' as plain scalar0.15.44Anthon van der Neut2018-07-141-2/+2
* HG: *When this change indeed resolves your problem, please **Close** this iss...Anthon van der Neut2018-07-121-2/+11
* fix regression caused by PR 270.15.42Anthon van der Neut2018-07-011-1/+1
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-274-49/+49
* publish fixes on pypi0.15.40Anthon van der Neut2018-06-181-1/+1
* fixes issue #201: decoding UnicodeAnthon van der Neut2018-06-171-2/+8
* Merge PR29, fixes issue #195Anthon van der Neut2018-06-131-0/+11
|\
| * Attempted fix for scientic notation parsingRolf Wojtech2018-03-211-0/+11
|/
* round-trip support for tagged scalars0.15.33Anthon van der Neut2017-08-311-0/+10
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-212-1/+13
* allow setting of yaml.default_flow_style = None in new APIAnthon van der Neut2017-08-211-1/+13
* fix for '{"in":{},"out":{}}' no longer parsing, reported by mjalkio on so0.15.30Anthon van der Neut2017-08-142-3/+6
* fix issue #51: separate indent levels for mappings and sequences0.15.29Anthon van der Neut2017-08-142-1/+90
* issue #61: merge of merge cannot be __repr__-ed (reported by Tal Liron)0.15.28Anthon van der Neut2017-08-131-0/+26
* fix issue #62: not allowing : or ? in flow style plain scalar0.15.27Anthon van der Neut2017-08-131-1/+44
* fix lists within lists with commentsAnthon van der Neut2017-08-135-47/+74
* fix issue #25: dropping comment between mapping key and value0.15.24Anthon van der Neut2017-08-092-6/+4
* fix for indenting non-indented sequence after commentAnthon van der Neut2017-08-091-3/+3
* update testsAnthon van der Neut2017-08-093-14/+56
* more float stuff and mypy changesAnthon van der Neut2017-08-062-5/+93
* scalarfloat supportAnthon van der Neut2017-08-062-0/+106
* no sexagesimal floats in 1.2Anthon van der Neut2017-08-051-16/+20
* fix issue #144: integer overflow on 2.7 (reported by ccatterina)0.15.23Anthon van der Neut2017-08-011-0/+9
* fix for issue #143: handling single excl mark tags0.15.22Anthon van der Neut2017-07-281-1/+17
* fix https://stackoverflow.com/a/45281922/13079050.15.21Anthon van der Neut2017-07-252-1/+20
* added register_class/yaml_object0.15.19Anthon van der Neut2017-07-133-0/+162
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-1220-40/+101
* Use selected Representer/Resolver with C dump0.15.15Anthon van der Neut2017-06-271-0/+13
* fix issue #130: warning on duplicates in merge key mapping0.15.13Anthon van der Neut2017-06-241-0/+24
* fix issue #130: regression in nested mergesAnthon van der Neut2017-06-241-0/+23
* level zero literals, renamed plug-in, mypy updatesAnthon van der Neut2017-06-232-0/+111
* fix issue #127: quotes for tagged scalars0.15.9Anthon van der Neut2017-06-161-1/+41
* top-level folded/literal scalar col-00.15.6Anthon van der Neut2017-06-102-0/+165
* rt set handling now checks for duplicate keysAnthon van der Neut2017-06-091-0/+15