issues
search
zenlotus
/
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
%(prog)s in version string is not being replaced
#40
GoogleCodeExporter
closed
9 years ago
3
typo in "action" creates hard to diagnose error message
#39
GoogleCodeExporter
closed
9 years ago
1
improve error message when supplying dest= for positional argument
#38
GoogleCodeExporter
closed
9 years ago
2
bug with two letter options and negative number arguments
#37
GoogleCodeExporter
closed
9 years ago
4
"from argparse import *" fails
#36
GoogleCodeExporter
closed
9 years ago
1
Support for env/config file hierarchy
#35
GoogleCodeExporter
closed
9 years ago
7
customize error messages for invalid type= values
#34
GoogleCodeExporter
closed
9 years ago
1
Allow non-mutually exclusive options within a mutually exclusive group
#33
GoogleCodeExporter
closed
9 years ago
2
More robust arguments from files
#32
GoogleCodeExporter
closed
9 years ago
12
argparse 1.0.1 has a test failure
#31
GoogleCodeExporter
closed
9 years ago
12
argparse-1.0.1 does not install
#30
GoogleCodeExporter
closed
9 years ago
9
Feature Request: Declarative interface using a decorator
#29
GoogleCodeExporter
closed
9 years ago
17
Installation fails on Linux with the current trunk version (r40)
#28
GoogleCodeExporter
closed
9 years ago
1
mutually exclusive group stops working when specified via parent parser
#27
GoogleCodeExporter
closed
9 years ago
5
parent parser args are positional
#26
GoogleCodeExporter
closed
9 years ago
4
ArgumentError.message triggers DeprecationWarning as of Python 2.6
#25
GoogleCodeExporter
closed
9 years ago
2
improve exception message for nargs=0
#24
GoogleCodeExporter
closed
9 years ago
9
Feature Request: Positional Argument Aliases
#23
GoogleCodeExporter
closed
9 years ago
9
Unable to configure -v|--version flags when version given to ArgumentParser
#22
GoogleCodeExporter
closed
9 years ago
5
Use "callable" builtin instead of hasattr(type_func, '__call__')
#21
GoogleCodeExporter
closed
9 years ago
8
optionals with nargs='+' can't be followed by positionals
#20
GoogleCodeExporter
closed
9 years ago
6
Bug when parsing long optionals with spaces in the value
#19
GoogleCodeExporter
closed
9 years ago
2
Allow grouping subparsers together in the help output
#18
GoogleCodeExporter
closed
9 years ago
5
DeprecationWarnings in the tests for Python 2.6
#17
GoogleCodeExporter
closed
9 years ago
3
Support reading arguments from a file
#16
GoogleCodeExporter
closed
9 years ago
2
single file documentation
#15
GoogleCodeExporter
closed
9 years ago
4
exceptions as arguments
#14
GoogleCodeExporter
closed
9 years ago
5
Bug in mutually exclusive groups
#13
GoogleCodeExporter
closed
9 years ago
1
Adjustments for Python 2.3?
#12
GoogleCodeExporter
closed
9 years ago
2
Error generating help with add_mutually_exclusive_group
#11
GoogleCodeExporter
closed
9 years ago
3
Problems with quoted argument strings
#10
GoogleCodeExporter
closed
9 years ago
1
Suggestion for a single API function to reduce the amount of typing needed.
#9
GoogleCodeExporter
closed
9 years ago
5
windows installer needs admin signaling
#8
GoogleCodeExporter
closed
9 years ago
2
Allow a callable for the 'choices' keyword
#7
GoogleCodeExporter
closed
9 years ago
1
allow arguments to optionals to have different names
#6
GoogleCodeExporter
closed
9 years ago
1
Provide a way to have default= values parsed from strings
#5
GoogleCodeExporter
closed
9 years ago
1
Show defaults in --help
#4
GoogleCodeExporter
closed
9 years ago
4
API for collecting unrecognized options
#3
GoogleCodeExporter
closed
9 years ago
4
Enhanced boolean type and configure-style options
#2
GoogleCodeExporter
closed
9 years ago
13
Using default values with the append action
#1
GoogleCodeExporter
closed
9 years ago
5
Previous