1. c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 22 years ago
  2. 4d28d96 Refer to __builtin__.file, not __builtins__.file by Martin v. Löwis · 22 years ago
  3. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 22 years ago
  4. a59ef7b getdoc(): by Ka-Ping Yee · 23 years ago
  5. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  6. 6006629 Remove obsolete __dynamic__ distinction. by Tim Peters · 24 years ago
  7. 13b49d3 New function classify_class_attrs(). As a number of SF bug reports by Tim Peters · 24 years ago
  8. e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 24 years ago
  9. f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 24 years ago
  10. 243bff4 Clean up junk files left behind by imp.load_source(). by Tim Peters · 24 years ago
  11. 9054344 Replace literal '@test' with TESTFN. by Ka-Ping Yee · 24 years ago
  12. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 24 years ago