aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)Ronald Oussoren2020-11-081-1/+1
* bpo-41005: Fixed perrmission error (GH-20936)Krishna Chivukula2020-06-221-1/+1
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-201-1/+1
* bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)Jeremy Attali2020-06-031-1/+1
* bpo-40561: Add docstrings for webbrowser open functions (GH-19999)Brad Solomon2020-05-111-0/+16
* Fix typo from base to based (GH-18055)Michael Haas2020-01-191-1/+1
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-2/+9
* bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)Zhiming Wang2018-11-261-2/+2
* bpo-31014: Fix the webbrowser module. (GH-7267)Serhiy Storchaka2018-07-081-3/+3
* bpo-34019: Fix wrong arguments for Opera Browser (#8047)Bumsik Kim2018-07-031-4/+3
* bpo-29645: Speed up importing the webbrowser module. (#484)Serhiy Storchaka2017-03-081-79/+92
* bpo-29644: suppress subprocess output from webbrowser (#289)Nick Coghlan2017-02-251-1/+2
* bpo-24241: Improve preferred webbrowser handling (#85)David Steele2017-02-251-12/+25
* Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-301-8/+20
* Issue #24452: Make webbrowser support Chrome on Mac OS X.Guido van Rossum2016-10-131-0/+1
* Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(...Steve Dower2015-09-051-111/+9
* Issue #8232: Renamed WinFireFox to WinFirefoxSteve Dower2015-06-151-2/+2
* Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon MilamSteve Dower2015-06-071-9/+111
* The webbrowser module now uses subprocess's start_new_session=True ratherGregory P. Smith2014-08-271-11/+4
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* | #19975: remove unused imports from webbrowser module.R David Murray2013-12-131-3/+0
* | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,doko@ubuntu.com2013-03-241-0/+6
|\|
| * - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,doko@ubuntu.com2013-03-241-0/+6
* | Issue #16996: webbrowser module now uses shutil.which() to find aSerhiy Storchaka2013-02-131-51/+20
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-1/+1
* | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
* | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-051-11/+0
|/
* #15447: Use subprocess.DEVNULL in webbrowser, instead of openingR David Murray2012-09-031-2/+2
* Merge #15509: If %action substitution produces a null string, drop it.R David Murray2012-09-031-2/+9
|\
| * #15509: If %action substitution produces a null string, drop it.R David Murray2012-09-031-2/+9
* | Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowserJesus Cea2012-08-011-10/+7
* | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.Matthias Klose2012-04-041-0/+8
* | Issue 13620 - Support chrome browser in webbrowser.py module.Senthil Kumaran2011-12-211-0/+17
|/
* #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