Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 27 | -1526/+2934 |
| | |||||
* | libsocket.tex: send[to] returns nbytes. | Guido van Rossum | 1994-08-01 | 6 | -4/+56 |
| | | | | | libstring.tex: added count(). ref2.tex: new keywords; moved keyword printing program to keywords.py. | ||||
* | Merge rev alpha100 bck into main trunk | Guido van Rossum | 1994-08-01 | 1 | -497/+1521 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 4 | -128/+1014 |
| | |||||
* | The usual | Guido van Rossum | 1994-08-01 | 1 | -0/+39 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 176 | -3596/+5230 |
| | |||||
* | Merge changes | Guido van Rossum | 1994-08-01 | 1 | -39/+57 |
| | |||||
* | Bring alpha100 revision back to mainline | Guido van Rossum | 1994-08-01 | 1 | -3/+12 |
| | |||||
* | small usage note change | Barry Warsaw | 1994-07-25 | 1 | -1/+1 |
| | |||||
* | small change in message | Barry Warsaw | 1994-07-25 | 1 | -1/+1 |
| | |||||
* | Initial revision | Barry Warsaw | 1994-07-25 | 1 | -0/+146 |
| | |||||
* | Version 1.11 -- added several new answers on design questions | Guido van Rossum | 1994-07-25 | 1 | -18/+132 |
| | |||||
* | * Lib/mhlib.py (removefromallsequences): call putsequences with | Guido van Rossum | 1994-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | proper argument * Lib/{bdb,cmd,pdb}.py: Mods by Rickard Westman: No longer barfs on lambda:s (outputs "<lambda>" as the function name); "a(rgs)" in pdb now works; help messages added to pdb (lifted from pdb.doc). Also, "h pdb" calls pdb.help(). cmd.do_help() displays topics on a nicer way (I think). Also, topics for which there is a help_ method, but no do_method (like "pdb" above) are displayed in a special way. My own mod: fix break on function to also support methods. | ||||
* | ACKS: some new names; NEWS: 1.0.3 | Guido van Rossum | 1994-07-14 | 2 | -0/+22 |
| | |||||
* | Added some names to Setup.in, and added syslogmodule.c. | Guido van Rossum | 1994-07-14 | 1 | -0/+199 |
| | | | | | | posixmodule.c: use pclose, not fclose! selectmodule.c: trap negative fileno's, change some error messages. stropmodule.c: change semantics of rindex to match string.py. | ||||
* | Released 1.0.3. | Guido van Rossum | 1994-07-14 | 1 | -1/+149 |
| | | | | configure*: don't check for strtod! | ||||
* | rtfm.mit.edu IP number; unix.hensa.ac.uk mirror site | Guido van Rossum | 1994-07-14 | 1 | -3/+4 |
| | |||||
* | Made refile work -- basically set exportselection to 0 for list of | Guido van Rossum | 1994-07-13 | 1 | -8/+5 |
| | | | | | folders, then fix minor bugs and remove debug print statement. Also needs a fix to mhlib.py | ||||
* | Added comment about need of OO style | Guido van Rossum | 1994-07-13 | 1 | -0/+2 |
| | |||||
* | Change remote operation -- display the widget tree in a listbox and | Guido van Rossum | 1994-07-13 | 1 | -4/+22 |
| | | | | open relevant dialogs on double click | ||||
* | Initial revision | Guido van Rossum | 1994-07-13 | 1 | -0/+36 |
| | |||||
* | Added names to demo widgets; added RemoteWidgetDialog. | Guido van Rossum | 1994-07-12 | 1 | -9/+79 |
| | |||||
* | Added names to all widgets | Guido van Rossum | 1994-07-12 | 1 | -12/+26 |
| | |||||
* | correct typo | Guido van Rossum | 1994-07-12 | 1 | -1/+1 |
| | |||||
* | Complete redesign for more code sharing. | Guido van Rossum | 1994-07-12 | 1 | -101/+177 |
| | | | | Added readonly options, used for .class field. | ||||
* | read various startup files in Tcl and Python based upon className and | Guido van Rossum | 1994-07-12 | 2 | -2/+46 |
| | | | | baseName. | ||||
* | Fix bug in At() (Steen) | Guido van Rossum | 1994-07-12 | 2 | -6/+6 |
| | |||||
* | Use disabled state to enforce read-only state (bit painful since it means | Guido van Rossum | 1994-07-12 | 1 | -27/+19 |
| | | | | | switching states each time we insert some text but has to be done this way since else class bindings might allow editing...) | ||||
* | Initial revision | Guido van Rossum | 1994-07-12 | 1 | -0/+283 |
| | |||||
* | Make Pack.newinfo() return a dict | Guido van Rossum | 1994-07-11 | 2 | -2/+20 |
| | |||||
* | Add menu to change directories -- also generalize acceptable names from *.n | Guido van Rossum | 1994-07-11 | 1 | -16/+40 |
| | | | | into *.[ln123456789] | ||||
* | Use guido's Python | Guido van Rossum | 1994-07-08 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-07-08 | 1 | -0/+144 |
| | |||||
* | Adapted to new async ManPage interface (kill, busy); | Guido van Rossum | 1994-07-08 | 1 | -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 external | Guido van Rossum | 1994-07-08 | 1 | -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 Rossum | 1994-07-08 | 1 | -3/+3 |
| | |||||
* | parsefile() now calls self.update() while filling the buffer, | Guido van Rossum | 1994-07-08 | 1 | -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 Rossum | 1994-07-07 | 2 | -4/+12 |
| | |||||
* | * tkintermodule.c | Guido van Rossum | 1994-07-07 | 1 | -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 Text | Guido van Rossum | 1994-07-06 | 2 | -62/+40 |
| | | | | (This breaks something in MimeViewer.py, don't know what yet) | ||||
* | Don't use self.text -- it's self now! | Guido van Rossum | 1994-07-06 | 1 | -18/+18 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-07-06 | 2 | -0/+332 |
| | |||||
* | tag_remove: add tagName to tk call | Guido van Rossum | 1994-07-06 | 2 | -2/+2 |
| | |||||
* | Added bind and tag_config methods; minor lay-out change | Guido van Rossum | 1994-07-06 | 2 | -4/+6 |
| | |||||
* | Remove garbage '+ ' and reformat tag_delete function budy | Guido van Rossum | 1994-07-06 | 2 | -6/+4 |
| | |||||
* | * ScrolledText.py: added some more methods of Text (This should | Guido van Rossum | 1994-07-06 | 2 | -0/+20 |
| | | | | really be done differently, e.g. by deriving from the Text class.) | ||||
* | Misc changes by Steen | Guido van Rossum | 1994-07-06 | 1 | -6/+5 |
| | |||||
* | * kill.py: Don't use the exec Tcl command. | Guido van Rossum | 1994-07-06 | 1 | -6/+7 |
| | |||||
* | Tue Jul 5 13:22:45 1994 (lumholt@login.dkuug.dk) | Guido van Rossum | 1994-07-06 | 2 | -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 Rossum | 1994-07-04 | 1 | -1/+22 |
| |