summaryrefslogtreecommitdiffstats
path: root/Lib/webbrowser.py
Commit message (Expand)AuthorAgeFilesLines
* #15509: If %action substitution produces a null string, drop it.R David Murray2012-09-031-2/+9
* #12601: fix typo.Ezio Melotti2011-07-211-1/+1
* merge d71476b9a55d from tip, use start_new_session instead of os.setsid.Gregory P. Smith2011-03-151-7/+1
* Issue 10738: Fix webbrowser.Opera.raise_opts value.Terry Reedy2010-12-281-5/+1
* Remove conditional import of 'ic', that moduleRonald Oussoren2010-05-301-12/+0
* Merged revisions 80698 via svnmerge fromRonald Oussoren2010-05-021-1/+27
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-111-1/+3
* Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge fromAlexandre Vassalotti2009-07-291-11/+11
* simplify importsFred Drake2008-12-101-2/+1
* add missing importFred Drake2008-12-051-0/+1
* Issue #4537: webbrowser.UnixBrowser failed because this module defines an open()Amaury Forgeot d'Arc2008-12-051-1/+1
* #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konq...Amaury Forgeot d'Arc2008-05-121-1/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-0/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-19/+32
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-6/+12
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+3
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+3
* 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