Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix default value for version help. Approved by Benjamin on python-dev: ↵ | Steven Bethard | 2010-05-24 | 1 | -1/+1 |
| | | | | http://mail.python.org/pipermail/python-dev/2010-May/100231.html | ||||
* | replace copy right notice with simple attribution | Benjamin Peterson | 2010-03-24 | 1 | -13/+1 |
| | |||||
* | eliminate py3k warnings in argparse | Benjamin Peterson | 2010-03-07 | 1 | -0/+2 |
| | |||||
* | remove cross-version compatibility code | Benjamin Peterson | 2010-03-02 | 1 | -28/+7 |
| | |||||
* | remove code to avoid BaseException.message bug | Benjamin Peterson | 2010-03-02 | 1 | -9/+0 |
| | |||||
* | set svn:eol-style | Benjamin Peterson | 2010-03-02 | 1 | -2351/+2351 |
| | |||||
* | remove coding cookie as mandated by PEP 8 | Benjamin Peterson | 2010-03-02 | 1 | -3/+1 |
| | |||||
* | Initial commit of the argparse library, based on argparse 1.1. | Steven Bethard | 2010-03-02 | 1 | -0/+2353 |
Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation. |