summaryrefslogtreecommitdiff
path: root/buildstream/_yaml.py
Commit message (Expand)AuthorAgeFilesLines
* _yaml.py: Be friendly with empty nodes in dictionary compositingTristan Van Berkom2017-01-071-2/+13
* _yaml.py: Strip all leading and trailing whitespace from returned stringsTristan Van Berkom2017-01-061-0/+7
* _yaml.py: Handle yaml.parser.ParserError in load()Tristan Van Berkom2017-01-021-1/+1
* _yaml.py: Added _yaml utility dump() to go with load()Tristan Van Berkom2016-12-311-0/+13
* _yaml.py: Added composite() convenience wrapper around composite_dict()Tristan Van Berkom2016-12-311-2/+19
* _yaml.py: Play friendly with nodes missing provenance infoTristan Van Berkom2016-12-311-1/+1
* _yaml.py: Allow loading of empty files gracefullyTristan Van Berkom2016-12-311-5/+17
* _yaml.py: Attempt simple type conversions in _yaml.node_get()Tristan Van Berkom2016-12-191-3/+15
* _yaml.py: More line unwrapping.Tristan Van Berkom2016-12-111-6/+3
* _yaml.py: Add optional shortname option to _yaml.load()Tristan Van Berkom2016-12-111-2/+8
* _yaml.py: Make Provenance object stringifyableTristan Van Berkom2016-12-101-29/+18
* pep8 fixes in _yaml.pyTristan Van Berkom2016-12-101-34/+72
* Removed utils.py and created _yaml.py moduleTristan Van Berkom2016-11-281-0/+364