summaryrefslogtreecommitdiff
path: root/tests/internals/yaml.py
Commit message (Expand)AuthorAgeFilesLines
* _yaml: Remove 'node_set'. Now use __setitem__bschubert/node-api-nosetBenjamin Schubert2019-06-281-5/+4
* _yaml: Remove 'node_copy' and add 'Node.copy()'Benjamin Schubert2019-06-281-1/+1
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-06-281-17/+15
* _yaml: Add 'as_int()' on ScalarNodeBenjamin Schubert2019-06-281-1/+1
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-06-281-13/+13
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-06-281-4/+4
* _yaml.pyx: Forbid expected_type=Mapping, and remove isinstance checkBenjamin Schubert2019-06-031-8/+7
* _yaml: Cythonize and internalize NodeBenjamin Schubert2019-05-291-7/+7
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-041-2/+2
* The new YAML World OrderDaniel Silverstone2019-03-271-27/+175
* YAML Cache: Remove the YAML CacheDaniel Silverstone2019-03-271-28/+8
* tests:lint: Raise exception instead of using 'assert False' for errorsBenjamin Schubert2019-03-201-1/+3
* tests:lint: don't use mutable default variablesBenjamin Schubert2019-03-201-1/+1
* tests:lint: remove all len comparisons existence checkBenjamin Schubert2019-03-201-1/+1
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-201-17/+17
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-2/+3
* _yaml.py: Rip out ChainMap(), node_chain_copy(), node_list_copy()jennis/remove_node_chain_stuffJames Ennis2019-03-141-4/+4
* tests: Remove unused variablesBenjamin Schubert2019-03-011-2/+2
* tests: Migrate yaml test to the internals directoryTristan Van Berkom2019-01-161-0/+413