COMMITS
/ Lib/webbrowser.py January 5, 2022
S
bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME" (GH-30417)
Simon McVittie committed
December 30, 2021
N
bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241)
Nikita Sobolev committed
November 25, 2021
S
bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-29154)
Simon McVittie committed
September 3, 2021
D
bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837)
Dong-hee Na committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
May 6, 2021
L
bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947)
Linus Groh committed
November 8, 2020
R
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
Ronald Oussoren committed
June 22, 2020
K
bpo-41005: Fixed perrmission error (GH-20936)
Krishna Chivukula committed
June 20, 2020
S
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka committed
June 3, 2020
J
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Jeremy Attali committed
May 11, 2020
B
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Brad Solomon committed
January 19, 2020
M
Fix typo from base to based (GH-18055)
Michael Haas committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
November 26, 2018
Z
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
Zhiming Wang committed
July 8, 2018
S
bpo-31014: Fix the webbrowser module. (GH-7267)
Serhiy Storchaka committed
July 3, 2018
B
bpo-34019: Fix wrong arguments for Opera Browser (#8047)
Bumsik Kim committed
March 8, 2017
S
bpo-29645: Speed up importing the webbrowser module. (#484)
Serhiy Storchaka committed
February 25, 2017
N
bpo-29644: suppress subprocess output from webbrowser (#289)
Nick Coghlan committed
D
bpo-24241: Improve preferred webbrowser handling (#85)
David Steele committed
October 30, 2016
S
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
Serhiy Storchaka committed
October 13, 2016
G
Issue #24452: Make webbrowser support Chrome on Mac OS X.
Guido van Rossum committed
September 5, 2015
S
Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
Steve Dower committed
June 15, 2015
S
Issue #8232: Renamed WinFireFox to WinFirefox
Steve Dower committed
June 8, 2015
S
Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam
Steve Dower committed
August 27, 2014
G
The webbrowser module now uses subprocess's start_new_session=True rather
Gregory P. Smith committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
December 13, 2013
R
#19975: remove unused imports from webbrowser module.
R David Murray committed
March 24, 2013
D
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
doko@ubuntu.com committed
D
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
doko@ubuntu.com committed
February 13, 2013
S
Issue #16996: webbrowser module now uses shutil.which() to find a
Serhiy Storchaka committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 19, 2012
A
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
October 5, 2012
J
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea committed
September 3, 2012
R
#15447: Use subprocess.DEVNULL in webbrowser, instead of opening
R David Murray committed
R
Merge #15509: If %action substitution produces a null string, drop it.
R David Murray committed
R
#15509: If %action substitution produces a null string, drop it.
R David Murray committed
August 1, 2012
J
Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser
Jesus Cea committed
April 4, 2012
M
- Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.
Matthias Klose committed
December 21, 2011
S
Issue 13620 - Support chrome browser in webbrowser.py module.
Senthil Kumaran committed
July 21, 2011
E
#12601: fix typo.
Ezio Melotti committed
March 15, 2011
G
merge d71476b9a55d from tip, use start_new_session instead of os.setsid.
Gregory P. Smith committed
December 28, 2010
T
Issue 10738: Fix webbrowser.Opera.raise_opts value.
Terry Reedy committed
May 30, 2010
R
Remove conditional import of 'ic', that module
Ronald Oussoren committed
May 2, 2010
R
Merged revisions 80698 via svnmerge from
Ronald Oussoren committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
September 11, 2009
July 29, 2009
A
Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from
Alexandre Vassalotti committed
December 10, 2008
F
simplify imports
Fred Drake committed