summaryrefslogtreecommitdiff
path: root/src/buildstream/_options/optionpool.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat code using BlackChandan Singh2019-11-141-21/+29
* optionpool: Use 'get_enum' for getting the option typeBenjamin Schubert2019-07-291-7/+12
* optionpool: make OptionPool picklableAngelos Evripiotis2019-07-241-3/+18
* _exceptions.py: Align LoadError() parameter orderingtpollard/loaderrorTom Pollard2019-07-181-19/+16
* node: make 'assert_symbol_name' privateBenjamin Schubert2019-07-151-2/+2
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-7/+7
* _yaml: Set 'MappingNode' public-private APIBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance'Benjamin Schubert2019-07-151-7/+7
* _yaml: rework 'assert_symbol_names' to not require provenanceBenjamin Schubert2019-07-151-2/+1
* _yaml: Remove 'indices' from 'node_get_provenance'Benjamin Schubert2019-07-151-11/+7
* _yaml: Move 'node_composite' to a method on 'MappingNode'Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_items' and add 'MappingNode.items()'Benjamin Schubert2019-07-151-3/+3
* _yaml: Introduce 'MappingNode.values()'Benjamin Schubert2019-07-151-5/+7
* _yaml: Remove 'node_keys' and add 'MappingNode.keys' to replace itBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_del' and support `del mapping[key]`Benjamin Schubert2019-07-151-1/+1
* _yaml: Introduce 'get_sequence()' and 'sequence_at()'/'mapping_at()'Benjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-2/+2
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+295