- 29 Ara, 1997 22 kayıt (commit)
-
-
Guido van Rossum yazdı
latest OS/2 patch set.
-
Guido van Rossum yazdı
Moved docs for "re" to before docs for "regex".
-
Fred Drake yazdı
be a dictionary...).
-
Guido van Rossum yazdı
* The invoke methods of the three Tkinter widgets Button, Checkbutton and Radiobutton should return the value returned by the callback, (like the Menu widget does): def invoke(self): return self.tk.call(self._w, 'invoke') * The select_from method of the Canvas widget should use 'from', not 'set': def select_from(self, tagOrId, index): self.tk.call(self._w, 'select', 'from', tagOrId, index) Currently, if you use select_from, you get the error message: 'TclError: bad select option "set": must be adjust, clear, from, item, or to' * The 'entrycget' and 'type' methods of the Tk menu widget are missing from Tkinter. * There is a bug in grid_columnconfigure and grid_rowconfigure. For example, this should return the current value of the 'minsize' option for column 0: f.grid_columnconfigure(0, 'minsize') Instead it returns the same as: f.grid_columnconfigure(0) I suggest that the hint given in the comment in the Tkinter.Misc.configure method should be followed - "ought to generalize this so tag_config etc. can use it". Repeating the same configure code several times in Tkinter is inviting errors. [I did not follow this advice --G] * The grid_slaves method should handle options. Currently, to pass options to the grid_slaves method, you have to do something like: grid_slaves('-row', 1)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
and a little editing my me).
-
Fred Drake yazdı
-
Guido van Rossum yazdı
and a little editing my me).
-
Fred Drake yazdı
-
Fred Drake yazdı
consistent with other 2-column tables in the Python documentation.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading.
-
Fred Drake yazdı
Lots of support for new macros defined in myformat.sty; including the new indexing macros, seealso environment & friends, and the byte code instruction support.
-
Fred Drake yazdı
Does not conflict with any other targets.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
similar renaming of the @buildno file elsewhere in the Python tree.
-
Fred Drake yazdı
-
Fred Drake yazdı
and ask the user for permission to set buffer-local variables depending on the user's configuration. Not really needed since this doesn't get edited often. Bumped the version number to 1.5; date still needs to be set.
-
Fred Drake yazdı
"\seetext{...}" instead of "\seetext ...".
-
Fred Drake yazdı
rarely needed and should be avoided where possible since it doesn't behave well with some processing tools (like partparse.py).
-
- 28 Ara, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
retrieving files from the same host and directory, you had to close the previous instance before opening a new one; and retrieving a non-existent file would return an empty file. (The latter fix relies on maybe an undocumented property of NLST -- NLST of a file returns just that file, while NLST of a non-existent file returns nothing. A side effect, unfortunately, seems to be that now ftp-retrieving an *empty* directory may fail. Ah well.)
-
Guido van Rossum yazdı
is near or beyond the edge of the screen. Patch by Skip Montanaro.
-
Fred Drake yazdı
like LaTeX does. There's no need to diverge on this.
-
- 27 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
before printing and set it to the printed variable *after* printing (and only when printing is successful).
-
- 25 Ara, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
initxyzzy() works.
-
Guido van Rossum yazdı
restarting the server.
-
- 24 Ara, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
optional timeout. Also moved some imports around.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the Demos/cwilib directory). Converted comments to doc strings and used default arguments instead of *args. Updated the example.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 23 Ara, 1997 6 kayıt (commit)
-
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
two-column tables. This improves the rendering of the HTML version on (at least) some browsers.
-
Fred Drake yazdı
longer needed for printed output.
-
Fred Drake yazdı
longer needed for printed output.
-