]> granicus.if.org Git - python/commit
Improve Pydoc interactive browsing (#2001). Patch by Ron Adam.
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 3 Dec 2010 09:29:11 +0000 (09:29 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 3 Dec 2010 09:29:11 +0000 (09:29 +0000)
commit7bb30b72d8a165f8bacbc480b8d5a15834fa4c35
treefa300bf03acaea1390b11730fb8fd884b691b1ba
parent9af2a6e56f9c9b45c42579c23c0de378929e7d60
Improve Pydoc interactive browsing (#2001).  Patch by Ron Adam.

* A -b option to start an enhanced browsing session.
* Allow -b and -p options to be used together.
* Specifying port 0 will pick an arbitrary unused socket port.
* A new browse() function to start the new server and browser.
* Show Python version information in the header.
* A *Get* field which takes the same input as the help() function.
* A *Search* field which replaces the Tkinter search box.
* Links to *Module Index*, *Topics*, and *Keywords*.
* Improved source file viewing.
* An HTMLDoc.filelink() method.
* The -g option and the gui() and serve() functions are deprecated.
Doc/library/pydoc.rst
Doc/whatsnew/3.2.rst
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/ACKS
Misc/NEWS