1. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  2. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  3. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  4. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 9 years ago
  5. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  6. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  7. 582b8c7 Issue 22357: Merge from 3.4 by Yury Selivanov · 9 years ago
  8. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  9. 945fff4 Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. by Yury Selivanov · 9 years ago
  10. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 9 years ago
  11. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  12. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  13. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  14. 5b3df5b Add versionadded directive for BoundArguments.apply_defaults(). by Berker Peksag · 9 years ago
  15. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  16. dee32bd Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  17. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  18. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 9 years ago
  19. ed648a3 docs.inspect: Fix BoundArguments example. Issue #22998. by Yury Selivanov · 10 years ago
  20. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  21. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  22. cdcafb7 Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. by Antoine Pitrou · 10 years ago
  23. 4a74a9a Issue #21205: Complete the "versionchanged" note in inspect documentation by Victor Stinner · 10 years ago
  24. 40ee301 Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified by Victor Stinner · 10 years ago
  25. a5ef832 docs.inspect: Fix BoundArguments example. Issue #22998. by Yury Selivanov · 10 years ago
  26. 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 10 years ago
  27. 67d727e inspect.docs: Document that Signature and Parameter are now picklable (issue #20726) by Yury Selivanov · 10 years ago
  28. 232b934 inspect.docs: Fix indentation and version-added for Signature.from_callable by Yury Selivanov · 10 years ago
  29. da39645 inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 by Yury Selivanov · 10 years ago
  30. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  31. 1635578 Improve descriptions of introspection changes by Nick Coghlan · 10 years ago
  32. d71e52f inspect.doc: Soften the note about inspect.signature not supporting by Yury Selivanov · 11 years ago
  33. 7835689 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  34. 2393dca inspect.signature: Use '/' to separate positional-only parameters from by Yury Selivanov · 11 years ago
  35. ea2d66e doc/inspect: Clarify docs for __defaults__, add docs for __kwdefaults__ #20380 by Yury Selivanov · 11 years ago
  36. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  37. c22eaec merge 3.3 (closes #20108) by Benjamin Peterson · 11 years ago
  38. 3a990c6 remove brackets by Benjamin Peterson · 11 years ago
  39. 367df12 Assorted 3.4 What's New updates by Nick Coghlan · 11 years ago
  40. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  41. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  42. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  43. f94a16b Close #18626: add a basic CLI for the inspect module by Nick Coghlan · 11 years ago
  44. 668dede Close #18929: inspect.classify_class_attrs will now search the metaclasses (last) to find where an attr was defined. by Ethan Furman · 11 years ago
  45. 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
  46. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  47. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  48. 735d317 Issue #16243: add example for inspect.formatargspec by Andrew Svetlov · 12 years ago
  49. bf84bba Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 12 years ago
  50. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  51. e471772 Review of signature docs. by Georg Brandl · 12 years ago
  52. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 12 years ago
  53. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 12 years ago
  54. e939f38 Fix documentation for inspect module to pass doctest by Andrew Svetlov · 12 years ago
  55. 76e0770 Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo() by Nick Coghlan · 12 years ago
  56. 04e2e3f Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates by Nick Coghlan · 12 years ago
  57. 2f92e54 Close #13062: Add inspect.getclosurevars to simplify testing stateful closures by Nick Coghlan · 12 years ago
  58. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  59. 3af125a Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. by Michael Foord · 12 years ago
  60. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  61. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  62. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 13 years ago
  63. 469271d More source links by Raymond Hettinger · 14 years ago
  64. a275c98 Add more examples by Raymond Hettinger · 14 years ago
  65. b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 years ago
  66. 48f3bd3 Nits by Raymond Hettinger · 14 years ago
  67. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  68. 2dad5ca Add a couple of missing versionadded tags in the inspect module docs by Nick Coghlan · 14 years ago
  69. e0f0465 Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckhardt by Nick Coghlan · 14 years ago
  70. e516265 Issue 9732: fetch the method resolution order from the type metaclass directly in getattr_static by Michael Foord · 14 years ago
  71. cc7ebb8 Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution by Michael Foord · 14 years ago
  72. 95fc51d Issue 9732: addition of getattr_static to the inspect module by Michael Foord · 14 years ago
  73. 39cadc3 #4968: updates to inspect.is* function docs. by Georg Brandl · 14 years ago
  74. c1c4bf8 #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly. by Georg Brandl · 14 years ago
  75. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  76. 25cd7eb Merged revisions 79500 via svnmerge from by Benjamin Peterson · 14 years ago
  77. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 15 years ago
  78. 8240275 Merged revisions 77382 via svnmerge from by Georg Brandl · 15 years ago
  79. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  80. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  81. 3dd3388 Convert all "i" docs to new style optional args. by Georg Brandl · 15 years ago
  82. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  83. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  84. 3e8e9cc getfullargspec() has other virtues, too by Benjamin Peterson · 16 years ago
  85. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 16 years ago
  86. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  87. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  88. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  89. 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 16 years ago
  90. be5b30b Merged revisions 61203-61204 via svnmerge from by Christian Heimes · 16 years ago
  91. 7131fd9 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60878,60880-60892,60894-60898 via svnmerge from by Christian Heimes · 16 years ago
  92. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  93. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  94. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  95. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  96. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  97. 138bcb5 Document inspect.getfullargspec(). Fixes #1121. by Georg Brandl · 17 years ago
  98. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  99. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago