issues
search
pombreda
/
argparse
Automatically exported from code.google.com/p/argparse
Other
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
.add_mutually_exclusive_group() only works when child of parser but not when a child of argument group
#90
GoogleCodeExporter
opened
9 years ago
0
pypi version does not handle empty arguments when fromfile_prefix_chars set (python issue 12353)
#89
GoogleCodeExporter
opened
9 years ago
0
Bug with negative numbers in scientific notation
#88
GoogleCodeExporter
opened
9 years ago
1
Serious issues with nested mutex groups in help output
#87
GoogleCodeExporter
opened
9 years ago
2
`choices=[...]` overrides `nargs='*'`
#86
GoogleCodeExporter
closed
9 years ago
1
Argparse is not testable with nosetest
#85
GoogleCodeExporter
closed
9 years ago
1
positional arguments before options cause all options to be in REMAINDER
#84
GoogleCodeExporter
opened
9 years ago
0
When -h is used, default values that fail should not matter
#83
GoogleCodeExporter
opened
9 years ago
2
argparse 1.2 incompatible with Python 3.1
#82
GoogleCodeExporter
closed
9 years ago
10
About this issue tracker
#81
GoogleCodeExporter
opened
9 years ago
2
argparse-1.1.zip is not same archive on pypi / on google code
#80
GoogleCodeExporter
closed
9 years ago
4
re-license argparse package under same license as py 2.7 stdlib argparse code
#79
GoogleCodeExporter
closed
9 years ago
8
add_mutually_exclusive_group more than once has incorrectly formatted help.
#78
GoogleCodeExporter
closed
9 years ago
1
sha1sum of argparse-1.1.zip does not match
#77
GoogleCodeExporter
closed
9 years ago
3
Handling arguments after --
#76
GoogleCodeExporter
closed
9 years ago
3
__all__ is not complete
#75
GoogleCodeExporter
closed
9 years ago
1
Subcommands not printed in the same order they were added
#74
GoogleCodeExporter
closed
9 years ago
4
Parsing multiple merged short options eats characters
#73
GoogleCodeExporter
closed
9 years ago
1
sub command set_defaults behaviour
#72
GoogleCodeExporter
closed
9 years ago
1
Feature Request: Ability to remove argument groups
#71
GoogleCodeExporter
closed
9 years ago
1
Feature Request: Allow exclusion of argument groups from -h output
#70
GoogleCodeExporter
closed
9 years ago
1
Request: Method for prompting for arguments let out
#69
GoogleCodeExporter
closed
9 years ago
2
Value passed to command-line option cannot take a string that includes another command-line option
#68
GoogleCodeExporter
closed
9 years ago
2
Calling add_argument with the wrong number of metavars causes delayed error message.
#67
GoogleCodeExporter
closed
9 years ago
2
Calling add_argument with a sequence as 'type' causes spurious error message.
#66
GoogleCodeExporter
closed
9 years ago
1
Cannot specify 'dest' for positional arguments
#65
GoogleCodeExporter
closed
9 years ago
2
positional arguments with hyphens not correctly mapped to Namespace object attribute with underscores
#64
GoogleCodeExporter
closed
9 years ago
1
Wrap tests are sensitive to terminal size
#63
GoogleCodeExporter
closed
9 years ago
1
Bikeshedding: a specific method for store_true and store_false arguments
#62
GoogleCodeExporter
closed
9 years ago
2
Document that parents must be fully declared before children.
#61
GoogleCodeExporter
closed
9 years ago
1
Incorrect type for default= in add_argument() is silently ignored, should raise exception
#60
GoogleCodeExporter
closed
9 years ago
2
Control flow is lost when overriding error/exit
#59
GoogleCodeExporter
closed
9 years ago
21
Allow title and description arguments for add_mutually_exclusive_group
#58
GoogleCodeExporter
closed
9 years ago
6
'choice' arguments should support default values
#57
GoogleCodeExporter
closed
9 years ago
2
parser.parse_known_args() does not work with subparsers
#56
GoogleCodeExporter
closed
9 years ago
1
add a utilities for shell autocompleters to hook into as well as support for extending completion info
#55
GoogleCodeExporter
closed
9 years ago
7
When using subcommands, option in parent parser should be placeable anywhere
#54
GoogleCodeExporter
closed
9 years ago
2
Cannot group subcommands
#53
GoogleCodeExporter
closed
9 years ago
2
Use-case for disable_interspersed_args
#52
GoogleCodeExporter
closed
9 years ago
4
improve exception messages for optparse related errors
#51
GoogleCodeExporter
closed
9 years ago
1
convention for reporting program name and version by default
#50
GoogleCodeExporter
closed
9 years ago
4
optparse incompatibilities are unnecessary
#49
GoogleCodeExporter
closed
9 years ago
2
inconsistent --option=xxx vs --option xxx
#48
GoogleCodeExporter
closed
9 years ago
1
optional subparsers
#47
GoogleCodeExporter
closed
9 years ago
4
'-' should be a valid flag
#46
GoogleCodeExporter
closed
9 years ago
3
parse_known_args() fails when using subcommands
#45
GoogleCodeExporter
closed
9 years ago
3
Allow conflicting argument declarations for subparsers
#44
GoogleCodeExporter
closed
9 years ago
2
--help and --version methods; change defaults
#43
GoogleCodeExporter
closed
9 years ago
14
values to arguments should be mandatred to be placed immediate
#42
GoogleCodeExporter
closed
9 years ago
2
Documentation section 3.1.5 seems to include text for 3.1.4
#41
GoogleCodeExporter
closed
9 years ago
2
Next