summaryrefslogtreecommitdiff
path: root/plugins/yaml/python/reader.c
AgeCommit message (Expand)Author
2023-04-27Replace the old YAML parser by another one relying on the external libyaml li...Cyrille Bagard
2023-02-04Provide constructor to load Yaml contents without external files.Cyrille Bagard
2022-09-22Fix runtime Python warnings for all # variants of formats.Cyrille Bagard
2020-12-11Updated code to comply with the coding style.Cyrille Bagard
2020-02-18Parsed Python bytes-like objects arguments with care.Cyrille Bagard
2019-11-03Handled sequences with the Yaml reader in an improved way.Cyrille Bagard
2019-11-01Added support for Yaml content.Cyrille Bagard