Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove python 2 specific code | Anthon van der Neut | 2021-03-09 | 1 | -10/+6 |
| | | | | add future deprecation warning to old style functions | ||||
* | fix #373 | Anthon van der Neut | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | mypy, split contruct_object0.16.3 | Anthon van der Neut | 2019-08-15 | 1 | -1/+2 |
| | | | | | | | | fixes issue #306 *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))* | ||||
* | roundtrip anchors/aliases on str, int, float | Anthon van der Neut | 2018-12-27 | 1 | -18/+33 |
| | |||||
* | fix for issue with folds after (and before) spaces being emitted as BEL ↵0.15.80 | Anthon van der Neut | 2018-11-26 | 1 | -1/+1 |
| | | | | character instead of discarding | ||||
* | fix issue #194 object attributes always sorted0.15.77 | Anthon van der Neut | 2018-11-09 | 1 | -1/+22 |
| | | | | | | | | | Test for this issue in: https://bitbucket.org/ruamel/yaml.data/src/default/object/control_base_representer_mapping_sort.yaml *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))* | ||||
* | mypy update | Anthon van der Neut | 2018-08-25 | 1 | -2/+2 |
| | |||||
* | remove erroneous version from CHANGES, update use of LiteralScalarString | Anthon van der Neut | 2018-08-23 | 1 | -1/+3 |
| | |||||
* | fix #158 folded scalars not roundtripping0.15.61 | Anthon van der Neut | 2018-08-23 | 1 | -5/+20 |
| | |||||
* | update and extend walk_tree, cover with test | Anthon van der Neut | 2018-08-20 | 1 | -8/+24 |
| | |||||
* | fix issue #196 loosing items on cast to dict0.15.52 | Anthon van der Neut | 2018-08-09 | 1 | -1/+1 |
| | | | | | *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)* | ||||
* | leading empty lines and comments on root level literal scalars not preserved0.15.49 | Anthon van der Neut | 2018-08-05 | 1 | -1/+1 |
| | | | | | | | | added test, fixed both now you can have --- !some_tag | # with a comment this is a multi- line literal scalar | ||||
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -3/+7 |
| | |||||
* | fix issue #127: quotes for tagged scalars0.15.9 | Anthon van der Neut | 2017-06-16 | 1 | -0/+6 |
| | | | | also fixes spurious newlines when using tagged scalars in block sequences | ||||
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -3/+1 |
| | |||||
* | fix issue 112: hexadecimal not preserved0.14.6 | Anthon van der Neut | 2017-04-14 | 1 | -2/+1 |
| | | | | please **close** this issue if fixed | ||||
* | update type info on new method | Anthon van der Neut | 2017-04-04 | 1 | -0/+1 |
| | |||||
* | fix issue #109 and #110 | Anthon van der Neut | 2017-04-04 | 1 | -0/+3 |
| | | | | | | | issue 109: None not represented round-trippable at top level, reported by Andrea Censi issue 110: .replace() on a ScalarString subclass would return a string instead of an instance of that subclass, reported by sandres23 | ||||
* | fix issue 106, Text undefined in 3.5.10.14.1 | Anthon van der Neut | 2017-03-22 | 1 | -1/+4 |
| | | | | Reported by Charles Bouchard-L?gar? | ||||
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0 | Anthon van der Neut | 2017-03-21 | 1 | -5/+12 |
| | |||||
* | memory usage optimisations0.13.1 | Anthon van der Neut | 2016-11-22 | 1 | -0/+8 |
| | |||||
* | initial type info, drop 2.60.12.0 | Anthon van der Neut | 2016-08-15 | 1 | -5/+2 |
| | |||||
* | added optional preservation of quotes around scalars | Anthon van der Neut | 2016-07-06 | 1 | -1/+12 |
| | |||||
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -0/+2 |
| | |||||
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -2/+1 |
| | | | | | a comment from its original column - flake 8 | ||||
* | Jython compatibility | Anthon van der Neut | 2015-10-08 | 1 | -1/+5 |
| | |||||
* | - main problem in moving stuff from yaml/py to yaml was that | Anthon van der Neut | 2015-08-28 | 1 | -0/+44 |
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet |