- 09 Jun, 1998 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 08 Jun, 1998 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
and lists; if the size is negative, raise an exception. Also raise an exception when an undefined type is found -- all this to increase the chance that garbage input causes an exception instead of a core dump.
-
- 29 May, 1998 20 commits
-
-
Guido van Rossum authored
not in restricted mode. __dict__ can be set to any dictionary; the cl_getattr, cl_setattr and cl_delattr slots are refreshed. __name__ can be set to any string. __bases__ can be set to to a tuple of classes, provided they are not subclasses of the class whose attribute is being assigned. __getattr__, __setattr__ and __delattr__ can be set to anything, or deleted; the appropriate slot (cl_getattr, cl_setattr, cl_delattr) is refreshed. (Note: __name__ really doesn't need to be a special attribute, but that would be more work.)
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Slightly more featureful than regexdemo.py.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
and list the host name when prompting for the password.
-
Guido van Rossum authored
the median-of-three code to get a few percent back.
-
Guido van Rossum authored
-
Guido van Rossum authored
but it can no longer raise an exception when called by several threads simultaneously.
-
Guido van Rossum authored
doesn't work of course.
-
Guido van Rossum authored
Also replaced random()*32000 with randint(0, 31999).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
else the damn thing won't compile on Windows :-(
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
_getch(), _getche(). Fix bogus error return when open_osfhandle() doesn't have the right argument list.
-
- 28 May, 1998 13 commits
-
-
Guido van Rossum authored
Tkinter. This adds a separate lock -- read the comments. (This was also needed for Mark Hammond's attempts to make PythonWin Tkinter-friendly.) The changes have affected the EventHook slightly, too; and I've done some more cleanup of the code that deals with the different versions of Tcl_CreateFileHandler().
-
Guido van Rossum authored
Particles break out of their loop when the main loop exits.
-
Guido van Rossum authored
-
Guido van Rossum authored
- Handle <? processing instructions >. - Allow . and - in entity names. Also fixed an oversight in the previous fix (in one place, [ \t\r\n] was used instead of string.whitespace).
-
Guido van Rossum authored
-
Guido van Rossum authored
so that our #ifdef test has the wrong effect. Substitute hardcoded values for some important symbols (but not for the whole range -- some are pretty obscure so it's not worth it).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
control before TrackControl is called. The default implementation calls TrackControl and then do_controlhit(). For ScrolledWindow, do_rawcontrol passes a tracker function to TrackControl if the mouse is in one of the arrows or grey areas, and the tracker handles scrolling. For the thumb part nothing has changed.
-
Jack Jansen authored
TrackControl. TrackControl is now manually generated (too much work to explain this to bgen).
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
places.
-
- 27 May, 1998 1 commit
-
-
Jeremy Hylton authored
walks and quacks like a dictionary.
-
- 26 May, 1998 1 commit
-
-
Guido van Rossum authored
-