summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libwebbrowser.tex
Commit message (Collapse)AuthorAgeFilesLines
* Clarify webbrowser.open description.Georg Brandl2007-07-141-1/+1
| | | | (backport from rev. 56366)
* Add exampleAndrew M. Kuchling2006-07-281-0/+12
|
* Try to resolve the remaining webbrowser issues (backgrounding, local urls)Georg Brandl2006-01-201-9/+10
|
* open_new_win does not exist. use UNIX consistently, add autoraise parameter ↵Neal Norwitz2005-10-041-12/+13
| | | | to open(). add versionadded tags to open_new_tab
* Patch #754022: Greatly enhanced webbrowser.py.Georg Brandl2005-10-031-22/+53
|
* Remove some false statements.Fred Drake2001-07-191-4/+2
|
* Add a note that the "kfm" controller supports "konqueror" as well as theFred Drake2001-03-261-1/+3
| | | | old KDE 1 "kfm" command.
* Fixed a bug where \& was needed.Barry Warsaw2001-01-251-1/+1
|
* Expose the autoraise capability. Improve the documentation.Eric S. Raymond2001-01-231-17/+22
|
* Oops...finish a mangled sentence.Eric S. Raymond2001-01-231-1/+1
|
* Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee'sEric S. Raymond2001-01-231-4/+25
| | | | | | | | complaints. The new version moves most of its initialization to package load time; it's simpler, faster, smaller, and adds support for Mozilla and Links. Interpretation of the BROWSER variable now works and is documented. The open_new entry point and methods are marked "deprecated; may be removed in 2.1".
* Correct the name of a parameter in the description of the register()Fred Drake2000-10-231-1/+1
| | | | | | function. This closes bug #117467.
* Minor usage fix.Fred Drake2000-10-021-3/+5
| | | | | Add a note that some way of reliably detecting the use of KDE would be really nice.
* Add an entry for the KDE File Manager support from Peter Funk.Fred Drake2000-07-071-3/+8
|
* New module webbrowser. Easy-to-use controller objects to make using aFred Drake2000-07-071-0/+95
Web browser as a help/information browser easy across platforms.