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