summaryrefslogtreecommitdiff
path: root/argparse.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for empty string arguments and arguments that contain spaces.steven.bethard2009-04-201-0/+8
* Python 3.0 support.steven.bethard2009-03-291-10/+16
* Initial import from python-hosting.com repository.steven.bethard2009-03-271-0/+2053