Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added | Guido van Rossum | 1994-08-08 | 2 | -1/+284 |
| | | | | Anthony Baxter's gdbm module (derived from Jack's dbm module) | ||||
* | Added gdbm docs | Guido van Rossum | 1994-08-08 | 4 | -0/+62 |
| | |||||
* | Added cheatsheet | Guido van Rossum | 1994-08-05 | 1 | -0/+1 |
| | |||||
* | Very useful file! | Guido van Rossum | 1994-08-05 | 1 | -0/+541 |
| | |||||
* | Some new names... | Guido van Rossum | 1994-08-05 | 1 | -0/+3 |
| | |||||
* | * BUGS: new file (merger of unofficial BUGS1.0.x files) | Guido van Rossum | 1994-08-05 | 4 | -3/+194 |
| | | | | * Makefile.in (TAGS): Call etags w/o -t option | ||||
* | * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to | Guido van Rossum | 1994-08-05 | 5 | -10/+21 |
| | | | | | | | | | | shorter names (dropped the "module" from the name): sunaudiodev, imgformat, audioop, imageop, imgfile * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do the right thing (i.e. return 3 instead of 0) * Modules/socketmodule.c: disabled allowbroadcast() socket method | ||||
* | * Doc/libsocket.tex (subsection{Socket Object Methods}): | Guido van Rossum | 1994-08-05 | 2 | -6/+24 |
| | | | | documented gethostname() and a few misc things | ||||
* | AttrDialog.py: some structural changes | Guido van Rossum | 1994-08-03 | 2 | -29/+45 |
| | | | | listtree.py: "Print" -> "List" in description | ||||
* | Use new packing and 'name' in cnf dict | Guido van Rossum | 1994-08-03 | 2 | -6/+10 |
| | |||||
* | * tkintermodule.c: OK, I've fixed the "tty" problem. You're right | Guido van Rossum | 1994-08-03 | 1 | -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 Rossum | 1994-08-01 | 1 | -1/+1 |
| | |||||
* | Move to revision level 2 (like the other files) | Guido van Rossum | 1994-08-01 | 0 | -0/+0 |
| | |||||
* | Merge lost alpha100 revision | Guido van Rossum | 1994-08-01 | 1 | -3/+3 |
| | |||||
* | Merge lost revisions back | Guido van Rossum | 1994-08-01 | 6 | -262/+308 |
| | |||||
* | 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). |