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: rename a sub module, s/jsonschema_/jsonschema/g
ssato
as Satoru SATOH
More... over 5 years ago
fix: add an workaround to tweak sys.path when running pylint
ssato
as Satoru SATOH
More... over 5 years ago
fix: [pylint] suppress pylint's consider-using-with error because .mixins.TextFilesMix.{r,w}open never be called w/o 'with' statement
ssato
as Satoru SATOH
More... over 5 years ago
fix: follow changes of moves of functions and re-organization of sub modules
ssato
as Satoru SATOH
More... over 5 years ago
fix/change: re-organize anyconfig.parsers (backends) and anyconfig.processors
ssato
as Satoru SATOH
More... over 5 years ago
fix: import other internal moduels relatively
ssato
as Satoru SATOH
More... over 5 years ago
fix: import other internal moduels relatively
ssato
as Satoru SATOH
More... over 5 years ago
change: add definitions of Parser{,s}T and PARSERS collecting default parsers
ssato
as Satoru SATOH
More... over 5 years ago
change: rename, s/ParserTVar/ParserT/g
ssato
as Satoru SATOH
More... over 5 years ago
fix: allow broader type as DataT
ssato
as Satoru SATOH
More... over 5 years ago
fix: [doc] follow restructuring of some modules
ssato
as Satoru SATOH
More... over 5 years ago
enhancement: add type hints to anyconfig.backend.ini
ssato
as Satoru SATOH
More... over 5 years ago
fix: rename anyconfig.globals to .common to avoid aliasing of globals()
ssato
as Satoru SATOH
More... over 5 years ago
fix: ensure StringParser exporsed correctly
ssato
as Satoru SATOH
More... over 5 years ago
fix: [plugin] export anyconfig.backend.base.StringParser
ssato
as Satoru SATOH
More... over 5 years ago
fix: ignore jinja2 related .py also in 'min' target
ssato
as Satoru SATOH
More... over 5 years ago
change: [tox] split targets, lint
ssato
as Satoru SATOH
More... over 5 years ago
fix/change: correct and modify some type hints in anyconfig.template.jinja2_
ssato
as Satoru SATOH
More... over 5 years ago
fix: correct some type hints in anyconfig.utils
ssato
as Satoru SATOH
More... over 5 years ago
enhancement: add mypy target
ssato
as Satoru SATOH
More... over 5 years ago
fix: suppress some type hints errors ('... already defined') by mypy
ssato
as Satoru SATOH
More... over 5 years ago
change: drop elementtree.ElementTree support because py2 support was dropped also and we don't need it any more
ssato
as Satoru SATOH
More... over 5 years ago
change: drop xml.etree.cElementTree support because it was deprecated in py3.3
ssato
as Satoru SATOH
More... over 5 years ago
fix: correct type hints
ssato
as Satoru SATOH
More... over 5 years ago
enhancement: add anyconfig.backend.base.{ParserTVar,ParsersT}
ssato
as Satoru SATOH
More... over 5 years ago
enhancement: add type hints to anyconfig.backend.base.{dumpers,loaders,parsers}
ssato
as Satoru SATOH
More... over 5 years ago
fix: don't set TextFilesMixin as parent class more than once to make mro consistent, in anyconfig.backend.base.parsers
ssato
as Satoru SATOH
More... over 5 years ago
enhancement: add type hitns to anyconfig.backend.base.dumpers
ssato
as Satoru SATOH
More... over 5 years ago
enhancement: add a type alias 'InDataT' for convenience
ssato
as Satoru SATOH
More... over 5 years ago
refactor: rename anyconfig.backend.base.base to .parsers
ssato
as Satoru SATOH
More... over 5 years ago