Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redo these changes: | Guido van Rossum | 1994-06-27 | 2 | -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 Rossum | 1994-06-27 | 2 | -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 string | Guido van Rossum | 1994-06-27 | 2 | -4/+8 |
| | | | | (Widget.__getitem__): use splitlist, not split | ||||
* | mhlib.py: new interface to MH folders and messages | Guido van Rossum | 1994-06-23 | 1 | -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 Rossum | 1994-06-23 | 2 | -0/+173 |
| | | | | StringIO implements pseudo files writing into and reading from strings. | ||||
* | Companion module for new profile.py | Guido van Rossum | 1994-06-23 | 1 | -0/+535 |
| | |||||
* | * Tkinter.py | Guido van Rossum | 1994-06-23 | 2 | -12/+102 |
| | | | | | | (Widget): generalized config(); added keys(). (Canvas): added addtag_xxx and find_xxx functions; generalized itemconfig(). | ||||
* | * Tkinter.py: some tidying up. | Guido van Rossum | 1994-06-21 | 2 | -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 tabs | Guido van Rossum | 1994-06-20 | 2 | -34/+36 |
| | |||||
* | * Tkinter.py (Canvas): made create_ methods return the item id; | Guido van Rossum | 1994-06-20 | 2 | -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 Rossum | 1994-06-20 | 2 | -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. | ||||
* | Added getdouble, getboolean. | Guido van Rossum | 1994-06-20 | 2 | -22/+20 |
| | | | | | | Removed redundant global statements getboolean returns None if argument is empty AtInsert() concatenates optional arguments after 'insert' | ||||
* | Added getvar, getint, lower, tkraise==lift to Misc class | Guido van Rossum | 1994-06-20 | 2 | -0/+20 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-06-20 | 6 | -0/+2048 |
| | |||||
* | Constants from <sys/wait.h> (IRIX 5 version) | Guido van Rossum | 1994-06-03 | 2 | -0/+28 |
| | |||||
* | added barrier test (by Tim Peters) | Guido van Rossum | 1994-05-23 | 1 | -2/+67 |
| | |||||
* | dospath: fix by Amrit (don't normalize glob patterns away) | Guido van Rossum | 1994-05-23 | 1 | -1/+7 |
| | | | | ftplib: get rid of non-auto port assignment | ||||
* | Generate some files automatically from system files | Guido van Rossum | 1994-05-23 | 2 | -0/+20 |
| | |||||
* | Changes by Jaap -- added 'fileopen' method | Guido van Rossum | 1994-05-18 | 1 | -17/+46 |
| | |||||
* | New module by Jaap V | Guido van Rossum | 1994-05-18 | 1 | -0/+178 |
| | |||||
* | Script to regenerate FCNTL.py, IN.py, SOCKET.py | Guido van Rossum | 1994-05-17 | 2 | -0/+22 |
| | |||||
* | Changes to use default argument values where possible | Guido van Rossum | 1994-05-06 | 4 | -29/+13 |
| | |||||
* | Module to lock open files using fcntl() | Guido van Rossum | 1994-05-03 | 2 | -0/+30 |
| | |||||
* | Jack's module for parsing UNIX mailbox files | Guido van Rossum | 1994-04-28 | 1 | -0/+137 |
| | |||||
* | Added tests for missing host to open_http and open_gopher | Guido van Rossum | 1994-04-18 | 1 | -0/+2 |
| | |||||
* | Module to test threads | Guido van Rossum | 1994-04-14 | 1 | -0/+41 |
| | |||||
* | Renamed urlopen.py to urllib.py. | Guido van Rossum | 1994-03-22 | 1 | -0/+454 |
| | |||||
* | Use float constants directly; cosmetic changes; initialize largest | Guido van Rossum | 1994-03-15 | 1 | -22/+33 |
| | | | | correctly; allow test(N) to set number of calls in the tests. | ||||
* | Added gauss() (same as normal but twice as fast) and betavariate(); | Guido van Rossum | 1994-03-09 | 1 | -6/+47 |
| | | | | print more statistics in test_generator() | ||||
* | Random variable generators | Guido van Rossum | 1994-03-09 | 1 | -0/+212 |
| | |||||
* | Search for test files in sys.path | Guido van Rossum | 1994-03-09 | 1 | -0/+10 |
| | |||||
* | urlopen: add basejoin() function. | Guido van Rossum | 1994-03-07 | 3 | -0/+156 |
| | | | | addpack: new module to add packages to sys.path. | ||||
* | avoid crash in open_ftp when no host in url | Guido van Rossum | 1994-03-04 | 1 | -0/+1 |
| | |||||
* | use caching of temp files; added cleanup | Guido van Rossum | 1994-03-02 | 1 | -8/+18 |
| | |||||
* | Added __repr__ to addbase class; delete more objects | Guido van Rossum | 1994-02-24 | 1 | -6/+10 |
| | |||||
* | Added __del__(), close(), cleanup(), retrieve() and open_local_file() | Guido van Rossum | 1994-02-24 | 1 | -18/+90 |
| | |||||
* | Added ntpath.py (for os.py when used with Windows NT) | Guido van Rossum | 1994-02-24 | 1 | -0/+348 |
| | |||||
* | Redesigned as a class | Guido van Rossum | 1994-02-22 | 1 | -114/+193 |
| | |||||
* | Fix bug with somtimes uninitialized port | Guido van Rossum | 1994-02-22 | 1 | -1/+2 |
| | |||||
* | Towards a standard access mechanism for URLs. | Guido van Rossum | 1994-02-21 | 3 | -0/+546 |
| | |||||
* | aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: | Guido van Rossum | 1994-02-15 | 2 | -0/+907 |
| | | | | | date and addr parsing; string: force result of atof to float and support atoi, atol, atof in strop; tzparcs: don't call test(). | ||||
* | wave.py: module to read and write .wav files with the same interface | Sjoerd Mullender | 1994-02-03 | 1 | -2/+2 |
| | | | | | as aifc.py and sunau.py. sunau.py: small change in comment (au -> sunau). | ||||
* | Use __builtin__ instead of builtin | Guido van Rossum | 1994-01-28 | 2 | -7/+7 |
| | |||||
* | aifc.py: framerate should be an int. | Sjoerd Mullender | 1994-01-28 | 2 | -2/+2 |
| | | | | | sunau.py: should convert number of frames correctly to number of bytes when reading. | ||||
* | sndhdr.py: restored lost file; audiodev.py: import platform specific | Guido van Rossum | 1994-01-14 | 1 | -0/+270 |
| | | | | modules only when needed | ||||
* | Add test code for audioop and rgbimg (includes three binary files!) | Guido van Rossum | 1994-01-12 | 5 | -0/+405 |
| | |||||
* | Removed now useless convert functions. | Sjoerd Mullender | 1994-01-06 | 1 | -12/+0 |
| | |||||
* | Removed silly dependence on AL module. | Sjoerd Mullender | 1994-01-06 | 1 | -54/+31 |
| | |||||
* | Added Makefile with clean and clobber targets | Guido van Rossum | 1994-01-04 | 1 | -0/+12 |
| | |||||
* | Specified _framesize twice in access statement. | Sjoerd Mullender | 1994-01-03 | 1 | -1/+1 |
| |