1. 9a2a1cb [Patch #981794] Add support for Firefox/Firebird by Andrew M. Kuchling · 20 years ago
  2. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 20 years ago
  3. 1456fde Fixed bug by Gustavo Niemeyer · 22 years ago
  4. 520cdf7 SF # 539360, webbrowser.py and konqueror, by Andy McKay by Neal Norwitz · 22 years ago
  5. 8dd28eb SF # 585913, Adds Galeon support to webbrowser.py by Neal Norwitz · 22 years ago
  6. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  7. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  8. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  9. ff0a7b8 If no webbrowsers were found _tryorder would be empty, cmd would never be set and the "del cmd" would fail. Fixed. by Jack Jansen · 22 years ago
  10. f963b45 SF #515026, delete global variable that was apparently used only in a for loop. by Neal Norwitz · 22 years ago
  11. 925f144 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 23 years ago
  12. 4b402f2 Address SF patch #485789 (Stefan Schwarzer). by Guido van Rossum · 23 years ago
  13. cb33165 _tryorder should always be a list, then the problem Jack had to fix in by Guido van Rossum · 23 years ago
  14. 55c5abb Missing comma in tuple initializer caused webbrowser.open() not to work at by Jack Jansen · 23 years ago
  15. 3a89b2b Patch #484847: Default to netscape.exe on OS/2. by Martin v. Löwis · 23 years ago
  16. 16623fe _os should be os; reported by Neal Norwitz. by Fred Drake · 23 years ago
  17. 118aa53 Fix malformed line (PyChecker) by Andrew M. Kuchling · 23 years ago
  18. 3f8f164 Remove some false comments. by Fred Drake · 23 years ago
  19. cdab3bf If the user's environment has set the BROWSER environment variable (as Gnome by Skip Montanaro · 23 years ago
  20. f4e5bd9 _synthesize(): Helper function: when the users passes a specific by Fred Drake · 23 years ago
  21. f7eb4fa Fixes a fatal bug when the module has computed alternatives containing %s. by Eric S. Raymond · 23 years ago
  22. fc31f26 Update auto-detection for Konqueror to include KDE 2 -- the kfm command is by Fred Drake · 23 years ago
  23. 0a8c29b Clarify synopsis line a bit. by Ka-Ping Yee · 23 years ago
  24. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  25. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  26. 8016a4b Remove two meaningless, module-level global statements (one of a by Jeremy Hylton · 23 years ago
  27. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  28. cfa4096 Fixed autoraise glitches. by Eric S. Raymond · 24 years ago
  29. f79cb2d Expose the autoraise capability. Improve the documentation. by Eric S. Raymond · 24 years ago
  30. f7f1851 Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's by Eric S. Raymond · 24 years ago
  31. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  32. 2d3eb13 SF Patch #103211. by Guido van Rossum · 24 years ago
  33. 2595a83 Typo for Mac code, fixing SF bug 12195. by Guido van Rossum · 24 years ago
  34. 3944a01 Do not set Konquerer to be the default browser if $KDEDIR is set -- some by Fred Drake · 24 years ago
  35. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  36. 1d62f49 Hack the Windows code to use os.popen(). by Guido van Rossum · 24 years ago
  37. c70b448 New module to control Web browsers; see the documentation for more information. by Fred Drake · 24 years ago