- 04 Kas, 2002 1 kayıt (commit)
-
-
Chui Tey yazdı
-
- 23 Eyl, 2002 1 kayıt (commit)
-
-
Tony Lownds yazdı
-
- 16 Eyl, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Rev 1.5 tim_one Convert a pile of obvious "yes/no" functions to return bool. Rev 1.6 gvanrossum (partially merged previously, move line outside try: block) Provisional fix for writefile() [SF bug # 541730]. The problem was that an exception can occur in the text.get() call or in the write() call, when the text buffer contains non-ASCII characters. This causes the previous contents of the file to be lost. The provisional fix is to call str(self.text.get(...)) *before* opening the file, so that if the exception occurs, we never open the file. Two orthogonal better solutions have to wait for policy decisions: 1. We could try to encode the data as Latin-1 or as UTF-8; but that would require IDLE to grow a notion of file encoding which requires more thought. 2. We could make backups before overwriting a file. This requires more thought because it needs to be fast and cross-platform and configurable. Rev 1.7 gvanrossum (previously merged with modifications by Stephen M. Gava) Add primitive printing support for Unix and Windows. Rev 1.8 loewis Patch #590913: PEP 263 support. Rev 1.9 gvanrossum (tempfile.py interface -- deferred) Rev 1.10 tim_one whitespace normalization Rev 1.11 nnorwitz (deferred pending 1.9 integration)
-
- 21 Tem, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
opened on top of the shell instead of in a new window.
-
- 11 Haz, 2002 1 kayıt (commit)
-
-
Steven M. Gava yazdı
slightly tweaked and modified for the idlefork config system
-
- 22 Nis, 2002 1 kayıt (commit)
-
-
Steven M. Gava yazdı
Provisional fix for writefile() [SF bug # 541730]
-
- 27 Mar, 2002 1 kayıt (commit)
-
-
Steven M. Gava yazdı
recent files menu
-
- 13 Tem, 2001 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 15 Agu, 2000 1 kayıt (commit)
-
-
David Scherer yazdı
-
- 25 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Much has changed -- too much, in fact, to write down. The big news is that there's a standard way to write IDLE extensions; see extend.txt. Some sample extensions have been provided, and some existing code has been converted to extensions. Probably the biggest new user feature is a new search dialog with more options, search and replace, and even search in files (grep). This is exactly as downloaded from my laptop after returning from the holidays -- it hasn't even been tested on Unix yet.
-
- 10 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history.
-