summaryrefslogtreecommitdiff
path: root/argparse.py
Commit message (Expand)AuthorAgeFilesLines
* added aliases support, thanks to Roland KammererThomas Waldmann2014-12-151-3/+14
* use tox for testing, bump version to 1.3.0, declare support for py 3.3+3.4Thomas Waldmann2014-12-151-1/+6
* add universal wheel support, host files on pypir122Thomas Waldmann2014-11-151-1/+1
* bump version to 1.2.1, add py 3.2 to the tested listr121Thomas Waldmann2011-03-311-1/+1
* fix Python 3.1 compatibility, 1 test failure see note belowThomas Waldmann2011-03-301-0/+4
* bump version to 1.2, add NEWS.txt to dist archiveThomas Waldmann2011-03-271-1/+1
* make most tests work on python 2.3Thomas Waldmann2011-03-271-1/+13
* make tests work on python 2.4Thomas Waldmann2011-03-271-1/+10
* add files from python 2.7.1 (Python License)Thomas Waldmann2011-03-261-0/+2337
* licensing issues: we need a clean restart here - remove everythingThomas Waldmann2011-03-261-2353/+0
* Release argparse 1.1.r11steven.bethard2010-03-011-1/+1
* Better error messages for errors like type='int'. This actually caught a bug ...steven.bethard2010-02-281-0/+9
* Allow single character options, e.g. '-' and '+'.steven.bethard2010-02-281-19/+10
* Deprecate ArgumentParser(..., version=XXX, ...) as well as format_version() a...steven.bethard2010-02-281-1/+18
* Namespace objects now support "in" (__contains__).steven.bethard2010-02-281-0/+7
* Add convert_arg_line_to_args to allow subclasses to easily override file pars...steven.bethard2010-01-071-1/+7
* Fix bug where --si=64 was deemed ambiguous when both --si and --size were in ...steven.bethard2009-12-071-0/+7
* Add support for nargs='...', which allows emulation of command lines like "py...steven.bethard2009-12-061-5/+17
* Add get_default method.steven.bethard2009-12-061-1/+7
* Allow better custom type error messages using ArgumentTypeError.steven.bethard2009-10-241-1/+13
* Support more customization of version arguments.steven.bethard2009-10-241-2/+11
* Better error messages when 'dest' occurs twice for positional argumentssteven.bethard2009-10-241-0/+2
* Better error messages for invalid actions.steven.bethard2009-10-241-4/+9
* Bump version to 1.1a1.steven.bethard2009-10-241-1/+1
* Fix bug where options with a single letter were being considered as numbers.steven.bethard2009-10-091-1/+1
* Add missing comma in __all__ declaration.steven.bethard2009-09-301-1/+1
* Make sure exit() calls _print_message() instead of writing directly to sys.st...steven.bethard2009-09-291-1/+1
* Bump version numbers to 1.0.2.steven.bethard2009-09-151-1/+1
* Fix a bug that was preventing % from being used in help messages.steven.bethard2009-09-131-3/+7
* Fix bug with long prog= values.steven.bethard2009-09-121-36/+61
* Silence Python 2.6 buggy warnings about Exception.message.steven.bethard2009-09-121-0/+9
* Improve error messages when nargs=0 is supplied to _StoreAction or _AppendAct...steven.bethard2009-09-121-2/+6
* Fix bug where classic classes were being rejected as type= arguments.steven.bethard2009-09-121-2/+3
* Fix bug with mutually exclusive groups in parent= parsers.steven.bethard2009-09-121-0/+11
* Set svn:eol-style=native for all .py files.steven.bethard2009-09-121-2216/+2216
* Bump version numbers to 1.0.1 in preparation for bugfixes.steven.bethard2009-09-121-1/+1
* Bump versions to 1.0 and generate documentation for 1.0 release.r10steven.bethard2009-07-261-1/+1
* Spaces now only signal a positional if the argument string doesn't start with...steven.bethard2009-07-261-4/+4
* Allow subparsers to take title= and description= parameters.steven.bethard2009-07-261-5/+10
* Docstring fixes and additions for better epydoc output.steven.bethard2009-07-131-68/+125
* Allow tuples for metavars.steven.bethard2009-07-131-13/+20
* Add ArgumentDefaultsHelpFormatter.steven.bethard2009-07-131-1/+16
* Fix tests to write files to temp directory.steven.bethard2009-07-121-4/+6
* Add support for specifying additional command line arguments in a file using ...steven.bethard2009-07-121-0/+30
* Add support for parse_known_args.steven.bethard2009-06-141-16/+21
* Allow None as the first argument to ArgumentError.steven.bethard2009-06-141-1/+3
* Make append* actions copy their default value.steven.bethard2009-05-041-3/+8
* Support Python 2.3.steven.bethard2009-05-011-21/+39
* Fix bug with wrapping mutually exclusive groups in the usage message.steven.bethard2009-04-301-2/+5
* Bump version to 0.9.1 to include correct license information (also clean out ...steven.bethard2009-04-281-1/+1