summaryrefslogtreecommitdiff
path: root/Lib/webbrowser.py
Commit message (Expand)AuthorAgeFilesLines
...
* Update auto-detection for Konqueror to include KDE 2 -- the kfm command isFred Drake2001-03-261-2/+5
* Clarify synopsis line a bit.Ka-Ping Yee2001-03-021-3/+3
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+2
* Whitespace normalization.Tim Peters2001-02-281-1/+1
* Remove two meaningless, module-level global statements (one of aJeremy Hylton2001-02-271-7/+9
* Whitespace normalization.Tim Peters2001-02-091-6/+6
* Fixed autoraise glitches.Eric S. Raymond2001-01-231-5/+5
* Expose the autoraise capability. Improve the documentation.Eric S. Raymond2001-01-231-10/+7
* Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee'sEric S. Raymond2001-01-231-178/+222
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-1/+1
* SF Patch #103211.Guido van Rossum2001-01-141-4/+4
* Typo for Mac code, fixing SF bug 12195.Guido van Rossum2000-11-131-1/+1
* Do not set Konquerer to be the default browser if $KDEDIR is set -- someFred Drake2000-10-021-3/+1
* Implemented new os.startfile function, unique to Windows, exposing aTim Peters2000-09-221-1/+1
* Hack the Windows code to use os.popen().Guido van Rossum2000-09-031-3/+1
* New module to control Web browsers; see the documentation forFred Drake2000-07-091-0/+229