- 27 Apr, 1999 7 commits
-
-
Barry Warsaw authored
lookup protocol.
-
Barry Warsaw authored
set_colordb(): Call Viewers' colordb_changed() method if they have them. Notifies them of changes to the color name database.
-
Barry Warsaw authored
-
Fred Drake authored
-
Barry Warsaw authored
text widget attribute), the color the attribute currently has is set in the main widget.
-
Barry Warsaw authored
-
Guido van Rossum authored
platforms where tell() returns a long. (Perhaps tell() should be fixed too?) Reported by Greg Humphreys.
-
- 26 Apr, 1999 12 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
to the 'load palette' entry. Just don't put the quit button on there.
-
Barry Warsaw authored
(with some controversy surrounding AliceBlue :-)
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
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 authored
file URLs.
-
Guido van Rossum authored
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 Apr, 1999 1 commit
-
-
Jack Jansen authored
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 Apr, 1999 2 commits
-
-
Just van Rossum authored
added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr
-
Just van Rossum authored
-
- 23 Apr, 1999 18 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
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 authored
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 authored
<lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake authored
on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake authored
<lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake authored
<lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake authored
<lannert@lannert.rz.uni-duesseldorf.de>.
-
Fred Drake authored
-
Fred Drake authored
Added a pointer to Grail in the see-also section, since it's used as an example.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Adjust markup to be a little more consistent with the rest of the document.
-
Barry Warsaw authored
-
Fred Drake authored
-