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
simplify the API anyconfig.validate; it does not throw any exceptions and so on
ssato
as Satoru SATOH
More... about 11 years ago
add API doc template of anyconfig.schema
ssato
as Satoru SATOH
More... about 11 years ago
add some more test cases of anyconfig.schema missing
ssato
as Satoru SATOH
More... about 11 years ago
remove duplicated definision of same objects
ssato
as Satoru SATOH
More... about 11 years ago
refactoring anyconfig.schema, make public a couple of functions for tests and remove duplicated lines defining fallback value
ssato
as Satoru SATOH
More... about 11 years ago
s/FIXME/Note/ in a comment
ssato
as Satoru SATOH
More... about 11 years ago
disable pylint's import-error as simplejson may be not installed
ssato
as Satoru SATOH
More... about 11 years ago
fix a trivial warnings by pylint (invalid-name)
ssato
as Satoru SATOH
More... about 11 years ago
add -G/--gen-schema option for the CLI frontend to generate schema from given config file[s]
ssato
as Satoru SATOH
More... about 11 years ago
add a couple of test cases to check if validation with generated schema succeeds
ssato
as Satoru SATOH
More... about 11 years ago
a trivial fixes for python 3 which has no 'unicode' type
ssato
as Satoru SATOH
More... about 11 years ago
export schema validation and generation APIs
ssato
as Satoru SATOH
More... about 11 years ago
remove schema validation code moved into anyconfig.tests.schema
ssato
as Satoru SATOH
More... about 11 years ago
remove schema validation code moved into anyconfig.schema
ssato
as Satoru SATOH
More... about 11 years ago
add schema validation and generation module, and its test cases
ssato
as Satoru SATOH
More... about 11 years ago
fix order of some footnote refs in docs/index.rst
ssato
as Satoru SATOH
More... about 11 years ago
fix wrong doc nest levels of some sections
ssato
as Satoru SATOH
More... about 11 years ago
add Design section to doc
ssato
as Satoru SATOH
More... about 11 years ago
add note about msgpack support
ssato
as Satoru SATOH
More... about 11 years ago
make use of shields.io for URLs of Travis-CI and Coveralls.io badges
ssato
as Satoru SATOH
More... about 11 years ago
add run time dependency to python{3,}-msgpack packages
ssato
as Satoru SATOH
More... about 11 years ago
add test time dependency to msgpack-python
ssato
as Satoru SATOH
More... about 11 years ago
fix python3 bytes/string mismatch errors in msgpack backend test cases
ssato
as Satoru SATOH
More... about 11 years ago
add API doc template of msgpack backend
ssato
as Satoru SATOH
More... about 11 years ago
enable msgpack backend
ssato
as Satoru SATOH
More... about 11 years ago
add messagepack (msgpack) backend and its test cases
ssato
as Satoru SATOH
More... about 11 years ago
make use of file open flag (class variable)
ssato
as Satoru SATOH
More... about 11 years ago
allow cusomization of file open flags (read/write) from inherited backend parser classes
ssato
as Satoru SATOH
More... about 11 years ago
remove module global function, anyconfig.backend.json.loads and make json.{load{s,},dump{s,}} called indirectly
ssato
as Satoru SATOH
More... about 11 years ago
move the impl. of loads method of the JSON parser class outside of the class
ssato
as Satoru SATOH
More... about 11 years ago