summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_argparse.py
Commit message (Expand)AuthorAgeFilesLines
* 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