0
I Use This!
Inactive

Commits : Listings

Analyzed 11 days ago. based on code collected 12 days ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added some more exports from anyconfig.api
ssato
as Satoru SATOH
More... over 13 years ago
added some more test cases for anyconfig.api.{loads,mload,mload_metaconf}
ssato
as Satoru SATOH
More... over 13 years ago
added functions: mload (renamed from loads), loads and dumps in anyconfig.api
ssato
as Satoru SATOH
More... over 13 years ago
added sglob() (sorted versio of glob.glob) in anyconfig.utils
ssato
as Satoru SATOH
More... over 13 years ago
followed name change of anyconfig.api (was anyconfig.AnyConfig)
ssato
as Satoru SATOH
More... over 13 years ago
renamed from anyconfig.AnyConfig to anyconfig.api
ssato
as Satoru SATOH
More... over 13 years ago
fallback to dummy impl. if optional pyproperties module is not installed
ssato
as Satoru SATOH
More... over 13 years ago
implemented classmethod 'loads' for some backends and removed impl. dependency to anyconfig.Bunch.Bunch object
ssato
as Satoru SATOH
More... over 13 years ago
added test cases for some backends
ssato
as Satoru SATOH
More... over 13 years ago
use vertion def in anyconfig/__init__.py
ssato
as Satoru SATOH
More... over 13 years ago
added some test cases for anyconfig/__init__.py
ssato
as Satoru SATOH
More... over 13 years ago
added some shortcuts for functions in anyconfig.AnyConifg
ssato
as Satoru SATOH
More... over 13 years ago
added test cases for anyconfig.AnyConfig.find_parser
ssato
as Satoru SATOH
More... over 13 years ago
made a function to find parser public
ssato
as Satoru SATOH
More... over 13 years ago
fixed typos, s/extention/extension/g
ssato
as Satoru SATOH
More... over 13 years ago
fixed typos, s/extention/extension/g
ssato
as Satoru SATOH
More... over 13 years ago
disabled coverage checks by default and made tests run for each py file
ssato
as Satoru SATOH
More... over 13 years ago
added test cases for anyconfig.AnyConfig
ssato
as Satoru SATOH
More... over 13 years ago
added test cases for anyconfig.backend.backends
ssato
as Satoru SATOH
More... over 13 years ago
fixed a bug around Bunch.update (dicts and lists merge strategy)
ssato
as Satoru SATOH
More... over 13 years ago
added test cases to check class method
ssato
as Satoru SATOH
More... over 13 years ago
fixed wrong behavior if suitable parser not found
ssato
as Satoru SATOH
More... over 13 years ago
fixed bug causing loader detection failures
ssato
as Satoru SATOH
More... over 13 years ago
Added ST_MERGE_STRATEGY_MAP for library users and explicitly set default update strategy
ssato
as Satoru SATOH
More... over 13 years ago
made which conf file to be loaded notified
ssato
as Satoru SATOH
More... over 13 years ago
added parameter to set update strategy of Bunch objects
ssato
as Satoru SATOH
More... over 13 years ago
enabled PEP8 checking in Travis-CI tests
ssato
as Satoru SATOH
More... over 13 years ago
added a link to Travis-CI test status icon images; ref. http://about.travis-ci.org/docs/user/status-images/
ssato
as Satoru SATOH
More... over 13 years ago
some more fix and disabled tests for older versions of python
ssato
as Satoru SATOH
More... over 13 years ago
fixed module name: s/python-simplejson/simplejson/
ssato
as Satoru SATOH
More... over 13 years ago