Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch #636005: Filter unicode into unicode. | Martin v. Löwis | 2003-01-25 | 1 | -0/+6 | |
| | ||||||
* | Combine test_b1.py and test_b2.py into test_builtin.py, | Walter Dörwald | 2003-01-19 | 1 | -9/+1075 | |
| | | | | | | | | port the tests to PyUnit and add many tests for error cases. This increases code coverage in Python/bltinmodule.c from 75% to 92%. (From SF patch #662807, with assert_(not fcmp(x, y)) replaced with assertAlmostEqual(x, y) where possible) | |||||
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -3/+3 | |
| | | | | | | | | 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. | |||||
* | Initial revision | Guido van Rossum | 1992-01-27 | 1 | -0/+13 | |