| refactor and sort out test helper method and add a couple of test cases CLI exit with !0 exit code |
|
More...
|
about 11 years ago
|
| split test class into two, one is for effect-less test cases and another is for other effectful test cases |
|
More...
|
about 11 years ago
|
| update the last changelog entry to prepare for the next release |
|
More...
|
about 11 years ago
|
| locally disable pylint's protected-access warning due to the access of bson._use_c |
|
More...
|
about 11 years ago
|
| add notes of BSON support and required packages |
|
More...
|
about 11 years ago
|
| add and enable API doc for BSON backend |
|
More...
|
about 11 years ago
|
| enable BSON backend if required bson module is available |
|
More...
|
about 11 years ago
|
| add test time dependency to bson (pymongo) |
|
More...
|
about 11 years ago
|
| set loading opts empty for python 3 env. as bson._use_c is missing |
|
More...
|
about 11 years ago
|
| Fix a data as BSON spec only allows string keys |
|
More...
|
about 11 years ago
|
| add BSON support and its test cases |
|
More...
|
about 11 years ago
|
| move _bytes from anyconfig.backend.tests.msgpack to anyconfig.tests.common with renamed to to_bytes |
|
More...
|
about 11 years ago
|
| add history information (version{added,changed}) in the module docs |
|
More...
|
about 11 years ago
|
| some trivial expression updates in the doc |
|
More...
|
about 11 years ago
|
| revert the previous commit (#3ace495) as it's useless |
|
More...
|
about 11 years ago
|
| inline a couple of functions to get ElementTree's root object |
|
More...
|
about 11 years ago
|
| add workaround for older XML lib in python 2.6 |
|
More...
|
about 11 years ago
|
| add test time dependency for python 2.6 env. to avoid errors of anyconfig.backend.xml test cases |
|
More...
|
about 11 years ago
|
| add 'sudo: false' to use container-based infrastructure mentioned in http://docs.travis-ci.com/user/migrating-from-legacy/ |
|
More...
|
about 11 years ago
|
| fix for python 3 |
|
More...
|
about 11 years ago
|
| change to allow users to customize a few special parameters to keep XML structure and note about it |
|
More...
|
about 11 years ago
|
| add a note about XML backend specific limitations (namespace support) |
|
More...
|
about 11 years ago
|
| add test cases of XML dump/dumps |
|
More...
|
about 11 years ago
|
| implement XML dump/dumps |
|
More...
|
about 11 years ago
|
| fix the name of parameters (fpath) of yaml_{load,dump}; it's not file path but file object |
|
More...
|
about 11 years ago
|
| follow key name changes in anyconfig.backend.xml |
|
More...
|
about 11 years ago
|
| change key names for special objects (XML attributes, text nodes and child nodes) |
|
More...
|
about 11 years ago
|
| s/container/cls/g in anyconfig.backend.xml.etree_to_container as it's class object not instance object |
|
More...
|
about 11 years ago
|
| simplified comparison code in test cases |
|
More...
|
about 11 years ago
|
| remove duplicated code and cleanup test cases |
|
More...
|
about 11 years ago
|