| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) | ![](//www.gravatar.com/avatar/74bcc7166aa70e4da97bd8a40dff5c31?s=13&d=retro) Miss Islington (bot) | 2018-07-03 | 1 | -4/+3 |
* | Issue #23262: The webbrowser module now supports Firefox 36+ and derived | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-10-30 | 1 | -8/+20 |
* | Issue #24452: Make webbrowser support Chrome on Mac OS X. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2016-10-13 | 1 | -0/+1 |
* | Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(... | ![](//www.gravatar.com/avatar/72461691f3cbaa91934949e4f2472702?s=13&d=retro) Steve Dower | 2015-09-05 | 1 | -111/+9 |
* | Issue #8232: Renamed WinFireFox to WinFirefox | ![](//www.gravatar.com/avatar/72461691f3cbaa91934949e4f2472702?s=13&d=retro) Steve Dower | 2015-06-15 | 1 | -2/+2 |
* | Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam | ![](//www.gravatar.com/avatar/72461691f3cbaa91934949e4f2472702?s=13&d=retro) Steve Dower | 2015-06-07 | 1 | -9/+111 |
* | The webbrowser module now uses subprocess's start_new_session=True rather | ![](//www.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524?s=13&d=retro) Gregory P. Smith | 2014-08-27 | 1 | -11/+4 |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
* | | #19975: remove unused imports from webbrowser module. | ![](//www.gravatar.com/avatar/f9c4ab38a9ced1923ff1bf6e3553a029?s=13&d=retro) R David Murray | 2013-12-13 | 1 | -3/+0 |
* | | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, | ![](//www.gravatar.com/avatar/7557037e8ed553e4231f355c39f97970?s=13&d=retro) doko@ubuntu.com | 2013-03-24 | 1 | -0/+6 |
|\| |
|
| * | - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, | ![](//www.gravatar.com/avatar/7557037e8ed553e4231f355c39f97970?s=13&d=retro) doko@ubuntu.com | 2013-03-24 | 1 | -0/+6 |
* | | Issue #16996: webbrowser module now uses shutil.which() to find a | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-02-13 | 1 | -51/+20 |
* | | Replace IOError with OSError (#16715) | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
* | | Issue #16719: Get rid of WindowsError. Use OSError instead | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-19 | 1 | -1/+1 |
* | | Issue #16717: get rid of socket.error, replace with OSError | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
* | | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) | ![](//www.gravatar.com/avatar/66974ed16b5ad5293bac2d23005ff9a9?s=13&d=retro) Jesus Cea | 2012-10-05 | 1 | -11/+0 |
|/ |
|
* | #15447: Use subprocess.DEVNULL in webbrowser, instead of opening | ![](//www.gravatar.com/avatar/f9c4ab38a9ced1923ff1bf6e3553a029?s=13&d=retro) R David Murray | 2012-09-03 | 1 | -2/+2 |
* | Merge #15509: If %action substitution produces a null string, drop it. | ![](//www.gravatar.com/avatar/f9c4ab38a9ced1923ff1bf6e3553a029?s=13&d=retro) R David Murray | 2012-09-03 | 1 | -2/+9 |
|\ |
|
| * | #15509: If %action substitution produces a null string, drop it. | ![](//www.gravatar.com/avatar/f9c4ab38a9ced1923ff1bf6e3553a029?s=13&d=retro) R David Murray | 2012-09-03 | 1 | -2/+9 |
* | | Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser | ![](//www.gravatar.com/avatar/66974ed16b5ad5293bac2d23005ff9a9?s=13&d=retro) Jesus Cea | 2012-08-01 | 1 | -10/+7 |
* | | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py. | ![](//www.gravatar.com/avatar/7557037e8ed553e4231f355c39f97970?s=13&d=retro) Matthias Klose | 2012-04-04 | 1 | -0/+8 |
* | | Issue 13620 - Support chrome browser in webbrowser.py module. | ![](//www.gravatar.com/avatar/fd896d57302e86373a27c2443bd8e95a?s=13&d=retro) Senthil Kumaran | 2011-12-21 | 1 | -0/+17 |
|/ |
|
* | #12601: fix typo. | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2011-07-21 | 1 | -1/+1 |
* | merge d71476b9a55d from tip, use start_new_session instead of os.setsid. | ![](//www.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524?s=13&d=retro) Gregory P. Smith | 2011-03-15 | 1 | -7/+1 |
* | Issue 10738: Fix webbrowser.Opera.raise_opts value. | ![](//www.gravatar.com/avatar/d6b9415353e04ffa6de5a8f3aaea0553?s=13&d=retro) Terry Reedy | 2010-12-28 | 1 | -5/+1 |
* | Remove conditional import of 'ic', that module | ![](//www.gravatar.com/avatar/4be5600ac37733c75baf66d90f0be138?s=13&d=retro) Ronald Oussoren | 2010-05-30 | 1 | -12/+0 |
* | Merged revisions 80698 via svnmerge from | ![](//www.gravatar.com/avatar/4be5600ac37733c75baf66d90f0be138?s=13&d=retro) Ronald Oussoren | 2010-05-02 | 1 | -1/+27 |
* | convert shebang lines: python -> python3 | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-09-11 | 1 | -1/+3 |
* | Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2009-07-29 | 1 | -11/+11 |
* | simplify imports | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2008-12-10 | 1 | -2/+1 |
* | add missing import | ![](//www.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107?s=13&d=retro) Fred Drake | 2008-12-05 | 1 | -0/+1 |
* | Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2008-12-05 | 1 | -1/+1 |
* | #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konq... | ![](//www.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5?s=13&d=retro) Amaury Forgeot d'Arc | 2008-05-12 | 1 | -1/+2 |
* | Patch# 1258 by Christian Heimes: kill basestring. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
* | Merged revisions 56154-56264 via svnmerge from | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-07-11 | 1 | -0/+2 |
* | Merged revisions 53952-54987 via svnmerge from | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-04-27 | 1 | -19/+32 |
* | Fix most trivially-findable print statements. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
* | SF patch 1631942 by Collin Winter: | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | Four months of trunk changes (including a few releases...) | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2006-12-13 | 1 | -6/+12 |
* | Killed the <> operator. You must now use !=. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2006-08-24 | 1 | -1/+1 |
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | ![](//www.gravatar.com/avatar/e8d5fe90f1fe2148bf130cccd4dc311c?s=13&d=retro) Alex Martelli | 2006-08-24 | 1 | -2/+2 |
* | Merged revisions 46753-51188 via svnmerge from | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2006-08-11 | 1 | -4/+3 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2006-05-27 | 1 | -2/+3 |
* | Whitespace normalization. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2006-01-20 | 1 | -11/+11 |
* | Try to resolve the remaining webbrowser issues (backgrounding, local urls) | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2006-01-20 | 1 | -103/+196 |
* | Whitespace normalization. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2005-12-25 | 1 | -2/+2 |
* | Prefer GNOME browser over mozilla. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2005-11-22 | 1 | -7/+7 |
* | Bug #1338995: fix problem with new webbrowser.py. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2005-11-09 | 1 | -4/+9 |