| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be | Skip Montanaro | 2001-03-01 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-28 | 1 | -1/+1 |
|
|
* | Remove two meaningless, module-level global statements (one of a | Jeremy Hylton | 2001-02-27 | 1 | -7/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -6/+6 |
|
|
* | Fixed autoraise glitches. | Eric S. Raymond | 2001-01-23 | 1 | -5/+5 |
|
|
* | Expose the autoraise capability. Improve the documentation. | Eric S. Raymond | 2001-01-23 | 1 | -10/+7 |
|
|
* | Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's | Eric S. Raymond | 2001-01-23 | 1 | -178/+222 |
|
|
* | Whitespace normalization. Top level of Lib now fixed-point for reindent.py! | Tim Peters | 2001-01-15 | 1 | -1/+1 |
|
|
* | SF Patch #103211. | Guido van Rossum | 2001-01-14 | 1 | -4/+4 |
|
|
* | Typo for Mac code, fixing SF bug 12195. | Guido van Rossum | 2000-11-13 | 1 | -1/+1 |
|
|
* | Do not set Konquerer to be the default browser if $KDEDIR is set -- some | Fred Drake | 2000-10-02 | 1 | -3/+1 |
|
|
* | Implemented new os.startfile function, unique to Windows, exposing a | Tim Peters | 2000-09-22 | 1 | -1/+1 |
|
|
* | Hack the Windows code to use os.popen(). | Guido van Rossum | 2000-09-03 | 1 | -3/+1 |
|
|
* | New module to control Web browsers; see the documentation for | Fred Drake | 2000-07-09 | 1 | -0/+229 |
|
|