summaryrefslogtreecommitdiff
path: root/buildstream/_yaml.py
Commit message (Expand)AuthorAgeFilesLines
* Add _yaml.validate_nodeTristan Maat2017-09-131-0/+13
* _yaml.py: Removing unused CompositePolicy.STRICTTristan Van Berkom2017-09-091-14/+2
* _yaml.py: Added load_data()Tristan Van Berkom2017-09-041-5/+12
* _yaml.py: Make _yaml.dump() optionally dump to stdoutTristan Van Berkom2017-09-041-4/+8
* _yaml.py: Prevent the PROVENANCE_KEY from being sortedTristan Maat2017-07-171-1/+1
* _yaml.py: Fixed node_copy()Tristan Van Berkom2017-07-121-0/+2
* _yaml.py: Added node_copy() and list_copy()Tristan Van Berkom2017-07-051-0/+30
* _yaml.py: Dump sanitized mappings as unordered mappingsJürg Billeter2017-07-051-1/+13
* _yaml.py: Strengthen node_get() to handle TypeError in type conversions.Tristan Van Berkom2017-06-191-1/+1
* _yaml.py: Avoid exceptions when compositing "stringish" typesTristan Van Berkom2017-05-211-4/+27
* Untangling _yaml and utils modules.Tristan Van Berkom2017-04-071-3/+56
* _yaml.py: Fixed MemberProvenance clone() method for list elements.Tristan Van Berkom2017-03-131-1/+1
* _yaml.py: Provenance has an abstract clone() methodTristan Van Berkom2017-02-261-3/+7
* _yaml.py: Use _list_chain_copy() in place of deepcopy()Tristan Van Berkom2017-02-261-2/+3
* _yaml.py: Added copy_tree parameter to _yaml.load()Tristan Van Berkom2017-02-261-4/+13
* _yaml.py: Reduce copies in composite_dict()Tristan Van Berkom2017-02-261-51/+53
* _yaml.py: Added clone() methods to Provenance objectsTristan Van Berkom2017-02-261-19/+53
* _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