1. 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
  2. 6848d82 Typo fix. by Georg Brandl · 16 years ago
  3. 668be58 Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712. by Michael Foord · 16 years ago
  4. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  5. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 17 years ago
  6. 3fbe20c Add docs for __func__ and __self__ on methods. by Georg Brandl · 17 years ago
  7. 3fe1843 Add versionadded tags by Andrew M. Kuchling · 17 years ago
  8. 3e9d66f There are now sixteen isfoo functions. by Georg Brandl · 17 years ago
  9. 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
  10. 759bfc6 Issue #1916. Added isgenerator() and isgeneratorfunction() to by Facundo Batista · 17 years ago
  11. e3c3db5 Documentation for r5990[3567]. by Georg Brandl · 18 years ago
  12. 91a4808 #759525: document that dir() doesn't return metaclass attrs when given a class as arg. by Georg Brandl · 18 years ago
  13. 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
  14. 5c174bb Add markup to new function descriptions. by Georg Brandl · 18 years ago
  15. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  16. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago