- 07 May, 1998 8 commits
-
-
Guido van Rossum authored
enough platforms).
-
Jack Jansen authored
didn't work, because the resource file chain was incomplete when we tried to open the preference file. Fixed.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
api, ext, ref, and tut manuals. The Library Reference requires too much special index processing to make it beneficial to extend this to support it.
-
Fred Drake authored
-
- 06 May, 1998 23 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Normalize some other markup.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
\itemjoin, \kwindex: Revived definitions to support the Python Reference Manual.
-
Guido van Rossum authored
This is handy for comparing plain-text documentation files, since it displays intra-line differences.
-
Fred Drake authored
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 authored
-
Guido van Rossum authored
-
Guido van Rossum authored
contain multiple words, all of which may have to be joined with the path of the extension directory. (Sjoerd)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
reported to me by Piers Lauder <piers@cs.su.oz.au>.
-
- 05 May, 1998 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
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 commit
-
-
Guido van Rossum authored
to work reliably (at least I wouldn't know how).
-
- 01 May, 1998 2 commits
-
-
Guido van Rossum authored
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 authored
-
- 30 Apr, 1998 1 commit
-
-
Guido van Rossum authored
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.
-