| Commit message (Expand) | Author | Age | Files | Lines |
* | A follow up for issue #15906: change the test for calling the type conversion | Barry Warsaw | 2012-09-12 | 1 | -4/+27 |
|
|
* | - Issue #15906: Fix a regression in argparse caused by the preceding change, | Barry Warsaw | 2012-09-12 | 1 | -0/+10 |
|
|
* | #15847: allow args to be a tuple in parse_args | R David Murray | 2012-09-08 | 1 | -0/+18 |
|
|
* | #12776,#11839: call argparse type function only once. | R David Murray | 2012-09-01 | 1 | -0/+48 |
|
|
* | #13922: argparse no longer incorrectly strips '--' after the first one. | R David Murray | 2012-07-22 | 1 | -12/+25 |
|
|
* | #12353: argparse now correctly handles null argument values. | R David Murray | 2012-07-22 | 1 | -0/+1 |
|
|
* | #11906 Make test_argparse work interactively by removing extra space | Terry Jan Reedy | 2012-01-09 | 1 | -4/+6 |
|
|
* | Close #13401: Skip TestFileTypeW of test_argparse if the current user is root | Victor Stinner | 2011-11-20 | 1 | -0/+2 |
|
|
* | Issue #9347: Fix formatting for tuples in argparse type= error messages. | Steven Bethard | 2011-04-03 | 1 | -0/+2 |
|
|
* | Issue #9026: Fix order of argparse sub-commands in help messages. (Merged fro... | Steven Bethard | 2011-03-27 | 1 | -3/+80 |
|
|
* | Issue #9348: Raise an early error if argparse nargs and metavar don't match. ... | Steven Bethard | 2011-03-26 | 1 | -0/+171 |
|
|
* | Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,... | R. David Murray | 2011-02-11 | 1 | -1/+1 |
|
|
* | #10680: fix mutually exclusive arguments in argument groups. | Steven Bethard | 2011-01-30 | 1 | -0/+40 |
|
|
* | Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp... | Steven Bethard | 2011-01-24 | 1 | -8/+15 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -9/+9 |
|
|
* | Merged revisions 86111 via svnmerge from | Steven Bethard | 2010-11-02 | 1 | -0/+22 |
|
|
* | Merged revisions 86092 via svnmerge from | Steven Bethard | 2010-11-01 | 1 | -0/+19 |
|
|
* | Merged revisions 86090 via svnmerge from | Steven Bethard | 2010-11-01 | 1 | -0/+24 |
|
|
* | Merged revisions 86086 via svnmerge from | Steven Bethard | 2010-11-01 | 1 | -0/+10 |
|
|
* | Merged revisions 86080 via svnmerge from | Steven Bethard | 2010-11-01 | 1 | -0/+9 |
|
|
* | Merged revisions 85497 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -1/+2 |
|
|
* | Merged revisions 83675 via svnmerge from | R. David Murray | 2010-08-03 | 1 | -7/+72 |
|
|
* | Fix default value for version help. Approved by Benjamin on python-dev: http:... | Steven Bethard | 2010-05-24 | 1 | -0/+19 |
|
|
* | Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing... | Michael Foord | 2010-04-08 | 1 | -5/+9 |
|
|
* | Replace catch_warnings with check_warnings when it makes sense. Use assertRa... | Florent Xicluna | 2010-03-31 | 1 | -16/+6 |
|
|
* | 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 |
|
|