| Commit message (Expand) | Author | Age | Files | Lines |
* | exceptions: Expose ErrorDomain, ErrorLoadReason | Thomas Coldrick | 2020-01-23 | 1 | -1/+2 |
* | Reformat code using Black | Chandan Singh | 2019-11-14 | 1 | -203/+153 |
* | node: Add 'get_str_list' on 'MappingNode' | Benjamin Schubert | 2019-07-17 | 1 | -3/+3 |
* | node: Rename 'copy' to 'clone' | Benjamin Schubert | 2019-07-15 | 1 | -1/+1 |
* | _yaml: Split Node-related parts into 'node.pyx' | Benjamin Schubert | 2019-07-15 | 1 | -4/+4 |
* | _yaml: Set 'MappingNode' public-private API | Benjamin Schubert | 2019-07-15 | 1 | -7/+7 |
* | _yaml: Mark attributes in ProvenanceInformation as Buildstream-private | Benjamin Schubert | 2019-07-15 | 1 | -4/+4 |
* | _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance' | Benjamin Schubert | 2019-07-15 | 1 | -8/+8 |
* | _yaml: Remove 'indices' from 'node_get_provenance' | Benjamin Schubert | 2019-07-15 | 1 | -3/+3 |
* | _yaml: Move 'value' of Node in each sub node | Benjamin Schubert | 2019-07-15 | 1 | -7/+14 |
* | _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys' | Benjamin Schubert | 2019-07-15 | 1 | -3/+3 |
* | _yaml: Create 'from_dict' on Node and remove node creation methods | Benjamin Schubert | 2019-07-15 | 1 | -1/+1 |
* | _yaml: Remove 'node_extend_list' and add 'SequenceNode.append' | Benjamin Schubert | 2019-07-15 | 1 | -14/+0 |
* | _yaml: Move 'node_composite' to a method on 'MappingNode' | Benjamin Schubert | 2019-07-15 | 1 | -7/+7 |
* | tests/yaml: Stop using 'composite_dict' and use 'composite' instead | Benjamin Schubert | 2019-07-15 | 1 | -7/+7 |
* | _yaml: Remove 'node_find_target' and replace by 'MappingNode.find' | Benjamin Schubert | 2019-07-15 | 1 | -2/+2 |
* | _yaml: Remove 'node_set'. Now use __setitem__ | Benjamin Schubert | 2019-07-15 | 1 | -5/+4 |
* | _yaml: Remove 'node_copy' and add 'Node.copy()' | Benjamin Schubert | 2019-07-15 | 1 | -1/+1 |
* | _yaml: Remove 'node_get' and migrate all remaining calls to new API | Benjamin Schubert | 2019-07-15 | 1 | -17/+15 |
* | _yaml: Add 'as_int()' on ScalarNode | Benjamin Schubert | 2019-07-15 | 1 | -1/+1 |
* | _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNode | Benjamin Schubert | 2019-07-15 | 1 | -13/+13 |
* | _yaml: add 'get_mapping()' to MappingNode | Benjamin Schubert | 2019-07-15 | 1 | -4/+4 |
* | _yaml.pyx: Forbid expected_type=Mapping, and remove isinstance check | Benjamin Schubert | 2019-06-03 | 1 | -8/+7 |
* | _yaml: Cythonize and internalize Node | Benjamin Schubert | 2019-05-29 | 1 | -7/+7 |
* | _yaml.py: Remove node_contains | Daniel Silverstone | 2019-04-04 | 1 | -2/+2 |
* | The new YAML World Order | Daniel Silverstone | 2019-03-27 | 1 | -27/+175 |
* | YAML Cache: Remove the YAML Cache | Daniel Silverstone | 2019-03-27 | 1 | -28/+8 |
* | tests:lint: Raise exception instead of using 'assert False' for errors | Benjamin Schubert | 2019-03-20 | 1 | -1/+3 |
* | tests:lint: don't use mutable default variables | Benjamin Schubert | 2019-03-20 | 1 | -1/+1 |
* | tests:lint: remove all len comparisons existence check | Benjamin Schubert | 2019-03-20 | 1 | -1/+1 |
* | tests:lint: remove all unneccessary-parens errors from pylint | Benjamin Schubert | 2019-03-20 | 1 | -17/+17 |
* | tests:lint: reorder imports for consistency | Benjamin Schubert | 2019-03-20 | 1 | -2/+3 |
* | _yaml.py: Rip out ChainMap(), node_chain_copy(), node_list_copy()jennis/remove_node_chain_stuff | James Ennis | 2019-03-14 | 1 | -4/+4 |
* | tests: Remove unused variables | Benjamin Schubert | 2019-03-01 | 1 | -2/+2 |
* | tests: Migrate yaml test to the internals directory | Tristan Van Berkom | 2019-01-16 | 1 | -0/+413 |