1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 21, 2025 — Jan 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some unnecessary newlines in clap/builder.py More... almost 12 years ago
Small changes in manual (typos and style fixed) More... almost 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... about 12 years ago
Version bumped to 0.9.0 More... about 12 years ago
Implemented overloaded == operator for clap.base.Base and clap.parser.Parser More... about 12 years ago
Unified single and nested-mode parsers, clap.modes.Parser is now officially deprecated More... about 12 years ago
Information about parsed options and operands are now private and should be accessed via getters() More... about 12 years ago
Merged ParserTests and ModesTests More... about 12 years ago
Removed unused debug print() message (it was telling the type of checked parser) More... about 12 years ago
Fixed a typo in docstring in clap/base.py More... about 12 years ago
Mode information are now private More... about 12 years ago
Fixed bug which caused a crash in clap.modes.Parser if it contained options which had no arguments More... about 12 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... about 12 years ago
Removed all traces of old code dependent on clap.base import from `clap.checker.Checker()` More... about 12 years ago
Moved option regexps and lookslikeopt() function to shared More... about 12 years ago
Version bumped More... about 12 years ago
Single parser functionality moved to modes parser - first step to the unification of parsers More... about 12 years ago
Changes in help message generation More... over 12 years ago
Nested parsers got type handlers applied (JSON) More... over 12 years ago
`local` added to list of legal option keys in clap/builder.py More... over 12 years ago
Non global (local) options can be added to modes More... over 12 years ago
`help` argument for options More... over 12 years ago
Plenty of new stuff More... over 12 years ago
Added `help` argument to `Base.add()` More... over 12 years ago
Updated Changelog for `UIDesignError` More... over 12 years ago
Added UIDesignError in clap.errors: raised when option requires another option which is not defined More... over 12 years ago
Changed exception message for invalid JSON More... over 12 years ago
New exception added, raised by builder when it encounters invalid JSON More... over 12 years ago
Updated Changelog More... over 12 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... over 12 years ago