summaryrefslogtreecommitdiff
path: root/_test/test_api_change.py
Commit message (Collapse)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
| | | | add future deprecation warning to old style functions
* 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
| | | | | | | https://bitbucket.org/ruamel/yaml/issues/274/add-a-typ-ordered-for-a-middle-ground#comment-49783394 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* 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
| | | | examples
* fix issue #165 Python2 raising error when Unicode text involved in duplicate ↵0.15.55Anthon van der Neut2018-08-141-1/+0
| | | | | | | | | key warning. I could only reproduce this in Python2, finally fixed it. *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* 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
| | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
* 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 ↵Anthon van der Neut2018-07-121-2/+11
| | | | | | | | | | | | | | | | issue*. HG: *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* HG: ####################################################################### HG: Enter commit message. Lines beginning with 'HG:' are removed. HG: Leave message empty to abort commit. HG: ####################################################################### HG: user: Anthon van der Neut <anthon@mnt.org> HG: branch 'default' HG: changed .appveyor.yaml HG: changed CHANGES HG: changed README.rst HG: changed __init__.py
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-211-1/+2
| | | | | | | | | | | | | Thanks for reporting I "fixed" this by making the operators return a normal (bare) float, as the preservation is mostly there for round-trips without operations. Contrary to ScalarInt you cannot as easily preserve the style, and that needs a lot more testing, and probably much smarter code (i.e. 1.23e4 *= 10 should probably give 1.23e5 and not 12.3e4). *If this change makes things work again without your explicit convert to bare float, please **Close** this issue.*
* 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
| | | | | | Fix issue #135 Please close this issue if you can confirm it solves the reported problem
* 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