summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Doc/libsocket.tex (subsection{Socket Object Methods}):Guido van Rossum1994-08-052-6/+24
| | | | documented gethostname() and a few misc things
* AttrDialog.py: some structural changesGuido van Rossum1994-08-032-29/+45
| | | | listtree.py: "Print" -> "List" in description
* Use new packing and 'name' in cnf dictGuido van Rossum1994-08-032-6/+10
|
* * tkintermodule.c: OK, I've fixed the "tty" problem. You're rightGuido van Rossum1994-08-031-14/+1
| | | | | no need for the stdin handler, a Tk_DoOneEvent(TK_DONT_WAIT) did the trick. I've included a diff to tkintermodule.c.
* Strange... levels 1 and 2 were never committed?Guido van Rossum1994-08-011-1/+1
|
* Move to revision level 2 (like the other files)Guido van Rossum1994-08-010-0/+0
|
* Merge lost alpha100 revisionGuido van Rossum1994-08-011-3/+3
|
* Merge lost revisions backGuido van Rossum1994-08-016-262/+308
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-0127-1526/+2934
|
* libsocket.tex: send[to] returns nbytes.Guido van Rossum1994-08-016-4/+56
| | | | | libstring.tex: added count(). ref2.tex: new keywords; moved keyword printing program to keywords.py.
* Merge rev alpha100 bck into main trunkGuido van Rossum1994-08-011-497/+1521
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-014-128/+1014
|
* The usualGuido van Rossum1994-08-011-0/+39
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-01176-3596/+5230
|
* Merge changesGuido van Rossum1994-08-011-39/+57
|
* Bring alpha100 revision back to mainlineGuido van Rossum1994-08-011-3/+12
|
* small usage note changeBarry Warsaw1994-07-251-1/+1
|
* small change in messageBarry Warsaw1994-07-251-1/+1
|
* Initial revisionBarry Warsaw1994-07-251-0/+146
|
* Version 1.11 -- added several new answers on design questionsGuido van Rossum1994-07-251-18/+132
|
* * Lib/mhlib.py (removefromallsequences): call putsequences withGuido van Rossum1994-07-141-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.3Guido van Rossum1994-07-142-0/+22
|
* Added some names to Setup.in, and added syslogmodule.c.Guido van Rossum1994-07-141-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 Rossum1994-07-141-1/+149
| | | | configure*: don't check for strtod!
* rtfm.mit.edu IP number; unix.hensa.ac.uk mirror siteGuido van Rossum1994-07-141-3/+4
|
* Made refile work -- basically set exportselection to 0 for list ofGuido van Rossum1994-07-131-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 styleGuido van Rossum1994-07-131-0/+2
|
* Change remote operation -- display the widget tree in a listbox andGuido van Rossum1994-07-131-4/+22
| | | | open relevant dialogs on double click
* Initial revisionGuido van Rossum1994-07-131-0/+36
|
* Added names to demo widgets; added RemoteWidgetDialog.Guido van Rossum1994-07-121-9/+79
|
* Added names to all widgetsGuido van Rossum1994-07-121-12/+26
|
* correct typoGuido van Rossum1994-07-121-1/+1
|
* Complete redesign for more code sharing.Guido van Rossum1994-07-121-101/+177
| | | | Added readonly options, used for .class field.
* read various startup files in Tcl and Python based upon className andGuido van Rossum1994-07-122-2/+46
| | | | baseName.
* Fix bug in At() (Steen)Guido van Rossum1994-07-122-6/+6
|
* Use disabled state to enforce read-only state (bit painful since it meansGuido van Rossum1994-07-121-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 revisionGuido van Rossum1994-07-121-0/+283
|
* Make Pack.newinfo() return a dictGuido van Rossum1994-07-112-2/+20
|
* Add menu to change directories -- also generalize acceptable names from *.nGuido van Rossum1994-07-111-16/+40
| | | | into *.[ln123456789]
* 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
|