- 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/.)
-
- 13 Kas, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Linux distributions which provide both KDE and Gnome set this environment variable even if the user is not using KDE. We do *not* want to start Konquerer if KDE is not running unless the user actually tells us to!
-
- 22 Eyl, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
subset of Win32 ShellExecute's functionality. Guido wants this because IDLE's Help -> Docs function currently crashes his machine because of a conflict between his version of Norton AntiVirus (6.10.20) and MS's _popen. Docs for startfile are being mailed to Fred (or just read the docstring -- it tells the whole story). Changed webbrowser.py to use os.startfile instead of os.popen on Windows. Changed IDLE's EditorWindow.py to pass an absolute path for the docs (hardcoding ShellExecute's "directory" arg to "." as used to be done let IDLE work, but made the startfile command exceedingly obscure for other uses -- the MS docs are terrible, of course, & still not sure I understand it). Note that Windows Python must link with shell32.lib now! That's where ShellExecute lives.
-
- 03 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The returned file is assigned to an instance variable; otherwise the implied close hangs for a long time.
-
- 09 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
more information.
-