index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
inspect.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.
Antoine Pitrou
2014-08-24
1
-2/+8
*
Issue #21205: Complete the "versionchanged" note in inspect documentation
Victor Stinner
2014-06-16
1
-1/+3
*
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner
2014-06-16
1
-0/+14
*
inspect: Make Signature and Parameter hashable. Issue #20334.
Yury Selivanov
2014-04-08
1
-2/+2
*
inspect.docs: Document that Signature and Parameter are now picklable (issue ...
Yury Selivanov
2014-03-29
1
-0/+6
*
inspect.docs: Fix indentation and version-added for Signature.from_callable
Yury Selivanov
2014-03-29
1
-1/+3
*
inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373
Yury Selivanov
2014-03-27
1
-0/+12
*
Improve descriptions of introspection changes
Nick Coghlan
2014-03-08
1
-0/+5
*
inspect.doc: Soften the note about inspect.signature not supporting
Yury Selivanov
2014-01-30
1
-2/+2
*
inspect.docs: Document constructors for Signature & Parameter #20442
Yury Selivanov
2014-01-30
1
-2/+11
*
inspect.signature: Use '/' to separate positional-only parameters from
Yury Selivanov
2014-01-27
1
-3/+6
*
doc/inspect: Clarify docs for __defaults__, add docs for __kwdefaults__ #20380
Yury Selivanov
2014-01-27
1
-1/+6
*
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-0/+3
*
merge 3.3 (closes #20108)
Benjamin Peterson
2014-01-02
1
-1/+1
|
\
|
*
remove brackets
Benjamin Peterson
2014-01-02
1
-1/+1
*
|
Assorted 3.4 What's New updates
Nick Coghlan
2013-10-26
1
-0/+2
*
|
Close #19030: inspect.getmembers and inspect.classify_class_attrs
Ethan Furman
2013-10-18
1
-3/+3
*
|
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-2/+3
|
\
\
|
|
/
|
*
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-2/+3
*
|
Close #18626: add a basic CLI for the inspect module
Nick Coghlan
2013-09-22
1
-0/+17
*
|
Close #18929: inspect.classify_class_attrs will now search the metaclasses (l...
Ethan Furman
2013-09-15
1
-2/+3
*
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensi...
Antoine Pitrou
2013-08-05
1
-0/+4
*
|
Close #13266: Add inspect.unwrap
Nick Coghlan
2013-07-28
1
-0/+17
|
/
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-0/+2
*
Issue #16243: add example for inspect.formatargspec
Andrew Svetlov
2012-10-26
1
-2/+9
*
Mention that "defaults" can be None for inspect.getfullargspec.
Larry Hastings
2012-09-21
1
-5/+6
*
#15831: merge with 3.2
Ezio Melotti
2012-09-14
1
-2/+2
|
\
*
|
Review of signature docs.
Georg Brandl
2012-08-14
1
-65/+62
*
|
Minor update of docs for inspect module.
Andrew Svetlov
2012-08-13
1
-1/+1
*
|
Issue #15151: PEP 362 — document signature and related classes for inspect.py
Andrew Svetlov
2012-08-13
1
-0/+268
*
|
Fix documentation for inspect module to pass doctest
Andrew Svetlov
2012-08-09
1
-5/+5
*
|
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...
Nick Coghlan
2012-07-18
1
-3/+12
*
|
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...
Nick Coghlan
2012-06-23
1
-0/+24
*
|
Close #13062: Add inspect.getclosurevars to simplify testing stateful closures
Nick Coghlan
2012-06-23
1
-0/+16
*
|
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
1
-0/+4
*
|
Closes issue 14634. unittest.mock.create_autospec now supports keyword only a...
Michael Foord
2012-04-21
1
-4/+9
*
|
Replace mentions of IOError
Antoine Pitrou
2011-10-12
1
-2/+10
|
/
*
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
Éric Araujo
2011-09-01
1
-4/+4
*
Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge...
Michael Foord
2011-03-15
1
-6/+3
*
More source links
Raymond Hettinger
2011-01-27
1
-0/+3
*
Add more examples
Raymond Hettinger
2011-01-20
1
-4/+4
*
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
Georg Brandl
2011-01-06
1
-19/+18
*
Nits
Raymond Hettinger
2010-12-16
1
-7/+7
*
Remove unnecessary `object` base class in docs (#10366).
Éric Araujo
2010-11-22
1
-1/+1
*
Add a couple of missing versionadded tags in the inspect module docs
Nick Coghlan
2010-11-21
1
-2/+4
*
Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...
Nick Coghlan
2010-11-21
1
-0/+22
*
Issue 9732: fetch the method resolution order from the type metaclass directl...
Michael Foord
2010-11-20
1
-20/+8
*
Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr...
Michael Foord
2010-11-20
1
-3/+5
*
Issue 9732: addition of getattr_static to the inspect module
Michael Foord
2010-11-20
1
-0/+67
*
#4968: updates to inspect.is* function docs.
Georg Brandl
2010-10-15
1
-7/+10
[next]