1. 6e7e079 Fix test_pyclbr after another platform-dependent function was added to urllib. by Georg Brandl · 17 years ago
  2. e1b93f2 Adapt test_pyclbr to the new version of urllib.py: by Amaury Forgeot d'Arc · 17 years ago
  3. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 17 years ago
  4. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  5. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  6. 8584932 Fix test_pyclbr after urllib change. by Georg Brandl · 18 years ago
  7. 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 19 years ago
  8. 041669f Whitespace normalization by Neal Norwitz · 19 years ago
  9. 742cd24 test_pyclbr goes nuts when a module contains code to try importing a class by Phillip J. Eby · 19 years ago
  10. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago
  11. c4536a1 Teach a test about the different kinds of functions. by Raymond Hettinger · 21 years ago
  12. 6db15d7 Whitespace normalization. by Tim Peters · 21 years ago
  13. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  14. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 21 years ago
  15. fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 21 years ago
  16. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 22 years ago
  17. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 22 years ago
  18. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 23 years ago
  19. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 23 years ago
  20. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 23 years ago
  21. 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 23 years ago
  22. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 23 years ago
  23. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  24. b2622a4 Remove httplib from tested modules. by Jeremy Hylton · 23 years ago
  25. 5e5ca56 assertHasattr(): Made failure msg better than useless. by Tim Peters · 23 years ago
  26. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 23 years ago
  27. 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 23 years ago
  28. 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 23 years ago
  29. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 24 years ago
  30. 7402f79 SF patch [#466616] Exclude imported items from doctest, by Tim Peters · 24 years ago
  31. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  32. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 24 years ago
  33. 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 24 years ago
  34. 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 24 years ago