1. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 17 years ago
  2. 3fbe20c Add docs for __func__ and __self__ on methods. by Georg Brandl · 17 years ago
  3. 3fe1843 Add versionadded tags by Andrew M. Kuchling · 17 years ago
  4. 3e9d66f There are now sixteen isfoo functions. by Georg Brandl · 17 years ago
  5. 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
  6. 759bfc6 Issue #1916. Added isgenerator() and isgeneratorfunction() to by Facundo Batista · 17 years ago
  7. e3c3db5 Documentation for r5990[3567]. by Georg Brandl · 18 years ago
  8. 91a4808 #759525: document that dir() doesn't return metaclass attrs when given a class as arg. by Georg Brandl · 18 years ago
  9. 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
  10. 5c174bb Add markup to new function descriptions. by Georg Brandl · 18 years ago
  11. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  12. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago