| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | retrofitted 0.18 changes | Anthon van der Neut | 2023-05-01 | 1 | -23/+25 |
| | | |||||
| * | remove support for 2.7, prepare for f-strings0.17.0 | Anthon van der Neut | 2021-03-26 | 1 | -1/+1 |
| | | |||||
| * | remove python 2 specific code | Anthon van der Neut | 2021-03-09 | 1 | -7/+5 |
| | | | | | add future deprecation warning to old style functions | ||||
| * | split off C library into separate package0.16.0 | Anthon van der Neut | 2019-07-25 | 1 | -2/+2 |
| | | |||||
| * | resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85 | Anthon van der Neut | 2019-01-08 | 1 | -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` method | Anthony Sottile | 2018-12-28 | 1 | -0/+14 |
| | | |||||
| * | cleanup of commented out xfails, added some (most failing) rt tests for spec ↵ | Anthon van der Neut | 2018-08-29 | 1 | -1/+0 |
| | | | | | examples | ||||
| * | fix issue #165 Python2 raising error when Unicode text involved in duplicate ↵0.15.55 | Anthon van der Neut | 2018-08-14 | 1 | -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 tests | Anthon van der Neut | 2018-08-05 | 1 | -18/+14 |
| | | |||||
| * | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -12/+37 |
| | | |||||
| * | Resolving issue #210 deprecation warning in python 3.7 | Anthon van der Neut | 2018-07-28 | 1 | -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.45 | Anthon van der Neut | 2018-07-26 | 1 | -1/+1 |
| |\ | |||||
| * | | test for StopIteration | Anthon van der Neut | 2018-07-26 | 1 | -0/+15 |
| |/ | |||||
| * | HG: *When this change indeed resolves your problem, please **Close** this ↵ | Anthon van der Neut | 2018-07-12 | 1 | -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.32 | Anthon van der Neut | 2017-08-21 | 1 | -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 API | Anthon van der Neut | 2017-08-21 | 1 | -1/+13 |
| | | |||||
| * | fix https://stackoverflow.com/a/45281922/13079050.15.21 | Anthon van der Neut | 2017-07-25 | 1 | -0/+19 |
| | | |||||
| * | Use selected Representer/Resolver with C dump0.15.15 | Anthon van der Neut | 2017-06-27 | 1 | -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 keys | Anthon van der Neut | 2017-06-09 | 1 | -0/+15 |
| | | |||||
| * | fix reset of scanner, reader, parser on multi-load0.15.5 | Anthon van der Neut | 2017-06-08 | 1 | -0/+8 |
| | | |||||
| * | added `transform` parameter to `dump`, to post-process output before writing0.15.4 | Anthon van der Neut | 2017-06-08 | 1 | -0/+63 |
| | | |||||
| * | error/warning on duplicate mapping keys0.15.1 | Anthon van der Neut | 2017-06-07 | 1 | -0/+28 |
