1. 3b23004 Issue #29354: Fixed inspect.getargs() for parameters which are cell variables. by Serhiy Storchaka · 8 years ago
  2. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 8 years ago
  3. d6bfa94 Issue #21853: Fixed the inspect module in unicode disabled build. by Serhiy Storchaka · 9 years ago
  4. 6db9e88 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  5. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  6. e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 12 years ago
  7. e09bc1e Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods. by Antoine Pitrou · 13 years ago
  8. b8572a1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago
  9. 0eb4ac4 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 13 years ago
  10. 77d4660 Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
  11. b8de9fa Merged revisions 84106 via svnmerge from by Alexander Belopolsky · 14 years ago
  12. df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. by R. David Murray · 14 years ago
  13. 7e21325 add inspect.getcallargs, which binds function arguments like a normal call #3135 by Benjamin Peterson · 15 years ago
  14. c63457b make inspect.isabstract() always return a boolean; add a test for it, too #7069 by Benjamin Peterson · 15 years ago
  15. b019951 Use str.format() to fix beginner's mistake with %-style string formatting. by Georg Brandl · 15 years ago
  16. 097f708 #6905: use better exception messages in inspect when the argument is of the wrong type. by Georg Brandl · 15 years ago
  17. 9a6d6c9 Issue #6619: Remove duplicate 'isgenerator' function from inspect module. by Mark Dickinson · 15 years ago
  18. fb0e057 Issue 6581. Michael Foord by Michael Foord · 15 years ago
  19. 996ba02 Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' by R. David Murray · 15 years ago
  20. 5e5fbb6 fix inspect.isclass() on instances with a custom __getattr__ #1225107 by Benjamin Peterson · 16 years ago
  21. 9109f91 use enumerate by Benjamin Peterson · 16 years ago
  22. b54447f #1162154: inspect.getmembers() now skips attributes that raise AttributeError, by Amaury Forgeot d'Arc · 16 years ago
  23. 6060d5e simplfy code by Benjamin Peterson · 16 years ago
  24. 8ad09a4 #4795 inspect.isgeneratorfunction() should return False instead of None by Benjamin Peterson · 16 years ago
  25. 4d9b0cd return ArgInfo from inspect.getargvalues #4092 by Benjamin Peterson · 16 years ago
  26. 7b96f07 Remove an unneeded import of abc.ABCMeta from 'inspect'. by Brett Cannon · 16 years ago
  27. f5eb2ff Silence (Syntax|Deprecation)Warning for 'inspect'. Had to remove tuple by Brett Cannon · 16 years ago
  28. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 16 years ago
  29. 24f3c5c Prevent an error when inspect.isabstract() is called with something else than a new-style class. by Amaury Forgeot d'Arc · 16 years ago
  30. 608c1d8 Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too? by Christian Heimes · 17 years ago
  31. 759bfc6 Issue #1916. Added isgenerator() and isgeneratorfunction() to by Facundo Batista · 17 years ago
  32. e896acc Let most inspect functions return named tuples by Raymond Hettinger · 17 years ago
  33. bc5fbd9 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 17 years ago
  34. b2e81e3 Bug #1550524: better heuristics to find correct class definition by Georg Brandl · 18 years ago
  35. c495c66 Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 by Nick Coghlan · 18 years ago
  36. ce70a3b Whitespace normalization. by Tim Peters · 18 years ago
  37. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
  38. 1a2959c Fix SF#1516184 (again) and add a test to prevent regression. by Phillip J. Eby · 18 years ago
  39. 5d86bdb Fix SF#1516184 and add a test to prevent regression. by Phillip J. Eby · 18 years ago
  40. 208badd Fix another problem in inspect: if the module for an object cannot be found, don't try to give its __dict__ to linecache. by Georg Brandl · 18 years ago
  41. 72ae6c8 Fix infinite regress when inspecting <string> or <stdin> frames. by Phillip J. Eby · 18 years ago
  42. b94a368 Add whitespace after comma by Neal Norwitz · 18 years ago
  43. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 18 years ago
  44. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
  45. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 20 years ago
  46. a1a992c Apply itemgetter() instead of lambda. by Raymond Hettinger · 20 years ago
  47. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  48. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  49. 6165620 Import no longer needed. by Raymond Hettinger · 20 years ago
  50. 13dea5a Raymond reminded me to use DSU key by Skip Montanaro · 20 years ago
  51. 41f89a4 Sort classes by fully qualified name. In the common case where you are by Skip Montanaro · 20 years ago
  52. 9324526 Use __module__ attribute when available instead of using isclass() predicate by Johannes Gijsbers · 20 years ago
  53. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  54. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  55. b3de2e1 'inspect' was not listing the functions in a module properly if the module was by Brett Cannon · 20 years ago
  56. a050171 SF bug #973092: inspect.getframeinfo bug if 'context' is to big by Raymond Hettinger · 20 years ago
  57. 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
  58. 3375fc5 Apply extract functions instead of lambda. by Raymond Hettinger · 21 years ago
  59. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  60. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  61. ab91902 A bit o' reformatting and removal of non-_getframe currentframe(). by Jeremy Hylton · 21 years ago
  62. 6496788 Fix for SF bug 620190: getargspec() doesn't work with methods. by Jeremy Hylton · 21 years ago
  63. 4a671fe Return None to signal that the module the object was defined in was not found when object has no __name__ attr but is needed to figure out location of object. by Brett Cannon · 21 years ago
  64. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  65. b38bbbd Make module lookup a little more robust (certain kinds of fiddling to by Ka-Ping Yee · 22 years ago
  66. 2e7b748 SF patch #634557: inspect.BlockFinder didn't do a good enough job finding by Raymond Hettinger · 22 years ago
  67. 2d375f7 SF bug #661184: inspect.getsource bug by Raymond Hettinger · 22 years ago
  68. a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
  69. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  70. 09776b7 Add encoding declaration. by Martin v. Löwis · 22 years ago
  71. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  72. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  73. 936654b Replaced boolean test with is None by Raymond Hettinger · 22 years ago
  74. 755f75e Use types.StringTypes instead of explicit (str, unicode) list by Michael W. Hudson · 22 years ago
  75. d451ec1 Clean up uses of some deprecated features. by Fred Drake · 22 years ago
  76. b4c17c8 Fix getcomments() so that it doesn't fail with TypeErrors. by Jeremy Hylton · 23 years ago
  77. a959a36 tighten up unqualified except in currentframe() see bug 411881 by Skip Montanaro · 23 years ago
  78. f06f853 Use linecache for loading source code. Closes SF patch 490374. by Neil Schemenauer · 23 years ago
  79. 2400831 SF patch 530070: pydoc regression, from Martin and Guido. by Tim Peters · 23 years ago
  80. 8a11f5d SF #515015, raise exception if code not found in findsource() by Neal Norwitz · 23 years ago
  81. 687ae00 Get rid of __defined__ and tp_defined -- there's no need to by Guido van Rossum · 23 years ago
  82. 13b49d3 New function classify_class_attrs(). As a number of SF bug reports by Tim Peters · 23 years ago
  83. e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 23 years ago
  84. f1d90b9 Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) never by Tim Peters · 23 years ago
  85. 536d226 After much thrashing, I believe this is a truly minimal patch to teach by Tim Peters · 23 years ago
  86. 28bc59f In a world with a growing number of subclassable types, replace by Tim Peters · 23 years ago
  87. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  88. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  89. 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
  90. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  91. 022171f Clean up isroutine(). by Ka-Ping Yee · 23 years ago
  92. c99e0f1 Robustify getfile() against classes that lie about their __module__s by Ka-Ping Yee · 23 years ago
  93. 202c99b Remove duplicate type objects from isroutine() and isbuiltin(). by Ka-Ping Yee · 23 years ago
  94. b910efe Robustify getcomments() so it doesn't crash on empty files. by Ka-Ping Yee · 23 years ago
  95. 4d6fc7f Add getmodulename() and getmoduleinfo() routines to inspect filenames. by Ka-Ping Yee · 23 years ago
  96. a9c6c8d Extend isclass() to work for extension classes (by looking for __bases__). by Ka-Ping Yee · 24 years ago
  97. f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 24 years ago
  98. 30edd23 Whitespace normalization. by Tim Peters · 24 years ago
  99. a6e5971 Fix findsource() to work for derived classes. by Ka-Ping Yee · 24 years ago
  100. 4eb0c00 Make getsourcefile() succeed even if the filename doesn't end in '.py' -- by Ka-Ping Yee · 24 years ago