summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyclbr.py
Commit message (Expand)AuthorAgeFilesLines
* SF bug [#467336] doctest failures w/ new-style classes.Tim Peters2001-10-031-1/+4
* SF patch [#466616] Exclude imported items from doctest,Tim Peters2001-10-021-2/+3
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* builtin_dir(): Treat classic classes like types. Use PyDict_Keys insteadTim Peters2001-09-041-1/+1
* Repair Unix-specific assumptions that caused this to fail on Windows.Tim Peters2001-08-131-20/+18
* Nick Mathewson: test suite for the class browser support module.Fred Drake2001-08-131-0/+158