summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* argparse.run now works with bound methods (instance methods and class methods).ubershmekel2009-11-021-0/+12
* Add modified version of Yuvgoog Greenle's initial patch.steven.bethard2009-10-241-0/+112
* Allow better custom type error messages using ArgumentTypeError.steven.bethard2009-10-241-0/+22
* Support more customization of version arguments.steven.bethard2009-10-241-0/+11
* Better error messages when 'dest' occurs twice for positional argumentssteven.bethard2009-10-241-0/+11
* Better error messages for invalid actions.steven.bethard2009-10-241-2/+10
* Fix bug where options with a single letter were being considered as numbers.steven.bethard2009-10-091-0/+17
* Add missing comma in __all__ declaration.steven.bethard2009-09-301-0/+11
* Fix encoding test. Boy, let's see if I can ever get this right. ;-)steven.bethard2009-09-161-1/+1
* Fix encoding test.steven.bethard2009-09-161-3/+1
* Fix issue where test was reading in .pyc file instead of .py file.steven.bethard2009-09-151-2/+9
* Fix a bug that was preventing % from being used in help messages.steven.bethard2009-09-131-2/+32
* Fix some spacing and indentation.steven.bethard2009-09-121-32/+49
* Fix bug with long prog= values.steven.bethard2009-09-121-4/+94
* Extra tests from 4kir4.1i.steven.bethard2009-09-121-0/+94
* Silence Python 2.6 buggy warnings about Exception.message.steven.bethard2009-09-121-0/+8
* Fix bug where classic classes were being rejected as type= arguments.steven.bethard2009-09-121-5/+24
* Fix bug with mutually exclusive groups in parent= parsers.steven.bethard2009-09-121-0/+29
* Set svn:eol-style=native for all .py files.steven.bethard2009-09-121-3674/+3674
* Spaces now only signal a positional if the argument string doesn't start with...steven.bethard2009-07-261-1/+3
* Allow subparsers to take title= and description= parameters.steven.bethard2009-07-261-0/+30
* Allow tuples for metavars.steven.bethard2009-07-131-0/+27
* Add ArgumentDefaultsHelpFormatter.steven.bethard2009-07-131-0/+41
* Fix tests to write files to temp directory.steven.bethard2009-07-121-4/+9
* Add support for specifying additional command line arguments in a file using ...steven.bethard2009-07-121-12/+47
* Add support for parse_known_args.steven.bethard2009-06-141-1/+25
* Allow None as the first argument to ArgumentError.steven.bethard2009-06-141-0/+11
* Make append* actions copy their default value.steven.bethard2009-05-041-0/+27
* Support Python 2.3.steven.bethard2009-05-011-4/+25
* Fix bug with wrapping mutually exclusive groups in the usage message.steven.bethard2009-04-301-0/+46
* Add support for empty string arguments and arguments that contain spaces.steven.bethard2009-04-201-2/+20
* Clean up comment.steven.bethard2009-04-201-3/+3
* Python 3.0 support.steven.bethard2009-03-291-220/+146
* Initial import from python-hosting.com repository.steven.bethard2009-03-271-0/+3461