Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e236c3c8c2799b4fc23f95206af61fa8f882a49c
/
Doc
/
library
/
inspect.rst
6c14e58
Use "impl-detail" directive where applicable.
by Georg Brandl
· 16 years ago
6848d82
Typo fix.
by Georg Brandl
· 16 years ago
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
16a57f6
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
by Georg Brandl
· 16 years ago
7be19aa
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
by Georg Brandl
· 17 years ago
3fbe20c
Add docs for __func__ and __self__ on methods.
by Georg Brandl
· 17 years ago
3fe1843
Add versionadded tags
by Andrew M. Kuchling
· 17 years ago
3e9d66f
There are now sixteen isfoo functions.
by Georg Brandl
· 17 years ago
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
759bfc6
Issue #1916. Added isgenerator() and isgeneratorfunction() to
by Facundo Batista
· 17 years ago
e3c3db5
Documentation for r5990[3567].
by Georg Brandl
· 18 years ago
91a4808
#759525: document that dir() doesn't return metaclass attrs when given a class as arg.
by Georg Brandl
· 18 years ago
584265b
Add more entries to the glossary.
by Georg Brandl
· 18 years ago
5c174bb
Add markup to new function descriptions.
by Georg Brandl
· 18 years ago
63fa168
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
by Georg Brandl
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago