summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switch r101-bsd branch to BSD license for IPython.r101-bsdsteven.bethard2009-09-153-29/+53
|
* Branch 1.0.1 release for BSD license (for IPython).steven.bethard2009-09-150-0/+0
|
* Add NEWS file.r101steven.bethard2009-09-152-0/+12
|
* Fix a bug that was preventing % from being used in help messages.steven.bethard2009-09-132-5/+39
|
* Fix some spacing and indentation.steven.bethard2009-09-121-32/+49
|
* Fix bug with long prog= values.steven.bethard2009-09-122-40/+155
|
* Extra tests from 4kir4.1i.steven.bethard2009-09-121-0/+94
|
* Silence Python 2.6 buggy warnings about Exception.message.steven.bethard2009-09-122-0/+17
|
* Improve error messages when nargs=0 is supplied to _StoreAction or ↵steven.bethard2009-09-121-2/+6
| | | | _AppendAction.
* Fix bug where classic classes were being rejected as type= arguments.steven.bethard2009-09-122-7/+27
|
* Fix bug with mutually exclusive groups in parent= parsers.steven.bethard2009-09-122-0/+40
|
* Set svn:eol-style=native for all .rst files.steven.bethard2009-09-126-940/+940
|
* Set svn:eol-style=native for all .py files.steven.bethard2009-09-124-6139/+6139
|
* Mark README.txt and MANIFEST.in as having native eol-style.steven.bethard2009-09-122-41/+41
|
* Bump version numbers to 1.0.1 in preparation for bugfixes.steven.bethard2009-09-1215-61/+61
|
* Read description from README.txt file and reformat README.txt so that when ↵steven.bethard2009-08-022-18/+29
| | | | it's uploaded to PyPI, it looks right.
* Tweak readme text.steven.bethard2009-07-261-23/+15
|
* Update classifiers to mark argparse as stable.steven.bethard2009-07-261-1/+1
|
* Bump versions to 1.0 and generate documentation for 1.0 release.r10steven.bethard2009-07-2615-68/+161
|
* Spaces now only signal a positional if the argument string doesn't start ↵steven.bethard2009-07-262-5/+7
| | | | with an optional declared in the parser.
* Allow subparsers to take title= and description= parameters.steven.bethard2009-07-263-5/+60
|
* Docstring fixes and additions for better epydoc output.steven.bethard2009-07-131-68/+125
|
* Add conf.py to manifest.steven.bethard2009-07-131-1/+2
|
* Fix minor ReST bugs.steven.bethard2009-07-132-2/+2
|
* Document parse_known_args.steven.bethard2009-07-131-0/+18
|
* Allow tuples for metavars.steven.bethard2009-07-133-13/+61
|
* Add ArgumentDefaultsHelpFormatter.steven.bethard2009-07-133-1/+78
|
* Add the source documentation files.steven.bethard2009-07-131-0/+1
|
* Update some version numbers.steven.bethard2009-07-122-4/+4
|
* Fix tests to write files to temp directory.steven.bethard2009-07-122-8/+15
| | | | Fix bug where some files weren't being closed.
* Add support for specifying additional command line arguments in a file using ↵steven.bethard2009-07-123-13/+97
| | | | the syntax ``@file``.
* Add support for parse_known_args.steven.bethard2009-06-142-17/+46
|
* Allow None as the first argument to ArgumentError.steven.bethard2009-06-142-1/+14
|
* Make append* actions copy their default value.steven.bethard2009-05-044-12/+42
| | | | | Bump version numbers, and clean up description text in setup.py. Ignore some generated and local files.
* Support Python 2.3.steven.bethard2009-05-012-25/+64
|
* Fix bug with wrapping mutually exclusive groups in the usage message.steven.bethard2009-04-302-2/+51
|
* Update argparse homepage.steven.bethard2009-04-291-1/+1
|
* Bump version to 0.9.1 to include correct license information (also clean out ↵steven.bethard2009-04-2816-63/+63
| | | | a couple remaining BSD references).
* Update license to Apache 2.0.steven.bethard2009-04-281-6/+13
|
* Add support for empty string arguments and arguments that contain spaces.steven.bethard2009-04-202-2/+28
|
* Clean up comment.steven.bethard2009-04-201-3/+3
|
* Make code snippets a little more doctest friendly.steven.bethard2009-03-297-14/+18
|
* Python 3.0 support.steven.bethard2009-03-292-230/+162
|
* Document print_help() and friends.steven.bethard2009-03-284-1/+53
|
* Ignore generated distribution files.steven.bethard2009-03-281-1/+3
| | | | Rework MANIFEST.in a bit so that it doesn't include .svn files from doc/_static.
* No really, add documentation for FileType.steven.bethard2009-03-282-0/+151
|
* Describe the syntax of option strings on the command line.steven.bethard2009-03-2810-8/+196
| | | | Include documentation for FileType.
* Reorder docs outline in index.rst to put introduction before ↵steven.bethard2009-03-276-37/+37
| | | | argparse-vs-optparse.
* Update properties to make .css files viewable.steven.bethard2009-03-270-0/+0
|
* Update properties to make .html and .png files viewable.steven.bethard2009-03-270-0/+0
|