1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Sep 15, 2025 — Sep 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some unnecessary newlines in clap/builder.py More... over 12 years ago
Small changes in manual (typos and style fixed) More... over 12 years ago
Version bumped to 0.9.1, clap.modes module changed is now removed (was deprecated in version 0.9.0), API for single and nested modes is now provided by clap.parser.Parser More... almost 13 years ago
Version bumped to 0.9.0 More... almost 13 years ago
Implemented overloaded == operator for clap.base.Base and clap.parser.Parser More... almost 13 years ago
Unified single and nested-mode parsers, clap.modes.Parser is now officially deprecated More... almost 13 years ago
Information about parsed options and operands are now private and should be accessed via getters() More... almost 13 years ago
Merged ParserTests and ModesTests More... almost 13 years ago
Removed unused debug print() message (it was telling the type of checked parser) More... almost 13 years ago
Fixed a typo in docstring in clap/base.py More... almost 13 years ago
Mode information are now private More... almost 13 years ago
Fixed bug which caused a crash in clap.modes.Parser if it contained options which had no arguments More... almost 13 years ago
Removed all traces of old clap.parser.Parser from tests.py (these will later be added when the code from clap.modes will be moved to clap.parser but now it's convinient) More... almost 13 years ago
Removed all traces of old code dependent on clap.base import from `clap.checker.Checker()` More... almost 13 years ago
Moved option regexps and lookslikeopt() function to shared More... almost 13 years ago
Version bumped More... almost 13 years ago
Single parser functionality moved to modes parser - first step to the unification of parsers More... almost 13 years ago
Changes in help message generation More... about 13 years ago
Nested parsers got type handlers applied (JSON) More... about 13 years ago
`local` added to list of legal option keys in clap/builder.py More... about 13 years ago
Non global (local) options can be added to modes More... about 13 years ago
`help` argument for options More... about 13 years ago
Plenty of new stuff More... about 13 years ago
Added `help` argument to `Base.add()` More... about 13 years ago
Updated Changelog for `UIDesignError` More... about 13 years ago
Added UIDesignError in clap.errors: raised when option requires another option which is not defined More... about 13 years ago
Changed exception message for invalid JSON More... about 13 years ago
New exception added, raised by builder when it encounters invalid JSON More... about 13 years ago
Updated Changelog More... about 13 years ago
Change dorder of checks: conflicts are checked just after unrecognized option to prevent typing a lot and getting an error about conflicts More... about 13 years ago