1. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 8 years ago
  2. ac4bdcc Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 9 years ago
  3. 5b718d7 Issue #24485: Function source inspection fails on closures. by Meador Inge · 9 years ago
  4. 4f4913b Issue #24485: Revert backwards compatibility breaking changes of #21217. by Yury Selivanov · 9 years ago
  5. e4e811d Issue #24669: Fix inspect.getsource() for 'async def' functions. by Yury Selivanov · 9 years ago
  6. 2489bd5 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  7. 3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  8. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  9. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 9 years ago
  10. 22f68d5 Issue #24541: Update comment in test_inspect.test_eightteen by Yury Selivanov · 9 years ago
  11. 8a8f453 Issue #24400: Fix failing unittest by Yury Selivanov · 9 years ago
  12. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  13. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  14. bf304fc Issue #23934: Fix inspect.signature to fail correctly for builtin types. by Yury Selivanov · 9 years ago
  15. 507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  16. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  17. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 9 years ago
  18. 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  19. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  20. 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 9 years ago
  21. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  22. 8687275 Issue 24205: Improve inspect.Signature.bind() error messages. by Yury Selivanov · 9 years ago
  23. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  24. 6738b11 Issue 24208: Fix tests -- don't create a tempdir in __init__. by Yury Selivanov · 9 years ago
  25. 0cd2bf4 Issue 24200: Fix broken unittest. by Yury Selivanov · 9 years ago
  26. f229bc5 inspect: Remove "0x..." IDs from Signature objects' __repr__ by Yury Selivanov · 9 years ago
  27. 3f6538f Issue 22547: Implement informative __repr__ for inspect.BoundArguments by Yury Selivanov · 9 years ago
  28. 4cfd4ea inspect: Test that BoundArguments.__eq__ repects the order of params by Yury Selivanov · 9 years ago
  29. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  30. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  31. a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and by Antoine Pitrou · 9 years ago
  32. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  33. 9c680b0 Actually run the builtins Argument Clinic test by Nick Coghlan · 9 years ago
  34. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 9 years ago
  35. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  36. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  37. 7de2968 inspect: Fix getsource() to load updated source of reloaded module by Yury Selivanov · 10 years ago
  38. ef1e750 inspect: Fix getsource() to load updated source of reloaded module by Yury Selivanov · 10 years ago
  39. b55f944 Merge: #12780: update inspect test skipIf for PEP 3147. by R David Murray · 10 years ago
  40. 32562d7 #12780: update inspect test skipIf for PEP 3147. by R David Murray · 10 years ago
  41. 081bbf6 inspect: Fix getsource() to support decorated functions. by Yury Selivanov · 10 years ago
  42. 08d4a4f inspect.Signature: Fix discrepancy between __eq__ and __hash__. by Yury Selivanov · 10 years ago
  43. cdcafb7 Issue #16808: inspect.stack() now returns a named tuple instead of a tuple. by Antoine Pitrou · 10 years ago
  44. f9e227e Issue #20184: Add signature introspection for 30 of the builtins by Nick Coghlan · 10 years ago
  45. 42407ab inspect: Validate that __signature__ is None or an instance of Signature. by Yury Selivanov · 10 years ago
  46. c0f964f inspect: Validate that __signature__ is None or an instance of Signature. by Yury Selivanov · 10 years ago
  47. 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 10 years ago
  48. 3f73ca2 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  49. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  50. dccfa13 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 10 years ago
  51. 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 10 years ago
  52. 875df20 inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 10 years ago
  53. b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 10 years ago
  54. 374375d inspect.signature: Improve repr of Signature and Parameter. Closes #20378 by Yury Selivanov · 10 years ago
  55. da39645 inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 by Yury Selivanov · 10 years ago
  56. a5d63dd inspect.signature: Make Signature and Parameter picklable. Closes #20726 by Yury Selivanov · 10 years ago
  57. d930d85 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  58. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  59. a773de0 inspect.signature: Check for function-like objects before builtins. Issue #17159 by Yury Selivanov · 10 years ago
  60. 8c185ee inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 by Yury Selivanov · 11 years ago
  61. 57d240e inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 11 years ago
  62. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 11 years ago
  63. 8dfb457 inspect.signature: Check for function-like objects before builtins. Issue #17159 by Yury Selivanov · 10 years ago
  64. d224b6a inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 by Yury Selivanov · 11 years ago
  65. ff385b8 inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 11 years ago
  66. 026019f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 11 years ago
  67. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
  68. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  69. 7d2bfed inspect.signature: Add (restore) support for builtin classes #20473 by Yury Selivanov · 11 years ago
  70. 145dff8 inspect.tests: Fix tests to work on python built with '--without-doc-strings' #20471 by Yury Selivanov · 11 years ago
  71. 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 11 years ago
  72. 0860a0b inspect.classify_class_attrs: Classify object.__new__ and __init__ correctly #18801 by Yury Selivanov · 11 years ago
  73. 0486f81 inspect.signature: Make sure that if a callable object has '_patialmethod' by Yury Selivanov · 11 years ago
  74. 4cb9391 inspect.test.getfullargspec: Add a unittest to ensure correct annotations by Yury Selivanov · 11 years ago
  75. d82eddc inspect.getfullargspec: Use inspect.signature API behind the scenes #17481 by Yury Selivanov · 11 years ago
  76. 07a9e45 inspect.Signature: ensure that non-default params don't follow default ones #20427 by Yury Selivanov · 11 years ago
  77. 76c6c59 inspect.signature: Add support for decorated (wrapped) builtins #20425 by Yury Selivanov · 11 years ago
  78. b77511d inspect.Signature: Make from_builtin to raise an exception if no signature can by Yury Selivanov · 11 years ago
  79. 38b0d5a inspect.Signature.bind: Fix pos-only params with defaults; fix *args in named args #19140 by Yury Selivanov · 11 years ago
  80. 62560fb inspect.signature: Handle bound methods with '(*args)' signature correctly #20401 by Yury Selivanov · 11 years ago
  81. d65bc70 inspect.tests: Remove redundant unittest by Yury Selivanov · 11 years ago
  82. e7dcc5e inspect.signature: Support classes without user-defined __init__/__new__ #20308 by Yury Selivanov · 11 years ago
  83. da5fe4f inspect.signature: Add support for 'functools.partialmethod' #20223 by Yury Selivanov · 11 years ago
  84. 2393dca inspect.signature: Use '/' to separate positional-only parameters from by Yury Selivanov · 11 years ago
  85. 2eed8b7 inspect.getfile: Don't crash on classes without '__module__' attribute #20372 by Yury Selivanov · 11 years ago
  86. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  87. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  88. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  89. b12cb6a Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and by Serhiy Storchaka · 11 years ago
  90. fcafe43 Fix inspect.signature tests for builtins when docstrings are compiled out. by Larry Hastings · 11 years ago
  91. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  92. b0c84cd Issue #19030: final pieces for proper location of various class attributes located in the metaclass. by Ethan Furman · 11 years ago
  93. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  94. 0de3f01 Tweak skipIf message by Brett Cannon · 11 years ago
  95. 634a8fc Try to fix issue #19134 again by Brett Cannon · 11 years ago
  96. 63f03ed Issue #19134: Make a test in inspect conditional on multiprocessing by Brett Cannon · 11 years ago
  97. e03ea37 Close #19030: improvements to inspect and Enum. by Ethan Furman · 11 years ago
  98. f94a16b Close #18626: add a basic CLI for the inspect module by Nick Coghlan · 11 years ago
  99. 1e0d82c Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  100. 362c1b5 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago