]> granicus.if.org Git - python/commit
Show inherited methods, with hyperlinks to the base class they came from.
authorKa-Ping Yee <ping@zesty.ca>
Fri, 23 Mar 2001 13:17:50 +0000 (13:17 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Fri, 23 Mar 2001 13:17:50 +0000 (13:17 +0000)
commit3bda87991a6590dd279f38b0031a61ec1d2c5a1d
treeb45095c5e47c0ffe04d19842a60b0fe08a196190
parent16a0b174600ab019d4b875ca013d9ca89a025423
Show inherited methods, with hyperlinks to the base class they came from.
Font adjustment to improve viewing in Windows (the default monospaced font,
    Courier New, seems to have no reasonable size in IE!)
Improve error handling.  Try very hard to distinguish between failure to
    find a module and failure during the module importing process.
Improve reloading behaviour.  (Still needs some work.)
Add '.' to sys.path when running as a script at the command-line.
Don't automatically assume '-g' based on the platform.  We'll just have
    the batch file supply -g.
Lib/pydoc.py