- 26 Nis, 1999 3 kayıt (commit)
-
-
Barry Warsaw yazdı
You can switch database by just loading the new one; the list window and nearest colors adapt to the new database. Some reorganizing of code. Also, the name of the database file is stored in the ~/.pynche pickle. If it can't be loaded, fallbacks are used.
-
Guido van Rossum yazdı
file URLs.
-
Guido van Rossum yazdı
Ho ho ho -- that's trickier than it sounded! The colorizer is working with "line.col" strings instead of Text marks, and the absolute coordinates of the point of interest can change across the self.update call (voice of baffled experience, when two quick backspaces no longer fooled it, but a backspace followed by a quick ENTER did <wink>). Anyway, the attached appears to do the trick. CPU usage goes way up when typing quickly into a long triple-quoted string, but the latency is fine for me (a relatively fast typist on a relatively slow machine). Most of the changes here are left over from reducing the # of vrbl names to help me reason about the logic better; I hope the code is a *little* easier to
-
- 25 Nis, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except for the readme filename. Untested too, because I don't have ADD/IAD installed yet.
-
- 24 Nis, 1999 2 kayıt (commit)
-
-
Just van Rossum yazdı
added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr
-
Just van Rossum yazdı
-
- 23 Nis, 1999 28 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
The test really wanted to distinguish between the two. So now we test for __GLIBC__ instead. I have confirmed that this works for glibc and I have an email from Christian Tanzer confirming that it works for libc5, so it should be fine.
-
Fred Drake yazdı
and an explanation of why any of stat.S_*() would be used instead of os.path.is*(). (With some really small enhancements by me.)
-
Fred Drake yazdı
<lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake yazdı
on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake yazdı
<lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake yazdı
<lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake yazdı
<lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake yazdı
-
Fred Drake yazdı
Added a pointer to Grail in the see-also section, since it's used as an example.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Adjust markup to be a little more consistent with the rest of the document.
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Fix a couple of grammatical errors.
-
Fred Drake yazdı
Clarify the usage of a parameter.
-
Fred Drake yazdı
-
Fred Drake yazdı
Added a "See also" section.
-
Fred Drake yazdı
broken). Added a "See also" section.
-
Fred Drake yazdı
-
Fred Drake yazdı
(properly) converted to - by LaTeX2HTML.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
- 22 Nis, 1999 6 kayıt (commit)
-
-
Guido van Rossum yazdı
menu, command line and color preferences.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
from ScriptBinding.py where they are no longer needed.
-
Guido van Rossum yazdı
there are two new commands: Import module (F5) imports or reloads the module and also adds its name to the __main__ namespace. This gets executed in the PyShell window under control of its debug settings. Run script (Control-F5) is similar but executes the contents of the file directly in the __main__ namespace.
-
Just van Rossum yazdı
- mark file as dirty after changing the creator of the file so we can_save... -- jvr
-