Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refer to __builtin__.file, not __builtins__.file | Martin v. Löwis | 2003-05-03 | 1 | -2/+3 |
* | Patch #711902: Cause pydoc to show data descriptor __doc__ strings. | Martin v. Löwis | 2003-05-03 | 1 | -0/+3 |
* | getdoc(): | Ka-Ping Yee | 2002-11-30 | 1 | -1/+1 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Remove obsolete __dynamic__ distinction. | Tim Peters | 2001-10-15 | 1 | -74/+1 |
* | New function classify_class_attrs(). As a number of SF bug reports | Tim Peters | 2001-09-23 | 1 | -0/+201 |
* | Add a function to compute a class's method resolution order. This is | Tim Peters | 2001-09-22 | 1 | -0/+20 |
* | Don't have trace() skip the top frame; return them all. | Ka-Ping Yee | 2001-03-23 | 1 | -5/+7 |
* | Clean up junk files left behind by imp.load_source(). | Tim Peters | 2001-03-04 | 1 | -1/+7 |
* | Replace literal '@test' with TESTFN. | Ka-Ping Yee | 2001-03-02 | 1 | -6/+6 |
* | inspect: a module for getting information out of live Python objects | Ka-Ping Yee | 2001-02-27 | 1 | -0/+207 |