summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | Problem: argparse has been licensed under Apache License v2.0 While this license is a FOSS license, it has known compatibility issues with the GNU GPL v2 - projects under GPL v2 can't use code under apache license v2.0. Projects which use "GPL v2 (or, at user's choice, any later version)" only have one means using code under apache license v2.0: to choose the "or any later" part and go GPL v3. Of course, this would cause issues with other license.... As argparse was contributed to the Python v2.7 code base, it is available under the Python License, which has no such compatibility issue. Thus, a clean solution for the argparse package (for users who need argparse for projects which have to support python older than 2.7) is to remove all old apache licensed files and start from scratch using the python-licensed code from the standard library.
* remove autogenerated html documentationThomas Waldmann2011-03-2621-4305/+0
| | | | | | | can be regenerated by: cd doc sphinx-build source .
* Release argparse 1.1.r11steven.bethard2010-03-0113-58/+58
|
* Deprecate ArgumentParser(..., version=XXX, ...) as well as format_version() ↵steven.bethard2010-02-286-47/+9
| | | | and print_version(). These should be replaced with .add_argument(..., action='version', ...).
* Add convert_arg_line_to_args to allow subclasses to easily override file ↵steven.bethard2010-01-077-5/+47
| | | | parsing behavior.
* 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
| | | | the syntax ``@file``.
* Bump version to 0.9.1 to include correct license information (also clean out ↵steven.bethard2009-04-2813-58/+58
| | | | a couple remaining BSD references).
* 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
| | | | Include documentation for FileType.
* Reorder docs outline in index.rst to put introduction before ↵steven.bethard2009-03-276-37/+37
| | | | argparse-vs-optparse.
* Commit generated documentation.steven.bethard2009-03-2720-0/+3911
|
* Remove references to add_argument() parameters. Replace with references to ↵steven.bethard2009-03-271-10/+10
| | | | add_argument() where possible.
* Initial import from python-hosting.com repository.steven.bethard2009-03-279-0/+1603