1
I Use This!
Activity Not Available

Commits : Listings

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