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: add a module to initialize sys.stdout and sys.stderr
ssato
as Satoru SATOH
More... almost 5 years ago
fix: remove a cli test case to check output type is set to inputs' type
ssato
as Satoru SATOH
More... almost 5 years ago
fix: correct type hints and add its workaround
ssato
as Satoru SATOH
More... almost 5 years ago
change: add a module to detect input and output file types in .cli
ssato
as Satoru SATOH
More... almost 5 years ago
change: add 'prog' argument to functions in .cli.parse_args
ssato
as Satoru SATOH
More... almost 5 years ago
enhancement: add a constant variable STD_IN_OR_OUT in .cli.constants
ssato
as Satoru SATOH
More... almost 5 years ago
change: add an wrapper for .cli.utils.make_parsers_txt and use it in .cli._main
ssato
as Satoru SATOH
More... almost 5 years ago
change: add a 'pure' function to generate parsers list text in .cli.utils
ssato
as Satoru SATOH
More... almost 5 years ago
change: move try_parse_args from .cli.actions to .cli._main
ssato
as Satoru SATOH
More... almost 5 years ago
change: add a function in .cli.parse_args to get parser and parsed result
ssato
as Satoru SATOH
More... almost 5 years ago
change: export some functions from .cli.utils to .cli.actions
ssato
as Satoru SATOH
More... almost 5 years ago
refactor: simplify and add type hints to .cli.filters
ssato
as Satoru SATOH
More... almost 5 years ago
change: export .cli.utils.do_{get,filter} to .cli.filters
ssato
as Satoru SATOH
More... almost 5 years ago
refactor: rename .cli.utils.show_psrs to make its purpose clear
ssato
as Satoru SATOH
More... almost 5 years ago
refactor: cleanup .cli.parse_args.make_parser
ssato
as Satoru SATOH
More... almost 5 years ago
change: rename of tests.cli.test_no_or_wrong_...
ssato
as Satoru SATOH
More... almost 5 years ago
change: cleanup tests.cli.test_usage
ssato
as Satoru SATOH
More... almost 5 years ago
change: add an utility class tests.cli.test_base.Expected
ssato
as Satoru SATOH
More... almost 5 years ago
change: add an wrapper for .api.list_types
ssato
as Satoru SATOH
More... almost 5 years ago
enhancement: add test cases for .cli.parse_args
ssato
as Satoru SATOH
More... almost 5 years ago
change: split .cli into .cli.* to make its maintainance easier
ssato
as Satoru SATOH
More... almost 5 years ago
fix: remove a test case in tests.cli.main no more ncessary and obsoleted
ssato
as Satoru SATOH
More... almost 5 years ago
fix: add an workaround for tests.cli.test_usage.test_output_argument_of_unknown_type
ssato
as Satoru SATOH
More... almost 5 years ago
refactor: rename .cli._parse_args to try_parse_args
ssato
as Satoru SATOH
More... almost 5 years ago
change: add cli test cases to show lists
ssato
as Satoru SATOH
More... almost 5 years ago
change: add base and some typical test cases show usage
ssato
as Satoru SATOH
More... almost 5 years ago
change: start to restructure test cases for .cli
ssato
as Satoru SATOH
More... almost 5 years ago
fix: an workaround for windows
ssato
as Satoru SATOH
More... almost 5 years ago
fix: tweak line breaks and absolute paths in jinja2 test cases
ssato
as Satoru SATOH
More... almost 5 years ago
fix: make .template.jinja2.make_template_paths processes and returns pathlib.Path objects
ssato
as Satoru SATOH
More... almost 5 years ago