summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* use _build for the sphinx build dirThomas Waldmann2011-03-272-2/+2
* run sphinx-quickstart, move doc source to source/Thomas Waldmann2011-03-277-0/+601
* add files from python 2.7.1 (Python License)Thomas Waldmann2011-03-262-0/+2047
* licensing issues: we need a clean restart here - remove everythingThomas Waldmann2011-03-2610-1840/+0
* remove autogenerated html documentationThomas Waldmann2011-03-2621-4305/+0
* Release argparse 1.1.r11steven.bethard2010-03-0113-58/+58
* Deprecate ArgumentParser(..., version=XXX, ...) as well as format_version() a...steven.bethard2010-02-286-47/+9
* Add convert_arg_line_to_args to allow subclasses to easily override file pars...steven.bethard2010-01-077-5/+47
* Add get_default method.steven.bethard2009-12-064-2/+29
* Fix misplaced discussion of add_help and parent parsers.steven.bethard2009-10-313-4/+5
* Allow better custom type error messages using ArgumentTypeError.steven.bethard2009-10-243-5/+7
* Support more customization of version arguments.steven.bethard2009-10-245-5/+22
* Bump version to 1.1a1.steven.bethard2009-10-2413-58/+58
* Bump version numbers to 1.0.2.steven.bethard2009-09-1513-58/+58
* 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-1213-58/+58
* Bump versions to 1.0 and generate documentation for 1.0 release.r10steven.bethard2009-07-2613-64/+157
* 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-2813-58/+58
* Make code snippets a little more doctest friendly.steven.bethard2009-03-297-14/+18
* Document print_help() and friends.steven.bethard2009-03-284-1/+53
* 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
* Reorder docs outline in index.rst to put introduction before argparse-vs-optp...steven.bethard2009-03-276-37/+37
* Commit generated documentation.steven.bethard2009-03-2720-0/+3911
* 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