aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pyclbr.py
Commit message (Expand)AuthorAge
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Remove httplib from tested modules.Jeremy Hylton2002-07-12
* assertHasattr(): Made failure msg better than useless.Tim Peters2002-07-10
* SF bug 558179.Guido van Rossum2002-06-05
* Stop sucking up xmllib -- it's deprecated.Tim Peters2002-04-11
* Fix pyclbr test of httplib without really understanding pyclbr.Jeremy Hylton2002-03-08
* SF bug [#467336] doctest failures w/ new-style classes.Tim Peters2001-10-03
* SF patch [#466616] Exclude imported items from doctest,Tim Peters2001-10-02
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-20
* builtin_dir(): Treat classic classes like types. Use PyDict_Keys insteadTim Peters2001-09-04
* Repair Unix-specific assumptions that caused this to fail on Windows.Tim Peters2001-08-13
* Nick Mathewson: test suite for the class browser support module.Fred Drake2001-08-13