summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_webbrowser.py
Commit message (Expand)AuthorAgeFilesLines
* gh-117923: Catch ``test_webbrowser.test_parse_args_error`` stderr output (#11...Kirill Podoprigora2024-04-171-3/+15
* gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#11...Hugo van Kemenade2024-04-131-11/+78
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-2/+81
* gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)Steve Dower2024-01-251-0/+1
* gh-87277: Don't look for X11 browsers on macOS in webbrowser (#24480)Ronald Oussoren2023-12-211-0/+11
* bpo-44844: Enable detection of Microsoft Edge browser in webbrowser module (G...Steve Dower2023-04-041-0/+25
* gh-102871: Remove obsolete browsers from webbrowser (#102872)James De Bias2023-03-311-28/+3
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-0/+2
* bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241)Nikita Sobolev2021-12-301-2/+2
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-061-3/+4
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-031-8/+9
* 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