summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* run sphinx-quickstart, move doc source to source/Thomas Waldmann2011-03-275-0/+2309
* licensing issues: we need a clean restart here - remove everythingThomas Waldmann2011-03-2610-1840/+0
* Release argparse 1.1.r11steven.bethard2010-03-011-2/+2
* Deprecate ArgumentParser(..., version=XXX, ...) as well as format_version() a...steven.bethard2010-02-282-23/+4
* Add convert_arg_line_to_args to allow subclasses to easily override file pars...steven.bethard2010-01-072-2/+17
* Add get_default method.steven.bethard2009-12-061-0/+8
* Fix misplaced discussion of add_help and parent parsers.steven.bethard2009-10-311-1/+2
* Allow better custom type error messages using ArgumentTypeError.steven.bethard2009-10-241-2/+3
* Support more customization of version arguments.steven.bethard2009-10-242-2/+10
* Bump version to 1.1a1.steven.bethard2009-10-241-2/+2
* Bump version numbers to 1.0.2.steven.bethard2009-09-151-2/+2
* 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-121-197/+197
* Bump version numbers to 1.0.1 in preparation for bugfixes.steven.bethard2009-09-121-2/+2
* Bump versions to 1.0 and generate documentation for 1.0 release.r10steven.bethard2009-07-261-2/+2
* Allow subparsers to take title= and description= parameters.steven.bethard2009-07-261-0/+20
* 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-131-0/+14
* Add ArgumentDefaultsHelpFormatter.steven.bethard2009-07-131-0/+21
* Update some version numbers.steven.bethard2009-07-122-4/+4
* Add support for specifying additional command line arguments in a file using ...steven.bethard2009-07-121-1/+20
* Bump version to 0.9.1 to include correct license information (also clean out ...steven.bethard2009-04-281-2/+2
* Make code snippets a little more doctest friendly.steven.bethard2009-03-294-7/+11
* Document print_help() and friends.steven.bethard2009-03-281-0/+25
* No really, add documentation for FileType.steven.bethard2009-03-281-0/+21
* Describe the syntax of option strings on the command line.steven.bethard2009-03-283-3/+84
* Reorder docs outline in index.rst to put introduction before argparse-vs-optp...steven.bethard2009-03-271-1/+1
* Remove references to add_argument() parameters. Replace with references to ad...steven.bethard2009-03-271-10/+10
* Initial import from python-hosting.com repository.steven.bethard2009-03-279-0/+1603