Georg Brandl
|
3885314b11
|
Merged revisions 72007-72010,72036-72037 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72007 | georg.brandl | 2009-04-27 17:09:25 +0200 (Mo, 27 Apr 2009) | 1 line
#5856: fix typo s in traceback example.
........
r72008 | georg.brandl | 2009-04-27 17:10:44 +0200 (Mo, 27 Apr 2009) | 1 line
Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items.
........
r72009 | georg.brandl | 2009-04-27 17:29:09 +0200 (Mo, 27 Apr 2009) | 3 lines
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.
........
r72010 | georg.brandl | 2009-04-27 17:29:26 +0200 (Mo, 27 Apr 2009) | 2 lines
Demote warnings to notices, part 2: stuff that is 2.x-only.
........
r72036 | georg.brandl | 2009-04-27 19:04:23 +0200 (Mo, 27 Apr 2009) | 1 line
#5848: small unittest doc patch.
........
r72037 | georg.brandl | 2009-04-27 19:09:53 +0200 (Mo, 27 Apr 2009) | 1 line
#5840: dont claim we dont support TLS.
........
|
2009-04-28 18:23:28 +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 |