| 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 | -0/+19 |
| | | | | | http://mail.python.org/pipermail/python-dev/2010-May/100231.html | ||||
| * | Switch regrtest to use StringIO instead of cStringIO for ↵ | Michael Foord | 2010-04-08 | 1 | -5/+9 |
| | | | | | test_multiprocessing on Windows. Issue 8333. | ||||
| * | Replace catch_warnings with check_warnings when it makes sense. Use ↵ | Florent Xicluna | 2010-03-31 | 1 | -16/+6 |
| | | | | | assertRaises context manager to simplify some tests. | ||||
| * | Replace license with simple attribution. | Steven Bethard | 2010-03-24 | 1 | -13/+1 |
| | | |||||
| * | eliminate py3k warnings in argparse | Benjamin Peterson | 2010-03-07 | 1 | -0/+10 |
| | | |||||
| * | plug ref leaks | Benjamin Peterson | 2010-03-02 | 1 | -0/+4 |
| | | |||||
| * | remove cross-version compatibility code | Benjamin Peterson | 2010-03-02 | 1 | -22/+2 |
| | | |||||
| * | remove code to avoid BaseException.message bug | Benjamin Peterson | 2010-03-02 | 1 | -6/+0 |
| | | |||||
| * | convert deprecated fail* methods to assert* variants | Benjamin Peterson | 2010-03-02 | 1 | -16/+16 |
| | | |||||
| * | use test_main() in __main__ section | Benjamin Peterson | 2010-03-02 | 1 | -1/+1 |
| | | |||||
| * | prevent warning filter adjustment from altering other tests | Benjamin Peterson | 2010-03-02 | 1 | -24/+23 |
| | | |||||
| * | enable running of argparse tests and fix two that failed in the new environment | Benjamin Peterson | 2010-03-02 | 1 | -4/+11 |
| | | |||||
| * | remove another coding cookie | Benjamin Peterson | 2010-03-02 | 1 | -3/+1 |
| | | |||||
| * | set svn:eol-style | Benjamin Peterson | 2010-03-02 | 1 | -4206/+4206 |
| | | |||||
| * | Initial commit of the argparse library, based on argparse 1.1. | Steven Bethard | 2010-03-02 | 1 | -0/+4206 |
| 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. | |||||
