History log of /external/python/cpython2/Lib/test/test_getargs.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e7ebdc2a6114844bc6ab4eda041f9cbeb0d76184 16-Apr-2010 Benjamin Peterson <benjamin@python.org> remove check for unicode
/external/python/cpython2/Lib/test/test_getargs.py
6eeaddc341ec3ac03070c47cf9095a6c82d3a395 18-Mar-2008 Brett Cannon <bcannon@gmail.com> Convert test_strftime, test_getargs, and test_pep247 to use unittest.
/external/python/cpython2/Lib/test/test_getargs.py
408b6d34de2b1a6ba690557def435adce9314184 31-Jul-2002 Barry Warsaw <barry@python.org> Complete the absolute import patch for the test suite. All relative
imports of test modules now import from the test package. Other
related oddities are also fixed (like DeprecationWarning filters that
weren't specifying the full import part, etc.). Also did a general
code cleanup to remove all "from test.test_support import *"'s. Other
from...import *'s weren't changed.
/external/python/cpython2/Lib/test/test_getargs.py
7b7ba540332b9a62be622035dc69b2a332ce6c68 20-May-2002 Michael W. Hudson <mwh@python.net> Guess what? --disable-unicode proofing.

This is a strange test.
/external/python/cpython2/Lib/test/test_getargs.py
b64bec3ec078d66a34175b9dec55eaac5c821b46 18-Sep-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_getargs.py
f649195560534bfcdb0cbeb010d68a5da519dc7a 10-Sep-2001 Jeremy Hylton <jeremy@alum.mit.edu> Test the failed-unicode-decoding bug in PyArg_ParseTuple().
/external/python/cpython2/Lib/test/test_getargs.py