0
I Use This!
Activity Not Available

Commits : Listings

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