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
fix a bug that file paths w/o dir prefix are not correctly processed in anyconfig.backend.base.ensure_outdir_exists
ssato
as Satoru SATOH
More... almost 11 years ago
minor expression updates in docs
ssato
as Satoru SATOH
More... almost 11 years ago
update the latest changelog to prepare for the next release 0.2
ssato
as Satoru SATOH
More... almost 11 years ago
add doc texts of stream arg passing to some APIs
ssato
as Satoru SATOH
More... almost 11 years ago
move a function to get file path of given stream if available from anyconfig.api to anyconfig.utils
ssato
as Satoru SATOH
More... almost 11 years ago
move a function to get file path of given stream if available from anyconfig.api to anyconfig.utils
ssato
as Satoru SATOH
More... almost 11 years ago
add notes aboud some methods (load_from_* and dump_to_*) of anyconfig.backend.base.Parser to implement backends
ssato
as Satoru SATOH
More... almost 11 years ago
add a 'versionadded' note to anyconfig.backend.properties
ssato
as Satoru SATOH
More... almost 11 years ago
refactoring anyconfig.backend.yaml; consolidate dup code of load/dump functions
ssato
as Satoru SATOH
More... almost 11 years ago
merge changes in docs/introduction.rst
ssato
as Satoru SATOH
More... almost 11 years ago
add notes about Java properties backend and related changes
ssato
as Satoru SATOH
More... almost 11 years ago
add and enable API doc of anyconfig.backend.properties
ssato
as Satoru SATOH
More... almost 11 years ago
minor comment update
ssato
as Satoru SATOH
More... almost 11 years ago
enable native Java properties backend by default
ssato
as Satoru SATOH
More... almost 11 years ago
make anyconfig.backend.ini.Parser.dump_to_{path,stream} work
ssato
as Satoru SATOH
More... almost 11 years ago
enable native Java properties file backend
ssato
as Satoru SATOH
More... almost 11 years ago
add a native implementation of Java properties file backend
ssato
as Satoru SATOH
More... almost 11 years ago
make a function (anyconfig.mergeabledict.mk_nested_dic) public
ssato
as Satoru SATOH
More... almost 11 years ago
change var name, s/config/cnf/g in anyconfig.api
ssato
as Satoru SATOH
More... almost 11 years ago
fix a pep8 warn, E125 continuation line with same indent as next logical line
ssato
as Satoru SATOH
More... almost 11 years ago
fix pep8 warns, E501 line too long
ssato
as Satoru SATOH
More... almost 11 years ago
fix dependencies in tox.ini
ssato
as Satoru SATOH
More... almost 11 years ago
fix some python 3 specific errors in some backend test cases
ssato
as Satoru SATOH
More... almost 11 years ago
fix a bug that to_container is not imported from anyconfig.api
ssato
as Satoru SATOH
More... almost 11 years ago
add stream test cases of anyconfig.api.dump
ssato
as Satoru SATOH
More... almost 11 years ago
make public API 'dump' accepts a file or file-like object as the second parameter
ssato
as Satoru SATOH
More... almost 11 years ago
add stream test cases of anyconfig.api.{single_load,load}
ssato
as Satoru SATOH
More... almost 11 years ago
make public API 'load' accepts a file or file-like object as the first parameter
ssato
as Satoru SATOH
More... almost 11 years ago
coordianate parameters of some public APIs, s/cnf_content/content/g
ssato
as Satoru SATOH
More... almost 11 years ago
coordianate parameters of some public APIs, s/cnf_path/filepath/g
ssato
as Satoru SATOH
More... almost 11 years ago