Sandro Tosi
|
98ed08f24e
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
Éric Araujo
|
29a0b57e4e
|
Backport source links from 3.x.
Existing links have been updated to use the new reST role. In some
files, I have also made cosmetic changes to the header.
|
2011-08-19 02:14:03 +02:00 |
Georg Brandl
|
cbb2e49c3c
|
Hand-port parts of r87789.
|
2011-01-09 08:04:37 +00:00 |
Georg Brandl
|
78f11edf3f
|
Merged revisions 85530,85534,85538,85540-85542 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line
Refrain from using inline suites.
........
r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line
#9801: document how list and dict proxies created by Managers behave w.r.t. mutable items.
........
r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line
#7303: add documentation for useful pkgutil functions and classes.
........
r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line
#6798: fix wrong docs for the arguments to several trace events.
........
r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line
#4968: updates to inspect.is* function docs.
........
r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line
#7790: move table of struct_time members to the actual description of struct_time.
........
|
2010-11-26 07:34:20 +00:00 |
Benjamin Peterson
|
7e213255ce
|
add inspect.getcallargs, which binds function arguments like a normal call #3135
Patch by George Sakkis
|
2010-03-30 17:58:13 +00:00 |
Georg Brandl
|
6f82cd309c
|
#5341: fix "builtin" where used as an adjective ("built-in" is correct).
|
2010-02-06 18:44:44 +00:00 |
Georg Brandl
|
8360b21270
|
#7422: make it clear that getargspec() only works on Python functions.
|
2010-01-09 09:47:11 +00:00 |
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 |