]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Docstring improvements.
authorKa-Ping Yee <ping@zesty.ca>
Thu, 1 Mar 2001 13:55:20 +0000 (13:55 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Thu, 1 Mar 2001 13:55:20 +0000 (13:55 +0000)
commit66efbc74811f153a02728942adbbfc549bf10398
treecedc3d9da25c3f42b6d9693bda7a7470f5dfb9e7
parentdbe6ebbeff8c9d9a8d138469aa63d8495bb78cc7
Docstring improvements.
Add checks for .pyo and .pyd.
Collapse docfunction, docmethod, docbuiltin into the one method docroutine.
Small formatting fixes.
Link the segments of a package path in the title.
Link to the source file only if it exists.
Allow modules (e.g. repr.py) to take precedence over built-ins (e.g. repr()).
Add interruptible synopsis scanner (so we can do searches in the background).
Make HTTP server quit.
Add small GUI for controlling the server and launching searches (like -k).
    (Tested on Win2k, Win98, and Linux.)
Lib/pydoc.py