summaryrefslogtreecommitdiff
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-2/+20
|
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-291/+270
|
* bug in YAML.compose(Path(...)))0.17.21Anthon van der Neut2022-02-121-1/+1
|
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-12/+16
|
* fix for issue 3840.17.5Anthon van der Neut2021-05-301-1/+1
| | | | aliased scalars in !!set would not round trip with ?
* * extend EOL token handlingAnthon van der Neut2021-05-061-5/+14
| | | | * extending comment
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-3/+3
|
* fix for issue 382, error in format string0.17.3Anthon van der Neut2021-04-071-1/+2
|
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-3/+1
|
* add scan, parser. compose, emit, serialize to YAMLAnthon van der Neut2021-03-201-20/+141
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-46/+46
| | | | add future deprecation warning to old style functions
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-301-5/+7
|
* allow list as typ argument for YAML()0.16.5Anthon van der Neut2019-08-181-26/+34
| | | | needed for extending the basic types e.g. in ruamel.yaml.pytypes
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-5/+5
| | | | | | | | 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))*
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-151-1/+2
| | | | | | | fixes issue #305 *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))*
* preserve directives, optional push root level scalar to own lineAnthon van der Neut2019-08-151-0/+5
| | | | | | | | | | You need to set YAML().scalar_after_indicator = False to get a single scalar document starting on its own line (instead of after the directives end indicator: --- abc") fixes issue #304 *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))*
* fix indexing error on empty list for merge-key position0.15.87Anthon van der Neut2019-01-221-1/+1
|
* work around issue 6112 in mypyAnthon van der Neut2018-12-281-3/+3
|
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-8/+8
| | | | | | | | | 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))*
* update for mypy, documentationAnthon van der Neut2018-10-161-0/+1
|
* add .compact() to set non-compacting for sequence/mapping within sequence0.15.73Anthon van der Neut2018-10-161-0/+10
|
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-061-4/+4
| | | | | *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))*
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-301-0/+3
|
* mypy updateAnthon van der Neut2018-08-251-9/+9
|
* cleanupAnthon van der Neut2018-08-211-2/+2
|
* some minor speed ups through removal of indirection overhead, re #159Anthon van der Neut2018-08-201-8/+10
|
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-5/+5
|
* fix issue 102 now also for empty mappings with comments0.15.54Anthon van der Neut2018-08-131-5/+5
| | | | | *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)*
* fix issue #172 compact JSON no longer parsingAnthon van der Neut2018-08-121-1/+16
| | | | | | | | | | This was quite intrusive, because loosing the tests surrounding the colon made flow style lists with ::vector as key fail. Had to keept track of whether in a flow-style mapping or sequence to get this solved *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)*
* fix issue #161 doubling comment on empty valueAnthon van der Neut2018-08-121-0/+21
|
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-35/+68
|
* initial contextmanager dumpingAnthon van der Neut2018-08-051-4/+147
|
* Fixes issue #215, adding Union[Path, StreamType]Anthon van der Neut2018-08-051-4/+8
| | | | | *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)*
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-179/+361
|
* load_all: remove StopIterationZachary Buhman2018-07-241-1/+1
| | | | | StopIteration in a generator is not allowed in pep479/python3.7+; return provides equivalent behavior.
* resolves issue #186: facilitate register_class as decoratorAnthon van der Neut2018-07-121-1/+2
| | | | | *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)*
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-1/+1
|
* fixes Windows ImportErrorNuno André2018-01-051-1/+1
|
* allow None stream if transforming0.15.35Anthon van der Neut2017-12-031-1/+4
| | | | | If YAML.dump() is passed a transform function, specifying None will ignore the return value of that function.
* fix issue #154: indent on non-pure dumping not workingAnthon van der Neut2017-09-011-0/+1
|
* allow setting of yaml.default_flow_style = None in new APIAnthon van der Neut2017-08-211-1/+3
|
* fix issue #51: separate indent levels for mappings and sequences0.15.29Anthon van der Neut2017-08-141-6/+47
| | | | **When this resolves the reported problem, please close this issue**
* more float stuff and mypy changesAnthon van der Neut2017-08-061-2/+2
|
* fix https://stackoverflow.com/a/45281922/13079050.15.21Anthon van der Neut2017-07-251-4/+13
|
* mypy updateAnthon van der Neut2017-07-151-0/+7
|
* added register_class/yaml_object0.15.19Anthon van der Neut2017-07-131-1/+55
|
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-1/+2
|
* added pure to YAML0.15.18Anthon van der Neut2017-07-041-1/+1
|
* minor doc improvements0.15.16Anthon van der Neut2017-07-011-1/+0
|
* Use selected Representer/Resolver with C dump0.15.15Anthon van der Neut2017-06-271-3/+4
| | | | | | Fix issue #135 Please close this issue if you can confirm it solves the reported problem