Georg Brandl
|
6c14e587f5
|
Use "impl-detail" directive where applicable.
|
2009-10-22 11:48:10 +00:00 |
Georg Brandl
|
6848d82a7c
|
Typo fix.
|
2009-09-13 18:15:07 +00:00 |
Michael Foord
|
668be589ef
|
Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
|
2009-09-13 16:46:19 +00:00 |
Georg Brandl
|
16a57f6a34
|
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
|
2009-04-27 15:29:09 +00:00 |
Georg Brandl
|
7be19aabe2
|
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
to ease standalone use of the algorithm.
|
2008-06-07 15:59:10 +00:00 |
Georg Brandl
|
3fbe20c01e
|
Add docs for __func__ and __self__ on methods.
|
2008-03-21 19:20:21 +00:00 |
Andrew M. Kuchling
|
3fe1843cee
|
Add versionadded tags
|
2008-03-04 01:49:37 +00:00 |
Georg Brandl
|
3e9d66fee1
|
There are now sixteen isfoo functions.
|
2008-03-03 20:37:55 +00:00 |
Christian Heimes
|
608c1d8e87
|
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?
|
2008-03-03 18:28:04 +00:00 |
Facundo Batista
|
759bfc6207
|
Issue #1916. Added isgenerator() and isgeneratorfunction() to
inspect.py. Thanks Javi Mansilla for patch review and
corrections.
|
2008-02-18 03:43:43 +00:00 |
Georg Brandl
|
e3c3db59b5
|
Documentation for r5990[3567].
|
2008-01-11 09:55:53 +00:00 |
Georg Brandl
|
91a4808aa8
|
#759525: document that dir() doesn't return metaclass attrs when given a class as arg.
|
2008-01-06 15:48:20 +00:00 |
Georg Brandl
|
584265b001
|
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
|
2007-12-02 14:58:50 +00:00 |
Georg Brandl
|
5c174bbd84
|
Add markup to new function descriptions.
|
2007-10-21 10:32:54 +00:00 |
Georg Brandl
|
63fa168326
|
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
|
2007-10-21 10:24:20 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |