Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Guess what? --disable-unicode proofing. | Michael W. Hudson | 2002-05-20 | 1 | -4/+7 |
| | | | | This is a strange test. | ||||
* | Whitespace normalization. | Tim Peters | 2001-09-18 | 1 | -3/+0 |
| | |||||
* | Test the failed-unicode-decoding bug in PyArg_ParseTuple(). | Jeremy Hylton | 2001-09-10 | 1 | -0/+24 |