Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21743) | Hai Shi | 2020-08-06 | 1 | -3/+4 |
| | |||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-21448) | Hai Shi | 2020-08-03 | 1 | -8/+9 |
| | |||||
* | bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) | Zhiming Wang | 2018-11-26 | 1 | -0/+18 |
| | | | | | Regression introduced in e3ce695 and 25b804a, where the old parameter update_tryorder to _synthesize was first ignored, then given the opposite value in the attempt to fix bpo-31014. | ||||
* | bpo-31014: Fix the webbrowser module. (GH-7267) | Serhiy Storchaka | 2018-07-08 | 1 | -0/+19 |
| | | | | | | | webbrowser._synthesize() called webbrowser.register() with outdated signature. Co-Authored-By: John Still <john@jmsdvl.com> | ||||
* | bpo-34019: Fix wrong arguments for Opera Browser (#8047) | Bumsik Kim | 2018-07-03 | 1 | -8/+8 |
| | | | | | The Opera Browser was using a outdated command line invocation that resulted in an incorrect URL being opened in the browser when requested using the webbrowser module. * Correct the arguments passed to the Opera Browser when opening a new URL. | ||||
* | bpo-29645: Speed up importing the webbrowser module. (#484) | Serhiy Storchaka | 2017-03-08 | 1 | -0/+25 |
| | |||||
* | bpo-24241: Add dedicated webbrowser.register test case (#288) | Nick Coghlan | 2017-02-25 | 1 | -0/+53 |
| | |||||
* | Issue #23262: The webbrowser module now supports Firefox 36+ and derived | Serhiy Storchaka | 2016-10-30 | 1 | -0/+25 |
| | | | | browsers. Based on patch by Oleg Broytman. | ||||
* | fix duplicate test name (closes #19126) | Benjamin Peterson | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | #15557,#15447,#15509: webbrowser test suite added. | R David Murray | 2012-09-03 | 1 | -0/+192 |
Initial patch by Anton Barkovsky, refined a bit by me to further subdivide the test methods. Provides tests for the previous two bug fix commits. |