index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters
2001-06-18
1
-23
/
+19
*
Clean up isroutine().
Ka-Ping Yee
2001-04-13
1
-2
/
+1
*
Robustify getfile() against classes that lie about their __module__s
Ka-Ping Yee
2001-04-13
1
-1
/
+1
*
Remove duplicate type objects from isroutine() and isbuiltin().
Ka-Ping Yee
2001-04-13
1
-4
/
+4
*
Robustify getcomments() so it doesn't crash on empty files.
Ka-Ping Yee
2001-04-12
1
-2
/
+2
*
Add getmodulename() and getmoduleinfo() routines to inspect filenames.
Ka-Ping Yee
2001-04-10
1
-0
/
+15
*
Extend isclass() to work for extension classes (by looking for __bases__).
Ka-Ping Yee
2001-03-23
1
-1
/
+1
*
Don't have trace() skip the top frame; return them all.
Ka-Ping Yee
2001-03-23
1
-1
/
+0
*
Whitespace normalization.
Tim Peters
2001-03-16
1
-2
/
+0
*
Fix findsource() to work for derived classes.
Ka-Ping Yee
2001-03-10
1
-5
/
+5
*
Make getsourcefile() succeed even if the filename doesn't end in '.py' --
Ka-Ping Yee
2001-03-02
1
-25
/
+29
*
Clarify the purpose of getsourcefile().
Ka-Ping Yee
2001-03-02
1
-12
/
+19
*
When seeking the module for an object, compare absolute (not relative) paths.
Ka-Ping Yee
2001-03-02
1
-3
/
+4
*
Add __author__ variable.
Ka-Ping Yee
2001-03-01
1
-2
/
+5
*
Add getlineno() routine to account for LINENO optimization.
Ka-Ping Yee
2001-03-01
1
-3
/
+19
*
Whitespace normalization.
Tim Peters
2001-02-28
1
-1
/
+1
*
inspect: a module for getting information out of live Python objects
Ka-Ping Yee
2001-02-27
1
-0
/
+616