1. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  2. 4f4913b Issue #24485: Revert backwards compatibility breaking changes of #21217. by Yury Selivanov · 9 years ago
  3. a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and by Antoine Pitrou · 9 years ago
  4. 081bbf6 inspect: Fix getsource() to support decorated functions. by Yury Selivanov · 10 years ago
  5. 9953a8d fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 by Benjamin Peterson · 16 years ago
  6. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  7. 3795b53 Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfullargspec() by Christian Heimes · 17 years ago
  8. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  10. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  11. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
  12. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 19 years ago
  13. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  14. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  15. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago