- 20 Ock, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
- 25 Ara, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Kas, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 09 Kas, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 08 Eki, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
browser controller classes.
-
- 04 Eki, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 03 Eki, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 10 Tem, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 May, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 25 Kas, 2002 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
[#495695] webbrowser.py: selection of browser * Lib/webbrowser.py Only include graphic browsers in _tryorder if DISPLAY is set. Also, included skipstone support, as suggested by Fred in the mentioned bug. * Misc/NEWS Mention fix and skipstone inclusion.
-
- 11 Eki, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Fix Konqueror so it can start when calling open(). The assert needed to be on the raw URL, not openURL 'url...' Will backport.
-
- 10 Eki, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 02 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Mar, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
If no webbrowsers were found _tryorder would be empty, cmd would never be set and the "del cmd" would fail. Fixed. 2.2.1 candidate.
-
- 11 Şub, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
in a for loop.
-
- 07 Ock, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
os.system(). This closes Python bug #500401, Debian bug #127507.
-
- 04 Ara, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
$BROWSER should be split on os.pathsep, not on ":".
-
- 03 Ara, 2001 2 kayıt (commit)
-
-
Guido van Rossum yazdı
1.24 wouldn't have occurred in the first place. Remove a debug print command accidentally inserted by Martin in 1.23.
-
Jack Jansen yazdı
all in MacPython. (why did noone ever notice this?)
-
- 25 Kas, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 13 Agu, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 19 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Reorganize so the initialization sequences does not bite us in the foot. (There is no good reason to discard classes that clients may want to subclass.)
-
- 18 Tem, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
seems to do), the user may not be aware of its contents. Attempt to add any to _browsers. closes bug #429136
-
- 12 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
value for the 'using' parameter of the get() function or the BROWSER environment variable, if the thing passed in is a path (as seems to be the case with KDE) instead of a short name, examine the available controllers to see if we can synthesize one based on a pre-registered controller that shares the same base name. get(): If the user specifies a browser we don't know about, use _synthesize() to attempt to create a usable controller. Some small adjustments were needed in some of the browser classes to support this.
-
- 31 Mar, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 26 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
gone; "konqueror" is the new name, and the command-line args are different. kfmclient has not changed, though.
-
- 02 Mar, 2001 1 kayıt (commit)
-
-
Ka-Ping Yee yazdı
Remove -no-about-splash option (not understood by all Netscapes).
-
- 01 Mar, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
giving it a slight facelift
-
- 28 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 27 Şub, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
non-existent variable :-). Reflow long lines.
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 23 Ock, 2001 3 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
Eric S. Raymond yazdı
-
Eric S. Raymond yazdı
complaints. The new version moves most of its initialization to package load time; it's simpler, faster, smaller, and adds support for Mozilla and Links. Interpretation of the BROWSER variable now works and is documented. The open_new entry point and methods are marked "deprecated; may be removed in 2.1".
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Ping apparently doesn't check in Accepted patches, so I'm doing this for him. According to Ping: The name of the controller class should be "Konqueror", not "Konquerer". (See the website http://www.konqueror.org/.)
-