- 07 May, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 06 May, 1998 23 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Normalize some other markup.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
\itemjoin, \kwindex: Revived definitions to support the Python Reference Manual.
-
Guido van Rossum yazdı
This is handy for comparing plain-text documentation files, since it displays intra-line differences.
-
Fred Drake yazdı
and the "key" keyword parameter was used to invoke .go(), use the directory of the selected file as the stored directory to return to when the same key is used again. This is useful since the user may well entry at least part of the path in the filename box instead of doing a lot of clicking around in the listboxes.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
contain multiple words, all of which may have to be joined with the path of the extension directory. (Sjoerd)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Fred Drake yazdı
reported to me by Piers Lauder <piers@cs.su.oz.au>.
-
- 05 May, 1998 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
as soon as I change things even just a little bit? :-) Even works when accessing a password-protected page through the proxy. Prompted by complaints from, and correct operation verified by, Nigel O'Brian.
-
Guido van Rossum yazdı
servers support LOGIN but don't advertise it. If it's not supported the protocol will respond NO. Approved by Piers Lauder.
-
- 02 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to work reliably (at least I wouldn't know how).
-
- 01 May, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
wm_title(), etc. The old names (title() etc.) are still defined as aliases. This brings all methods up to use the same naming convention: whether the Tcl syntax is .window.path.name command subcommand [options] or command subcommand .window.path.name [optins] the Python equivalent is always windowobject.command_subcommand(options)
-
Guido van Rossum yazdı
-
- 30 Nis, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
calling self.tk.getint() and self.tk.getdouble(), call the globals getint() and getdouble(), which in turn are just names for the Python builtins int() and double(). (Making them globals actually save a dict lookup compared to using the built-in.) The corresponding methods of class Misc have been changed similarly. (Note that getboolean() hasn't been changed because there's no Python equivalent.) The use of int() and float() has another advantage: if/when Tcl calls can actually return Tcl objects with other types than string, use of int() and float() is essential.
-
Guido van Rossum yazdı
-
- 29 Nis, 1998 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
not needed to say apply(self.tk.call, t); self.tk.call(t) has the same effect. This cuts down tremendously on the number of apply() calls made. No measurable effect, but at the very least it saves the lookup of apply() in the globals!
-
Guido van Rossum yazdı
repeats the I/O for the failed import on each interpreter creation.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
symlink to a symlink can work. (Jack)
-
Fred Drake yazdı
-