| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove conditional import of 'ic', that module | Ronald Oussoren | 2010-05-30 | 1 | -12/+0 |
|
|
* | Merged revisions 80698 via svnmerge from | Ronald Oussoren | 2010-05-02 | 1 | -1/+27 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -1/+3 |
|
|
* | Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from | Alexandre Vassalotti | 2009-07-29 | 1 | -11/+11 |
|
|
* | simplify imports | Fred Drake | 2008-12-10 | 1 | -2/+1 |
|
|
* | add missing import | Fred Drake | 2008-12-05 | 1 | -0/+1 |
|
|
* | Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() | Amaury Forgeot d'Arc | 2008-12-05 | 1 | -1/+1 |
|
|
* | #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konq... | Amaury Forgeot d'Arc | 2008-05-12 | 1 | -1/+2 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | Merged revisions 56154-56264 via svnmerge from | Guido van Rossum | 2007-07-11 | 1 | -0/+2 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -19/+32 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -6/+12 |
|
|
* | Killed the <> operator. You must now use !=. | Guido van Rossum | 2006-08-24 | 1 | -1/+1 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -2/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+3 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-20 | 1 | -11/+11 |
|
|
* | Try to resolve the remaining webbrowser issues (backgrounding, local urls) | Georg Brandl | 2006-01-20 | 1 | -103/+196 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 1 | -2/+2 |
|
|
* | Prefer GNOME browser over mozilla. | Georg Brandl | 2005-11-22 | 1 | -7/+7 |
|
|
* | Bug #1338995: fix problem with new webbrowser.py. | Georg Brandl | 2005-11-09 | 1 | -4/+9 |
|
|
* | Fix errors in _synthesize because of missing basename attribute of | Georg Brandl | 2005-10-08 | 1 | -2/+6 |
|
|
* | Fix pychecker warnings | Neal Norwitz | 2005-10-04 | 1 | -4/+9 |
|
|
* | Patch #754022: Greatly enhanced webbrowser.py. | Georg Brandl | 2005-10-03 | 1 | -175/+338 |
|
|
* | [Patch #981794] Add support for Firefox/Firebird | Andrew M. Kuchling | 2004-07-10 | 1 | -5/+6 |
|
|
* | Replace str.find()!=1 with the more readable "in" operator. | Raymond Hettinger | 2004-05-04 | 1 | -1/+1 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-11-25 | 1 | -2/+9 |
|
|
* | SF # 539360, webbrowser.py and konqueror, by Andy McKay | Neal Norwitz | 2002-10-11 | 1 | -2/+2 |
|
|
* | SF # 585913, Adds Galeon support to webbrowser.py | Neal Norwitz | 2002-10-10 | 1 | -1/+33 |
|
|
* | Replaced boolean tests with is None. | Raymond Hettinger | 2002-06-02 | 1 | -1/+1 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -3/+3 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -4/+4 |
|
|
* | If no webbrowsers were found _tryorder would be empty, cmd would never be set... | Jack Jansen | 2002-03-15 | 1 | -0/+1 |
|
|
* | SF #515026, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
|
|
* | Fix webbrowser.py security bug: be more careful about what we pass to | Fred Drake | 2002-01-07 | 1 | -12/+15 |
|
|
* | Address SF patch #485789 (Stefan Schwarzer). | Guido van Rossum | 2001-12-04 | 1 | -1/+1 |
|
|
* | _tryorder should always be a list, then the problem Jack had to fix in | Guido van Rossum | 2001-12-03 | 1 | -5/+4 |
|
|
* | Missing comma in tuple initializer caused webbrowser.open() not to work at | Jack Jansen | 2001-12-03 | 1 | -1/+1 |
|
|
* | Patch #484847: Default to netscape.exe on OS/2. | Martin v. Löwis | 2001-11-25 | 1 | -0/+10 |
|
|
* | _os should be os; reported by Neal Norwitz. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | Fix malformed line (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
|
|
* | Remove some false comments. | Fred Drake | 2001-07-19 | 1 | -159/+156 |
|
|
* | If the user's environment has set the BROWSER environment variable (as Gnome | Skip Montanaro | 2001-07-18 | 1 | -6/+9 |
|
|
* | _synthesize(): Helper function: when the users passes a specific | Fred Drake | 2001-04-12 | 1 | -7/+50 |
|
|
* | Fixes a fatal bug when the module has computed alternatives containing %s. | Eric S. Raymond | 2001-03-31 | 1 | -1/+1 |
|
|
* | Update auto-detection for Konqueror to include KDE 2 -- the kfm command is | Fred Drake | 2001-03-26 | 1 | -2/+5 |
|
|
* | Clarify synopsis line a bit. | Ka-Ping Yee | 2001-03-02 | 1 | -3/+3 |
|
|