summaryrefslogtreecommitdiff
path: root/_test/test_api_change.py
Commit message (Expand)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-23/+25
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-1/+1
* remove python 2 specific codeAnthon van der Neut2021-03-091-7/+5
* split off C library into separate package0.16.0Anthon van der Neut2019-07-251-2/+2
* resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85Anthon van der Neut2019-01-081-0/+1
* Add test for new-api `parse` methodAnthony Sottile2018-12-281-0/+14
* cleanup of commented out xfails, added some (most failing) rt tests for spec ...Anthon van der Neut2018-08-291-1/+0
* fix issue #165 Python2 raising error when Unicode text involved in duplicate ...0.15.55Anthon van der Neut2018-08-141-1/+0
* undid miswrapping of testsAnthon van der Neut2018-08-051-18/+14
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-12/+37
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-2/+23
* 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
|/
* HG: *When this change indeed resolves your problem, please **Close** this iss...Anthon van der Neut2018-07-121-2/+11
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-211-1/+2
* allow setting of yaml.default_flow_style = None in new APIAnthon van der Neut2017-08-211-1/+13
* fix https://stackoverflow.com/a/45281922/13079050.15.21Anthon van der Neut2017-07-251-0/+19
* Use selected Representer/Resolver with C dump0.15.15Anthon van der Neut2017-06-271-0/+13
* rt set handling now checks for duplicate keysAnthon van der Neut2017-06-091-0/+15
* fix reset of scanner, reader, parser on multi-load0.15.5Anthon van der Neut2017-06-081-0/+8
* added `transform` parameter to `dump`, to post-process output before writing0.15.4Anthon van der Neut2017-06-081-0/+63
* error/warning on duplicate mapping keys0.15.1Anthon van der Neut2017-06-071-0/+28