openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
python-clap
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 9 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed some unnecessary newlines in clap/builder.py
Marek Marecki
More...
almost 11 years ago
Small changes in manual (typos and style fixed)
Marek Marecki
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
Marek Marecki
More...
about 11 years ago
Version bumped to 0.9.0
Marek Marecki
More...
over 11 years ago
Implemented overloaded == operator for clap.base.Base and clap.parser.Parser
Marek Marecki
More...
over 11 years ago
Unified single and nested-mode parsers, clap.modes.Parser is now officially deprecated
Marek Marecki
More...
over 11 years ago
Information about parsed options and operands are now private and should be accessed via getters()
Marek Marecki
More...
over 11 years ago
Merged ParserTests and ModesTests
Marek Marecki
More...
over 11 years ago
Removed unused debug print() message (it was telling the type of checked parser)
Marek Marecki
More...
over 11 years ago
Fixed a typo in docstring in clap/base.py
Marek Marecki
More...
over 11 years ago
Mode information are now private
Marek Marecki
More...
over 11 years ago
Fixed bug which caused a crash in clap.modes.Parser if it contained options which had no arguments
Marek Marecki
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)
Marek Marecki
More...
over 11 years ago
Removed all traces of old code dependent on clap.base import from `clap.checker.Checker()`
Marek Marecki
More...
over 11 years ago
Moved option regexps and lookslikeopt() function to shared
Marek Marecki
More...
over 11 years ago
Version bumped
Marek Marecki
More...
over 11 years ago
Single parser functionality moved to modes parser - first step to the unification of parsers
Marek Marecki
More...
over 11 years ago
Changes in help message generation
Marek Marecki
More...
over 11 years ago
Nested parsers got type handlers applied (JSON)
Marek Marecki
More...
over 11 years ago
`local` added to list of legal option keys in clap/builder.py
Marek Marecki
More...
over 11 years ago
Non global (local) options can be added to modes
Marek Marecki
More...
over 11 years ago
`help` argument for options
Marek Marecki
More...
over 11 years ago
Plenty of new stuff
Marek Marecki
More...
over 11 years ago
Added `help` argument to `Base.add()`
Marek Marecki
More...
over 11 years ago
Updated Changelog for `UIDesignError`
Marek Marecki
More...
over 11 years ago
Added UIDesignError in clap.errors: raised when option requires another option which is not defined
Marek Marecki
More...
over 11 years ago
Changed exception message for invalid JSON
Marek Marecki
More...
over 11 years ago
New exception added, raised by builder when it encounters invalid JSON
Marek Marecki
More...
over 11 years ago
Updated Changelog
Marek Marecki
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
Marek Marecki
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree