1. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  2. 3795b53 Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfullargspec() by Christian Heimes · 17 years ago
  3. a3538eb Fixed bug #1384 Windows fix for inspect tests by Christian Heimes · 17 years ago
  4. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  5. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  6. c126e8a Merged revisions 55514-55544 via svnmerge from by Guido van Rossum · 17 years ago
  7. 813b0e5 Make test_inspect pass once again. by Guido van Rossum · 17 years ago
  8. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  9. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  10. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  11. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  12. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  13. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  14. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  15. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  16. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  17. 725af87 - Remove tests for classic class behaviour by Thomas Wouters · 18 years ago
  18. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
  19. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 19 years ago
  20. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  21. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  22. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago
  23. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  24. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  25. ba8b6bc [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me. by Andrew M. Kuchling · 20 years ago
  26. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 21 years ago
  27. c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 21 years ago
  28. 4d28d96 Refer to __builtin__.file, not __builtins__.file by Martin v. Löwis · 21 years ago
  29. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  30. a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
  31. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  32. 6006629 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
  33. 13b49d3 New function classify_class_attrs(). As a number of SF bug reports by Tim Peters · 23 years ago
  34. e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 23 years ago
  35. f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 23 years ago
  36. 243bff4 Clean up junk files left behind by imp.load_source(). by Tim Peters · 23 years ago
  37. 9054344 Replace literal '@test' with TESTFN. by Ka-Ping Yee · 23 years ago
  38. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 23 years ago