summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use guido's PythonGuido van Rossum1994-07-081-1/+1
|
* Initial revisionGuido van Rossum1994-07-081-0/+144
|
* Adapted to new async ManPage interface (kill, busy);Guido van Rossum1994-07-081-38/+56
| | | | | | Added case sensitive searching; Added explicit buttons for man page display and search (in addition to <Return> and double clicking in the listbox)
* Rewritten somewhat again, distinguished between internal and externalGuido van Rossum1994-07-081-24/+67
| | | | | methods (internal ones start with '_'), asynchronous transfers are now killed synchronously (i.e. after t.kill(), t.busy() is false immediately).
* Always insert at 'end'Guido van Rossum1994-07-081-3/+3
|
* parsefile() now calls self.update() while filling the buffer,Guido van Rossum1994-07-081-60/+90
| | | | so you can read the top of the man page while the rest is being parsed
* Added _exit and register as Tcl command exit. Micro lay-out fix.Guido van Rossum1994-07-072-4/+12
|
* * tkintermodule.cGuido van Rossum1994-07-071-5/+25
| | | | | | | (PyInit_tkinter): Only create stdin file handler when stdin is a tty. (Tkinter_Cleanup): New function. This is an exit handler that cleanup Tk.
* Totally changed, now it is actually derived from TextGuido van Rossum1994-07-062-62/+40
| | | | (This breaks something in MimeViewer.py, don't know what yet)
* Don't use self.text -- it's self now!Guido van Rossum1994-07-061-18/+18
|
* Initial revisionGuido van Rossum1994-07-062-0/+332
|
* tag_remove: add tagName to tk callGuido van Rossum1994-07-062-2/+2
|
* Added bind and tag_config methods; minor lay-out changeGuido van Rossum1994-07-062-4/+6
|
* Remove garbage '+ ' and reformat tag_delete function budyGuido van Rossum1994-07-062-6/+4
|
* * ScrolledText.py: added some more methods of Text (This shouldGuido van Rossum1994-07-062-0/+20
| | | | really be done differently, e.g. by deriving from the Text class.)
* Misc changes by SteenGuido van Rossum1994-07-061-6/+5
|
* * kill.py: Don't use the exec Tcl command.Guido van Rossum1994-07-061-6/+7
|
* Tue Jul 5 13:22:45 1994 (lumholt@login.dkuug.dk)Guido van Rossum1994-07-062-62/+112
| | | | | | | | | | | | | | | | | | | | | | | | * Setup.in: moreButtons Tk extension support (again). * mklibapp: $1 is now the path to the Tk extension source directory. The default is /usr/local/src/tcl. * kill.py: Don't use the exec Tcl command. * Tkinter.py (Misc.bind_all): Bug fix; extra graves. (Misc.tk_strictMotif): Return the value. (mainloop, getint, getdouble, getboolean): New functions. (_cnfmerge): Flatten cnfs. Wed Jun 29 22:01:17 1994 Steen Lumholt (lumholt@login.dkuug.dk) * Tkinter.py: (Tk.destroy): master is always None; so don't del. Found by Tommy Burnette, solution from Guido van Rossum. (Misc.selection_get): Missing return. Found by Richard Neitzel. (Misc._options, Widget.config, Canvas._create): If cnf is a tuple or list then merge the contents. Suggested by Matthew Conway.
* ...Guido van Rossum1994-07-041-1/+22
|
* * Lib/urllib.py: implemented new quoting rules; added splituser,Guido van Rossum1994-07-041-22/+77
| | | | | splitpasswd, splitattr, splitvalue; new ftp syntax (user:passwd, cwd to each subdir, type={a,i,d})
* Mon Jul 4 12:42:04 1994 Guido van Rossum (guido@voorn.cwi.nl)Guido van Rossum1994-07-042-6/+6
| | | | | | | | | * Tkinter.py (Misc.bind_all): fix typo (name shouldn't be quoted). Wed Jun 29 10:02:21 1994 Guido van Rossum (guido@voorn.cwi.nl) * Tkinter.py (Misc.selection_get): add 'return' (Tk.destroy): self.master is always None
* New module, formats traceback just like the C code doesGuido van Rossum1994-07-011-0/+57
|
* * Makefile.in (Makefile): add dependency on config.statusGuido van Rossum1994-07-013-0/+24
| | | | | * configure.in: support --with-gcc[=value], --without-gcc * configure.in, acconfig.h, config.h.in: check for clock_t
* configure: libtermcap hack; ChangeLog: the usual...Guido van Rossum1994-06-291-0/+56
|
* Initial revisionGuido van Rossum1994-06-282-0/+244
|
* Lots of new stuffGuido van Rossum1994-06-282-84/+204
|
* wait_{variable,window,visibility}Guido van Rossum1994-06-272-0/+22
| | | | register = _register
* Replace <MacHeaders> by specific required header filesGuido van Rossum1994-06-271-1/+5
|
* Change include path for unixemu headers; rename access to access_Guido van Rossum1994-06-271-4/+4
|
* Initial revisionGuido van Rossum1994-06-274-0/+231
|
* * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.Guido van Rossum1994-06-271-13/+13
| | | | | | * 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.
* Redo these changes:Guido van Rossum1994-06-272-4/+8
| | | | | (Menu.index): return int or None, not string (Widget.__getitem__): use splitlist, not split
* Sun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk)Guido van Rossum1994-06-272-72/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (Menu.index): return int or None, not stringGuido van Rossum1994-06-272-4/+8
| | | | (Widget.__getitem__): use splitlist, not split
* lots of new changes committed again...Guido van Rossum1994-06-231-1/+205
|
* new versions derived from new acconfig.h and new configure.inGuido van Rossum1994-06-231-1/+13
|
* changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARGGuido van Rossum1994-06-231-1/+1
|
* documented writelines()Guido van Rossum1994-06-232-6/+24
|
* clarify the meaning of address for those methods that or return addressesGuido van Rossum1994-06-232-4/+20
|
* mhlib.py: new interface to MH folders and messagesGuido van Rossum1994-06-231-0/+735
| | | | | | | 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
* Two new generally useful modules: types defines names for all built-in types,Guido van Rossum1994-06-232-0/+173
| | | | StringIO implements pseudo files writing into and reading from strings.
* Companion module for new profile.pyGuido van Rossum1994-06-231-0/+535
|
* * Modules/signalmodule.c: added thread compatibility (only mainGuido van Rossum1994-06-231-25/+91
| | | | | | thread uses signals); much improved efficiency; intrcheck() doesn't call sigcheck() but only tests and clears the SIGINT tripped flag.
* Split pwd in pwd and grp; added imgformat (by Jack)Guido van Rossum1994-06-231-0/+118
|
* Don't include intrcheck.hGuido van Rossum1994-06-231-1/+0
|
* * Tkinter.pyGuido van Rossum1994-06-232-12/+102
| | | | | | (Widget): generalized config(); added keys(). (Canvas): added addtag_xxx and find_xxx functions; generalized itemconfig().
* * Tkinter.py: some tidying up.Guido van Rossum1994-06-212-28/+54
| | | | | | | (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.
* Reformatted using 8-space wide tabsGuido van Rossum1994-06-202-34/+36
|
* * Tkinter.py (Canvas): made create_ methods return the item id;Guido van Rossum1994-06-202-20/+42
| | | | | flatten argument list to _create before passing on to tk.call; _do should return a value.
* Added dictionary mapping names to children, and _name attribute.Guido van Rossum1994-06-202-156/+260
| | | | | | | | | | | | | | | | | 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.