summaryrefslogtreecommitdiffstats
path: root/Lib/webbrowser.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-01-201-11/+11
* Try to resolve the remaining webbrowser issues (backgrounding, local urls)Georg Brandl2006-01-201-103/+196
* Whitespace normalization.Tim Peters2005-12-251-2/+2
* Prefer GNOME browser over mozilla.Georg Brandl2005-11-221-7/+7
* Bug #1338995: fix problem with new webbrowser.py.Georg Brandl2005-11-091-4/+9
* Fix errors in _synthesize because of missing basename attribute ofGeorg Brandl2005-10-081-2/+6
* Fix pychecker warningsNeal Norwitz2005-10-041-4/+9
* Patch #754022: Greatly enhanced webbrowser.py.Georg Brandl2005-10-031-175/+338
* [Patch #981794] Add support for Firefox/FirebirdAndrew M. Kuchling2004-07-101-5/+6
* Replace str.find()!=1 with the more readable "in" operator.Raymond Hettinger2004-05-041-1/+1
* Fixed bugGustavo Niemeyer2002-11-251-2/+9
* SF # 539360, webbrowser.py and konqueror, by Andy McKayNeal Norwitz2002-10-111-2/+2
* SF # 585913, Adds Galeon support to webbrowser.pyNeal Norwitz2002-10-101-1/+33
* Replaced boolean tests with is None.Raymond Hettinger2002-06-021-1/+1
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-3/+3
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-4/+4
* If no webbrowsers were found _tryorder would be empty, cmd would never be set...Jack Jansen2002-03-151-0/+1
* SF #515026, delete global variable that was apparently used onlyNeal Norwitz2002-02-111-0/+1
* Fix webbrowser.py security bug: be more careful about what we pass toFred Drake2002-01-071-12/+15
* Address SF patch #485789 (Stefan Schwarzer).Guido van Rossum2001-12-041-1/+1
* _tryorder should always be a list, then the problem Jack had to fix inGuido van Rossum2001-12-031-5/+4
* Missing comma in tuple initializer caused webbrowser.open() not to work atJack Jansen2001-12-031-1/+1
* Patch #484847: Default to netscape.exe on OS/2.Martin v. Löwis2001-11-251-0/+10
* _os should be os; reported by Neal Norwitz.Fred Drake2001-10-131-1/+1
* Fix malformed line (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Remove some false comments.Fred Drake2001-07-191-159/+156
* If the user's environment has set the BROWSER environment variable (as GnomeSkip Montanaro2001-07-181-6/+9
* _synthesize(): Helper function: when the users passes a specificFred Drake2001-04-121-7/+50
* Fixes a fatal bug when the module has computed alternatives containing %s.Eric S. Raymond2001-03-311-1/+1
* 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