0
I Use This!
Inactive

Commits : Listings

Analyzed 24 days ago. based on code collected 25 days ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
just remove an extra empty line
ssato
as Satoru SATOH
More... over 11 years ago
add .gitignore to ignore some build/test-time cache files and dirs
ssato
as Satoru SATOH
More... over 11 years ago
0.0.6-rc2
ssato
as Satoru SATOH
More... over 11 years ago
0.0.6-rc1
ssato
as Satoru SATOH
More... over 11 years ago
enable tests for python 2.6 again
ssato
as Satoru SATOH
More... over 11 years ago
make requiring specific version of pylint for tests w/ python 2.6
ssato
as Satoru SATOH
More... over 11 years ago
make test time dependency resolved automatically from pkg/test_requirements.txt
ssato
as Satoru SATOH
More... over 11 years ago
add a test case if template was not found
ssato
as Satoru SATOH
More... over 11 years ago
add test cases of invalid outputs; (1) no dumper was found and (2) no input and output types were given
ssato
as Satoru SATOH
More... over 11 years ago
add a test case if broken template config was given
ssato
as Satoru SATOH
More... over 11 years ago
fix a bug of wrong template paths handling when templates not found and paths == [] in anyconfig.template.render()
ssato
as Satoru SATOH
More... over 11 years ago
process cases if output was given but suitable dumper (parser) was not found
ssato
as Satoru SATOH
More... over 11 years ago
add a test case of anyconfig.backend.xml_.XmlConfigParser.dumps_impl
ssato
as Satoru SATOH
More... over 11 years ago
add mock as a test time dependency
ssato
as Satoru SATOH
More... over 11 years ago
Merge branch 'master' of github.com:ssato/python-anyconfig
ssato
as Satoru SATOH
More... over 11 years ago
mention to 'WITH_COVERAGE=1' in a command line to run tests
ssato
as Satoru SATOH
More... over 11 years ago
mention to 'WITH_COVERAGE=1' in test run command line
ssato
as Satoru SATOH
More... over 11 years ago
fix some trivial but possible problematic parts pointed by landscape.io
ssato
as Satoru SATOH
More... over 11 years ago
do not pass danger default parameters, {} and []
ssato
as Satoru SATOH
More... over 11 years ago
add a changelog entry of pr#11 in the RPM SPEC
ssato
as Satoru SATOH
More... over 11 years ago
add license badge ref
ssato
as Satoru SATOH
More... over 11 years ago
s/logger/LOGGER/g; rename to clear that it's global
ssato
as Satoru SATOH
More... over 11 years ago
reorder imports to rules in PEP8 and remove alises as much as possible
ssato
as Satoru SATOH
More... over 11 years ago
remove logging from imports list as it was removed
ssato
as Satoru SATOH
More... over 11 years ago
remove 'logging' from __all__, which was removed by PR#12
ssato
as Satoru SATOH
More... over 11 years ago
Merge pull request #12 from wbolster/make-logging-behave-properly
ssato
as Satoru SATOH
More... over 11 years ago
fix rst syntax error in README.rst
ssato
as Satoru SATOH
More... over 11 years ago
add description and sample session log of template config support
ssato
as Satoru SATOH
More... over 11 years ago
Make logging behave More... over 11 years ago
add one more template config test case
ssato
as Satoru SATOH
More... over 11 years ago