Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / piranha/opster issues and pull requests

#62 - Tests fail to run

Issue - State: closed - Opened by yurivict about 2 years ago - 1 comment

#61 - Add name_from_python() to guess_usage() to not output options with underscores (fixes #60)

Pull Request - State: closed - Opened by mrzv over 6 years ago - 1 comment

#60 - Incorrect help message when arguments have underscores

Issue - State: closed - Opened by mrzv over 6 years ago - 1 comment

#59 - Python 3 support

Issue - State: closed - Opened by mrzv about 7 years ago - 1 comment

#58 - Create LICENSE.txt

Pull Request - State: open - Opened by waldyrious over 8 years ago

#57 - Fuzzy match the command name

Pull Request - State: closed - Opened by UnwashedMeme over 11 years ago - 1 comment

#56 - Add documentation for nested dispatchers feature

Pull Request - State: closed - Opened by noxiouz over 11 years ago - 1 comment

#55 - Syntax highlighting for python

Pull Request - State: closed - Opened by qpleple almost 12 years ago - 1 comment

#54 - Incorrect version in PyPI

Issue - State: closed - Opened by toshic almost 12 years ago - 2 comments

#53 - IndexError: list index out of range (run from Intellij Idea)

Issue - State: closed - Opened by gkraser over 12 years ago - 5 comments

#52 - Fix call_cmd_regular when arginfo.defaults is None

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago

#51 - 'invalid arguments' error when using `globaloptions`

Issue - State: open - Opened by baldwint over 12 years ago - 5 comments

#50 - Don't use ImportError to check python version in setup.py

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago

#49 - Fix varargs handling when main is called directly

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago - 2 comments

#48 - main() got multiple values for keyword argument

Issue - State: closed - Opened by oscarbenjamin over 12 years ago

#47 - Positional section for the new docs

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago - 1 comment

#46 - Use print for output

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago - 2 comments

#45 - New documentation

Issue - State: closed - Opened by oscarbenjamin over 12 years ago - 4 comments

#44 - Changing stdout/stderr encoding

Issue - State: closed - Opened by oscarbenjamin over 12 years ago

#42 - Use default encoding (including in cram tests) fix for GH-41

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago - 4 comments

#41 - opster, unicode and utf-8

Issue - State: closed - Opened by oscarbenjamin over 12 years ago - 2 comments

#40 - Add a FileOption type

Issue - State: closed - Opened by oscarbenjamin over 12 years ago - 5 comments

#39 - Add TupleOption and tests (GH-34)

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago

#38 - Use 'surrogateescape' to decode input arguments

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago - 2 comments

#37 - Unicode option

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago - 1 comment

#36 - better unicode handling in options

Pull Request - State: closed - Opened by piranha over 12 years ago

#35 - Support arbitrary option types

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago

#34 - Option type with specified allowable values

Issue - State: closed - Opened by oscarbenjamin over 12 years ago - 3 comments

#33 - Add support for arbitrary option types

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago - 5 comments

#32 - Opster syntax in python 3

Issue - State: closed - Opened by oscarbenjamin over 12 years ago - 3 comments

#31 - Add support for keyword-only arguments in py3k

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago - 2 comments

#30 - Make oldapi.py py3k-compatible

Pull Request - State: closed - Opened by oscarbenjamin over 12 years ago

#29 - Fixed option formatting when no help is supplied

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago

#28 - Fixed regression when using cmdtable parameter

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago

#27 - Support for nested subcommands

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 10 comments

#26 - Non-global command decorator

Issue - State: closed - Opened by oscarbenjamin almost 13 years ago - 7 comments

#25 - Fixed preparsing by using '+' with gnu_getopt

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 1 comment

#24 - Fix preparsing by using getopt.getopt

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 1 comment

#23 - Proper preparsing by reimplementing getopt

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 2 comments

#22 - Make exchandle a contextmanager

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago

#21 - Py3k tests running and passing

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 1 comment

#20 - Tests running and passing on windows.

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago

#19 - Use Namedtuple subclasses for options

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 7 comments

#18 - Use os.path.isabs for windows compatibility

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 2 comments

#17 - Update docs (merge of globaloptions and using -h)

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago

#16 - Proposed fix for GH-2

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 3 comments

#15 - make coverage

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago

#14 - cram test failed: missing varargs.py

Issue - State: closed - Opened by oscarbenjamin almost 13 years ago

#13 - cram test failed: missing varargs.py

Issue - State: closed - Opened by oscarbenjamin almost 13 years ago - 1 comment

#12 - Added command.Error for fatal error handling

Pull Request - State: closed - Opened by oscarbenjamin almost 13 years ago - 1 comment

#11 - Use OpsterError to exit without traceback

Issue - State: closed - Opened by oscarbenjamin almost 13 years ago - 4 comments

#10 - Fixed combination of varargs and underscore options

Pull Request - State: closed - Opened by SaveTheRbtz about 13 years ago

#9 - Cleanup of typos/grammar in docs

Pull Request - State: closed - Opened by oscarbenjamin about 13 years ago

#8 - Added support for coverage with cram tests

Pull Request - State: closed - Opened by oscarbenjamin about 13 years ago

#7 - check 'ansi' in ENCODING

Pull Request - State: closed - Opened by oscarbenjamin about 13 years ago - 3 comments

#6 - opster.command with empty argv list

Pull Request - State: closed - Opened by oscarbenjamin about 13 years ago - 13 comments

#5 - py3k

Issue - State: closed - Opened by oscarbenjamin over 13 years ago - 1 comment

#4 - wrong name in error for invalid arguments

Issue - State: closed - Opened by oscarbenjamin over 13 years ago

#3 - opster bombs with invalid input for float/int option

Issue - State: closed - Opened by oscarbenjamin over 13 years ago - 2 comments

#2 - Declaring -h option results in a stack trace

Issue - State: closed - Opened by piranha over 13 years ago - 2 comments
Labels: bug

#1 - Include MANIFEST.in in MANIFEST.in.

Pull Request - State: closed - Opened by knsd over 13 years ago - 1 comment