summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_argparse.py
Commit message (Expand)AuthorAgeFilesLines
* A follow up for issue #15906: change the test for calling the type conversionBarry Warsaw2012-09-121-4/+27
* - Issue #15906: Fix a regression in argparse caused by the preceding change,Barry Warsaw2012-09-121-0/+10
* #15847: allow args to be a tuple in parse_argsR David Murray2012-09-081-0/+18
* #12776,#11839: call argparse type function only once.R David Murray2012-09-011-0/+48
* #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-221-12/+25
* #12353: argparse now correctly handles null argument values.R David Murray2012-07-221-0/+1
* #11906 Make test_argparse work interactively by removing extra spaceTerry Jan Reedy2012-01-091-4/+6
* Close #13401: Skip TestFileTypeW of test_argparse if the current user is rootVictor Stinner2011-11-201-0/+2
* Issue #9347: Fix formatting for tuples in argparse type= error messages.Steven Bethard2011-04-031-0/+2
* Issue #9026: Fix order of argparse sub-commands in help messages. (Merged fro...Steven Bethard2011-03-271-3/+80
* Issue #9348: Raise an early error if argparse nargs and metavar don't match. ...Steven Bethard2011-03-261-0/+171
* Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,...R. David Murray2011-02-111-1/+1
* #10680: fix mutually exclusive arguments in argument groups.Steven Bethard2011-01-301-0/+40
* Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp...Steven Bethard2011-01-241-8/+15
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-9/+9
* Merged revisions 86111 via svnmerge fromSteven Bethard2010-11-021-0/+22
* Merged revisions 86092 via svnmerge fromSteven Bethard2010-11-011-0/+19
* Merged revisions 86090 via svnmerge fromSteven Bethard2010-11-011-0/+24
* Merged revisions 86086 via svnmerge fromSteven Bethard2010-11-011-0/+10
* Merged revisions 86080 via svnmerge fromSteven Bethard2010-11-011-0/+9
* Merged revisions 85497 via svnmerge fromAntoine Pitrou2010-10-141-1/+2
* Merged revisions 83675 via svnmerge fromR. David Murray2010-08-031-7/+72
* Fix default value for version help. Approved by Benjamin on python-dev: http:...Steven Bethard2010-05-241-0/+19
* Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing...Michael Foord2010-04-081-5/+9
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-16/+6
* Replace license with simple attribution.Steven Bethard2010-03-241-13/+1
* eliminate py3k warnings in argparseBenjamin Peterson2010-03-071-0/+10
* plug ref leaksBenjamin Peterson2010-03-021-0/+4
* remove cross-version compatibility codeBenjamin Peterson2010-03-021-22/+2
* remove code to avoid BaseException.message bugBenjamin Peterson2010-03-021-6/+0
* convert deprecated fail* methods to assert* variantsBenjamin Peterson2010-03-021-16/+16
* use test_main() in __main__ sectionBenjamin Peterson2010-03-021-1/+1
* prevent warning filter adjustment from altering other testsBenjamin Peterson2010-03-021-24/+23
* enable running of argparse tests and fix two that failed in the new environmentBenjamin Peterson2010-03-021-4/+11
* remove another coding cookieBenjamin Peterson2010-03-021-3/+1
* set svn:eol-styleBenjamin Peterson2010-03-021-4206/+4206
* Initial commit of the argparse library, based on argparse 1.1.Steven Bethard2010-03-021-0/+4206