summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getargs.py
Commit message (Expand)AuthorAgeFilesLines
* Remove this test; it checked for a single old bug and I don't think thatGuido van Rossum2007-07-221-24/+0
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Guess what? --disable-unicode proofing.Michael W. Hudson2002-05-201-4/+7
* Whitespace normalization.Tim Peters2001-09-181-3/+0
* Test the failed-unicode-decoding bug in PyArg_ParseTuple().Jeremy Hylton2001-09-101-0/+24