- 01 Jul, 1994 1 commit
-
-
Guido van Rossum authored
* configure.in: support --with-gcc[=value], --without-gcc * configure.in, acconfig.h, config.h.in: check for clock_t
-
- 29 Jun, 1994 1 commit
-
-
Guido van Rossum authored
-
- 28 Jun, 1994 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 27 Jun, 1994 8 commits
-
-
Guido van Rossum authored
register = _register
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
* tkintermodule.c (FileHandler): Make arg a tuple; bug found by <tnb2d@cs.virginia.edu>. Call the Python file handler function with (file, mask) argument. Fix a few of my refcnt bugs.
-
Guido van Rossum authored
(Menu.index): return int or None, not string (Widget.__getitem__): use splitlist, not split
-
Guido van Rossum authored
* README: Doc fix. * Dialog.py: tk_dialog wrapper widget. * Tkinter.py: (Widget) Code moved from __init__ to _setup. Sat Jun 25 00:27:24 1994 Steen Lumholt (lumholt@login.dkuug.dk) * Tkinter.py (Misc): selection_own and selection_own_get methods. (Misc.winfo_toplevel): Return widget. * kill.py: New demo. * Tkinter.py: tk_menuBar method moved from Menu class to Misc class. (Scrollbar.get): Bug fix; self._getints not self.tk.getints. Fri Jun 24 17:42:16 1994 Steen Lumholt (lumholt@login.dkuug.dk) * Tkinter.py (Variable, StringVar, IntVar, BooleanVar): New classes. * mklibapp: New shell script. * Setup.in: moreButtons Tk extension support. * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. * appinit.c (Tcl_AppInit): New file and function. * Tkinter.py: (Button): Dummy args in tk_* methods. (Studbutton, Tributton): New widget by <tnb2d@cs.virginia.edu>; morebuttons extension. Thu Jun 23 22:22:43 1994 Steen Lumholt (lumholt@login.dkuug.dk) * tkintermodule.c (FileHandler): Make arg a tuple; bug found by <tnb2d@cs.virginia.edu>. Call the Python file handler function with (file, mask) argument. Fix a few of my refcnt bugs.
-
Guido van Rossum authored
(Widget.__getitem__): use splitlist, not split
-
- 23 Jun, 1994 12 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
multifile.py: added readlines() and read() methods mimetools.py: mimetools.py: added functions to encode/decode standard MIME Content-transfer-encoding types (as well as uuencode) rfc822.py: Accept lines ending in CR LF as well
-
Guido van Rossum authored
StringIO implements pseudo files writing into and reading from strings.
-
Guido van Rossum authored
-
Guido van Rossum authored
thread uses signals); much improved efficiency; intrcheck() doesn't call sigcheck() but only tests and clears the SIGINT tripped flag.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(Widget): generalized config(); added keys(). (Canvas): added addtag_xxx and find_xxx functions; generalized itemconfig().
-
- 21 Jun, 1994 1 commit
-
-
Guido van Rossum authored
(Misc.after): arrange to call deletecommand after it is called. (Canvas.itemconfig): generalized to support all forms. (Canvas.find): returns a list of integers instead of strings. * Tkinter.py (Canvas._create): call _flatten earlier.
-
- 20 Jun, 1994 10 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
flatten argument list to _create before passing on to tk.call; _do should return a value.
-
Guido van Rossum authored
Renamed tkerror to _tkerror, default_root to _default_root. (_substitute, _subst_prefix): move back into class Misc; added widget Event attribute. Added functions that return widgets or widget lists: winfo_children; focus_get; grab_current. (Pack.slaves, Place.slaves): return Widget objects instead of pathnames. Renamed __del__() to destroy() (because of circular refs, __del__ won't ever be called). Added some names with explicit _set: focus_set, focus_default_set, grab_set. Added focus_default_none. (Misc._getints): use tk.splitlist() instead of tk.split(), return None if string empty.
-
Guido van Rossum authored
.,
-
Guido van Rossum authored
Removed redundant global statements getboolean returns None if argument is empty AtInsert() concatenates optional arguments after 'insert'
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 13 Jun, 1994 1 commit
-
-
Guido van Rossum authored
-
- 07 Jun, 1994 2 commits
-
-
Guido van Rossum authored
Added usage message to test program.
-
Jack Jansen authored
-
- 03 Jun, 1994 2 commits
-
-
Guido van Rossum authored
In Pythonrun, tirn off SIGPIPE and move signal handlers elsewhere. In ceval.c, also move locals_2_fast/ fast_2_locals to frameobject.c, replaced local variable trace by f->f_trace, got rid of unused mergelocals() and unneeded calls to fast_2_locals, return the variable name on "fast variable not found", AND use "__call__" method if it exists to call an inmstance. Whew!
-
Guido van Rossum authored
-