summaryrefslogtreecommitdiff
path: root/Lib/test/test_webbrowser.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)Zhiming Wang2018-11-261-0/+18
* bpo-31014: Fix the webbrowser module. (GH-7267)Serhiy Storchaka2018-07-081-0/+19
* bpo-34019: Fix wrong arguments for Opera Browser (#8047)Bumsik Kim2018-07-031-8/+8
* bpo-29645: Speed up importing the webbrowser module. (#484)Serhiy Storchaka2017-03-081-0/+25
* bpo-24241: Add dedicated webbrowser.register test case (#288)Nick Coghlan2017-02-251-0/+53
* Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-301-0/+25
* fix duplicate test name (closes #19126)Benjamin Peterson2013-09-291-1/+1
* #15557,#15447,#15509: webbrowser test suite added.R David Murray2012-09-031-0/+192