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
/
Lib
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-4/+34
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-13/+45
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2/+12
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-3/+3
*
some more fixes and tests for inspect.getsource(), triggered by crashes
Armin Rigo
2005-09-25
1
-27/+20
*
Patch #1159931/bug #1143895: inspect.getsource failed when functions,
Johannes Gijsbers
2005-03-12
1
-5/+5
*
Apply itemgetter() instead of lambda.
Raymond Hettinger
2005-03-11
1
-1/+2
*
Replace list of constants with tuples of constants.
Raymond Hettinger
2005-02-06
1
-5/+5
*
Patch #1011890: fix inspect.getsource breaking with line-continuation &
Johannes Gijsbers
2004-12-12
1
-4/+15
*
Import no longer needed.
Raymond Hettinger
2004-09-20
1
-1/+0
*
Raymond reminded me to use DSU key
Skip Montanaro
2004-09-20
1
-2/+1
*
Sort classes by fully qualified name. In the common case where you are
Skip Montanaro
2004-09-20
1
-1/+2
*
Use __module__ attribute when available instead of using isclass() predicate
Johannes Gijsbers
2004-09-11
1
-1/+1
*
Patch #1006219: let inspect.getsource show '@' decorators and add tests for
Johannes Gijsbers
2004-08-18
1
-2/+3
*
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Matthias Klose
2004-08-15
1
-7/+15
*
'inspect' was not listing the functions in a module properly if the module was
Brett Cannon
2004-08-13
1
-1/+3
*
SF bug #973092: inspect.getframeinfo bug if 'context' is to big
Raymond Hettinger
2004-06-15
1
-1/+1
*
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l...
Andrew M. Kuchling
2004-06-05
1
-1/+3
*
Apply extract functions instead of lambda.
Raymond Hettinger
2003-12-01
1
-1/+2
*
Let library modules use the new keyword arguments for list.sort().
Raymond Hettinger
2003-10-16
1
-1/+1
*
Whitespace normalization.
Tim Peters
2003-06-29
1
-1/+1
*
A bit o' reformatting and removal of non-_getframe currentframe().
Jeremy Hylton
2003-06-27
1
-19/+14
*
Fix for SF bug 620190: getargspec() doesn't work with methods.
Jeremy Hylton
2003-06-27
1
-3/+10
*
Return None to signal that the module the object was defined in was not found...
Brett Cannon
2003-06-15
1
-0/+2
*
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
Martin v. Löwis
2003-05-03
1
-0/+10
*
Make module lookup a little more robust (certain kinds of fiddling to
Ka-Ping Yee
2003-03-28
1
-2/+2
*
SF patch #634557: inspect.BlockFinder didn't do a good enough job finding
Raymond Hettinger
2003-01-19
1
-0/+2
*
SF bug #661184: inspect.getsource bug
Raymond Hettinger
2003-01-14
1
-1/+3
*
getdoc():
Ka-Ping Yee
2002-11-30
1
-6/+14
*
This is my patch
Michael W. Hudson
2002-08-15
1
-13/+3
*
Add encoding declaration.
Martin v. Löwis
2002-08-04
1
-0/+1
*
Replaced .keys() with dictionary iterators
Raymond Hettinger
2002-06-02
1
-1/+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-4/+4
*
Replaced boolean test with is None
Raymond Hettinger
2002-06-01
1
-2/+2
*
Use types.StringTypes instead of explicit (str, unicode) list
Michael W. Hudson
2002-05-20
1
-1/+1
*
Clean up uses of some deprecated features.
Fred Drake
2002-04-26
1
-2/+2
*
Fix getcomments() so that it doesn't fail with TypeErrors.
Jeremy Hylton
2002-03-28
1
-3/+8
*
tighten up unqualified except in currentframe()
Skip Montanaro
2002-03-25
1
-2/+2
*
Use linecache for loading source code. Closes SF patch 490374.
Neil Schemenauer
2002-03-23
1
-7/+5
*
SF patch 530070: pydoc regression, from Martin and Guido.
Tim Peters
2002-03-17
1
-2/+11
*
SF #515015, raise exception if code not found in findsource()
Neal Norwitz
2002-03-13
1
-0/+1
*
Get rid of __defined__ and tp_defined -- there's no need to
Guido van Rossum
2001-10-15
1
-16/+1
*
New function classify_class_attrs(). As a number of SF bug reports
Tim Peters
2001-09-23
1
-0/+85
*
Add a function to compute a class's method resolution order. This is
Tim Peters
2001-09-22
1
-0/+18
*
Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) never
Tim Peters
2001-09-20
1
-5/+8
*
After much thrashing, I believe this is a truly minimal patch to teach
Tim Peters
2001-09-20
1
-1/+21
*
In a world with a growing number of subclassable types, replace
Tim Peters
2001-09-16
1
-10/+8
*
The first batch of changes recommended by the fixdiv tool. These are
Guido van Rossum
2001-09-04
1
-1/+1
*
Preliminary support for "from __future__ import generators" to enable
Guido van Rossum
2001-07-15
1
-0/+2
*
Turns out Neil didn't intend for *all* of his gen-branch work to get
Tim Peters
2001-06-29
1
-19/+23
[next]