1. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  2. 1aeeaeb bpo-21314: Add a FAQ entry about positional only parameters (GH-10641) by Lysandros Nikolaou · 6 years ago
  3. 7cd2543 bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) by Pablo Galindo · 6 years ago
  4. 1770d1c bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) by Stéphane Wirtel · 6 years ago
  5. 271818f Fix "Python" casing in a few places (GH-9001) by Andrés Delfino · 6 years ago
  6. 4f54867 bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536) by Dong-hee Na · 6 years ago
  7. 4aa3006 bpo-33197: Add description property for _ParameterKind. (GH-7206) by Dong-hee Na · 6 years ago
  8. df826f3 Clarify the inspect.getmembers predicate parameter (#6615) by Brian Curtin · 6 years ago
  9. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 7 years ago
  10. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  11. a6902e6 bpo-26985: Add missing info of code object in inspect documentation (GH-1090) by Xiang Zhang · 7 years ago
  12. 3f2155f bpo-16355: Clarify when inspect.getcomments() returns None (#428) by Marco Buttu · 8 years ago
  13. 0899b98 bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) by Matthias Bussonnier · 8 years ago
  14. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  15. 3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() by Nick Coghlan · 8 years ago
  16. b738a1f Issue #26010: fix typos; rewording by Yury Selivanov · 8 years ago
  17. e20fed9 Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010 by Yury Selivanov · 8 years ago
  18. ea75a51 Issue #26010: Document CO_* constants by Yury Selivanov · 8 years ago
  19. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  20. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  21. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  22. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  23. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  24. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  25. b4b966e Issue #19611: handle implicit parameters in inspect.signature by Nick Coghlan · 8 years ago
  26. 96ebb84 [merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  27. ebd84e3 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  28. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  29. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  30. 9179c40 Merge 3.5 (issue #25486) by Yury Selivanov · 9 years ago
  31. a7c159d Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. by Yury Selivanov · 9 years ago
  32. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 9 years ago
  33. 05a4a9c Merge 3.5 by Yury Selivanov · 9 years ago
  34. c62162d docs/inspect: Document __annotations__ by Yury Selivanov · 9 years ago
  35. 9b82a99 Merge 3.5 by Yury Selivanov · 9 years ago
  36. 100fc3f whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. by Yury Selivanov · 9 years ago
  37. d11223e Merge 3.5 by Yury Selivanov · 9 years ago
  38. 5fbad3c docs: Clarify that gi_yieldfrom was first added in 3.5 by Yury Selivanov · 9 years ago
  39. 9e35cac Merge 3.5 by Yury Selivanov · 9 years ago
  40. c135f0a docs: Fix inspect docs re gi_yieldfrom by Yury Selivanov · 9 years ago
  41. fa3922c Issue #13248: Delete remaining references of inspect.getargspec(). by Berker Peksag · 9 years ago
  42. 317ccf3 Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  43. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  44. 6dfbc5d Issue #13248: Remove inspect.getmoduleinfo() from 3.6 (deprecated in 3.3) by Yury Selivanov · 9 years ago
  45. f1b5ccb Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0) by Yury Selivanov · 9 years ago
  46. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  47. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  48. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 9 years ago
  49. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  50. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  51. 582b8c7 Issue 22357: Merge from 3.4 by Yury Selivanov · 9 years ago
  52. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  53. 945fff4 Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. by Yury Selivanov · 9 years ago
  54. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 9 years ago
  55. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  56. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  57. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  58. 5b3df5b Add versionadded directive for BoundArguments.apply_defaults(). by Berker Peksag · 9 years ago
  59. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  60. dee32bd Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  61. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  62. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 10 years ago
  63. ed648a3 docs.inspect: Fix BoundArguments example. Issue #22998. by Yury Selivanov · 10 years ago
  64. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  65. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  66. cdcafb7 Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. by Antoine Pitrou · 10 years ago
  67. 4a74a9a Issue #21205: Complete the "versionchanged" note in inspect documentation by Victor Stinner · 10 years ago
  68. 40ee301 Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified by Victor Stinner · 10 years ago
  69. a5ef832 docs.inspect: Fix BoundArguments example. Issue #22998. by Yury Selivanov · 10 years ago
  70. 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 11 years ago
  71. 67d727e inspect.docs: Document that Signature and Parameter are now picklable (issue #20726) by Yury Selivanov · 11 years ago
  72. 232b934 inspect.docs: Fix indentation and version-added for Signature.from_callable by Yury Selivanov · 11 years ago
  73. da39645 inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 by Yury Selivanov · 11 years ago
  74. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  75. 1635578 Improve descriptions of introspection changes by Nick Coghlan · 11 years ago
  76. d71e52f inspect.doc: Soften the note about inspect.signature not supporting by Yury Selivanov · 11 years ago
  77. 7835689 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  78. 2393dca inspect.signature: Use '/' to separate positional-only parameters from by Yury Selivanov · 11 years ago
  79. ea2d66e doc/inspect: Clarify docs for __defaults__, add docs for __kwdefaults__ #20380 by Yury Selivanov · 11 years ago
  80. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  81. c22eaec merge 3.3 (closes #20108) by Benjamin Peterson · 11 years ago
  82. 3a990c6 remove brackets by Benjamin Peterson · 11 years ago
  83. 367df12 Assorted 3.4 What's New updates by Nick Coghlan · 11 years ago
  84. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  85. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  86. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  87. f94a16b Close #18626: add a basic CLI for the inspect module by Nick Coghlan · 11 years ago
  88. 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
  89. 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
  90. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  91. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  92. 735d317 Issue #16243: add example for inspect.formatargspec by Andrew Svetlov · 12 years ago
  93. bf84bba Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 12 years ago
  94. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  95. e471772 Review of signature docs. by Georg Brandl · 12 years ago
  96. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 12 years ago
  97. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 12 years ago
  98. e939f38 Fix documentation for inspect module to pass doctest by Andrew Svetlov · 12 years ago
  99. 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
  100. 04e2e3f Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates by Nick Coghlan · 12 years ago