]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
31 years agoNew patches by Andrew to fix various problems
Guido van Rossum [Fri, 12 Aug 1994 12:52:35 +0000 (12:52 +0000)] 
New patches by Andrew to fix various problems

31 years ago * Objects/classobject.c, Include/classobject.h: added __getattr__
Guido van Rossum [Fri, 12 Aug 1994 12:49:46 +0000 (12:49 +0000)] 
* Objects/classobject.c, Include/classobject.h: added __getattr__
and __setattr__ support to override getattr(x, name) and
setattr(x, name, value) for class instances.  This uses a special
hack whereby the class is supposed to be static: the __getattr__
and __setattr__ methods are looked up only once and saved in the
instance structure for speed

31 years ago * Include/rename1.h: added PyMethodDef and PyObject
Guido van Rossum [Fri, 12 Aug 1994 12:46:05 +0000 (12:46 +0000)] 
* Include/rename1.h: added PyMethodDef and PyObject

31 years agoRewrote sections on GNU readline (now that I'm using 2.0), ftp, and
Guido van Rossum [Fri, 12 Aug 1994 12:45:02 +0000 (12:45 +0000)] 
Rewrote sections on GNU readline (now that I'm using 2.0), ftp, and
mailing list / newsgroup.

31 years ago * tkintermodule.c (*FileHandler): generalize to arbitrary file ids
Guido van Rossum [Tue, 9 Aug 1994 14:15:19 +0000 (14:15 +0000)] 
* tkintermodule.c (*FileHandler): generalize to arbitrary file ids
and objects that hav a fileno() method; fix bug in FileHandler
(should call XDECREF instead of DECREF)

31 years ago * Objects/{int,long,float}object.c, Include/object.h,
Guido van Rossum [Tue, 9 Aug 1994 13:21:54 +0000 (13:21 +0000)] 
* Objects/{int,long,float}object.c, Include/object.h,
Python/bltinmodule.c: mods by Andrew Kuchling to implement
pow(x,y,z) == pow(x,y)%z, but without incurring overflow

31 years agoTree displaying class
Guido van Rossum [Mon, 8 Aug 1994 12:48:36 +0000 (12:48 +0000)] 
Tree displaying class

31 years agoAdd Widget.unbind and {Canvas,Text}.tag_unbind.
Guido van Rossum [Mon, 8 Aug 1994 12:47:33 +0000 (12:47 +0000)] 
Add Widget.unbind and {Canvas,Text}.tag_unbind.
In Widget.__init__, call config only if cnf not empty.

31 years agoLots of small corrections by Andrew Kuchling (plus all new rotor docs)
Guido van Rossum [Mon, 8 Aug 1994 12:30:22 +0000 (12:30 +0000)] 
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)

31 years ago * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added
Guido van Rossum [Mon, 8 Aug 1994 08:06:37 +0000 (08:06 +0000)] 
* Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added
Anthony Baxter's gdbm module (derived from Jack's dbm module)

31 years agoAdded gdbm docs
Guido van Rossum [Mon, 8 Aug 1994 08:03:24 +0000 (08:03 +0000)] 
Added gdbm docs

31 years agoAdded cheatsheet
Guido van Rossum [Fri, 5 Aug 1994 15:57:47 +0000 (15:57 +0000)] 
Added cheatsheet

31 years agoVery useful file!
Guido van Rossum [Fri, 5 Aug 1994 15:57:31 +0000 (15:57 +0000)] 
Very useful file!

31 years agoSome new names...
Guido van Rossum [Fri, 5 Aug 1994 15:56:13 +0000 (15:56 +0000)] 
Some new names...

31 years ago * BUGS: new file (merger of unofficial BUGS1.0.x files)
Guido van Rossum [Fri, 5 Aug 1994 15:51:00 +0000 (15:51 +0000)] 
* BUGS: new file (merger of unofficial BUGS1.0.x files)

* Makefile.in (TAGS): Call etags w/o -t option

31 years ago * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to
Guido van Rossum [Fri, 5 Aug 1994 13:44:50 +0000 (13:44 +0000)] 
* Modules/{Setup.in,Makefile.pre.in}: renamed some modules to
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

31 years ago * Doc/libsocket.tex (subsection{Socket Object Methods}):
Guido van Rossum [Fri, 5 Aug 1994 13:37:36 +0000 (13:37 +0000)] 
* Doc/libsocket.tex (subsection{Socket Object Methods}):
documented gethostname() and a few misc things

31 years agoAttrDialog.py: some structural changes
Guido van Rossum [Wed, 3 Aug 1994 08:10:35 +0000 (08:10 +0000)] 
AttrDialog.py: some structural changes
listtree.py: "Print" -> "List" in description

31 years agoUse new packing and 'name' in cnf dict
Guido van Rossum [Wed, 3 Aug 1994 08:08:26 +0000 (08:08 +0000)] 
Use new packing and 'name' in cnf dict

31 years ago * tkintermodule.c: OK, I've fixed the "tty" problem. You're right
Guido van Rossum [Wed, 3 Aug 1994 08:01:43 +0000 (08:01 +0000)] 
* tkintermodule.c: OK, I've fixed the "tty" problem.  You're right
no need for the stdin handler, a Tk_DoOneEvent(TK_DONT_WAIT) did
the trick.  I've included a diff to tkintermodule.c.

31 years agoStrange... levels 1 and 2 were never committed?
Guido van Rossum [Mon, 1 Aug 1994 13:16:27 +0000 (13:16 +0000)] 
Strange...  levels 1 and 2 were never committed?

31 years agoMove to revision level 2 (like the other files)
Guido van Rossum [Mon, 1 Aug 1994 12:51:49 +0000 (12:51 +0000)] 
Move to revision level 2 (like the other files)

31 years agoMerge lost alpha100 revision
Guido van Rossum [Mon, 1 Aug 1994 12:39:35 +0000 (12:39 +0000)] 
Merge lost alpha100 revision

31 years agoMerge lost revisions back
Guido van Rossum [Mon, 1 Aug 1994 12:38:14 +0000 (12:38 +0000)] 
Merge lost revisions back

31 years agoMerge alpha100 branch back to main trunk
Guido van Rossum [Mon, 1 Aug 1994 12:22:53 +0000 (12:22 +0000)] 
Merge alpha100 branch back to main trunk

31 years agolibsocket.tex: send[to] returns nbytes.
Guido van Rossum [Mon, 1 Aug 1994 12:18:36 +0000 (12:18 +0000)] 
libsocket.tex: send[to] returns nbytes.
libstring.tex: added count().
ref2.tex: new keywords; moved keyword printing program to keywords.py.

31 years agoMerge rev alpha100 bck into main trunk
Guido van Rossum [Mon, 1 Aug 1994 12:15:30 +0000 (12:15 +0000)] 
Merge rev alpha100 bck into main trunk

31 years agoMerge alpha100 branch back to main trunk
Guido van Rossum [Mon, 1 Aug 1994 12:07:07 +0000 (12:07 +0000)] 
Merge alpha100 branch back to main trunk

31 years agoThe usual
Guido van Rossum [Mon, 1 Aug 1994 12:04:41 +0000 (12:04 +0000)] 
The usual

31 years agoMerge alpha100 branch back to main trunk
Guido van Rossum [Mon, 1 Aug 1994 11:34:53 +0000 (11:34 +0000)] 
Merge alpha100 branch back to main trunk

31 years agoMerge changes
Guido van Rossum [Mon, 1 Aug 1994 11:18:30 +0000 (11:18 +0000)] 
Merge changes

31 years agoBring alpha100 revision back to mainline
Guido van Rossum [Mon, 1 Aug 1994 11:00:20 +0000 (11:00 +0000)] 
Bring alpha100 revision back to mainline

31 years agosmall usage note change
Barry Warsaw [Mon, 25 Jul 1994 21:58:11 +0000 (21:58 +0000)] 
small usage note change

31 years agosmall change in message
Barry Warsaw [Mon, 25 Jul 1994 21:57:27 +0000 (21:57 +0000)] 
small change in message

31 years agoInitial revision
Barry Warsaw [Mon, 25 Jul 1994 21:52:13 +0000 (21:52 +0000)] 
Initial revision

31 years agoVersion 1.11 -- added several new answers on design questions
Guido van Rossum [Mon, 25 Jul 1994 14:19:33 +0000 (14:19 +0000)] 
Version 1.11 -- added several new answers on design questions

31 years ago * Lib/mhlib.py (removefromallsequences): call putsequences with
Guido van Rossum [Thu, 14 Jul 1994 14:01:00 +0000 (14:01 +0000)] 
* Lib/mhlib.py (removefromallsequences): call putsequences with
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.

31 years agoACKS: some new names; NEWS: 1.0.3
Guido van Rossum [Thu, 14 Jul 1994 13:57:11 +0000 (13:57 +0000)] 
ACKS: some new names; NEWS: 1.0.3

31 years agoAdded some names to Setup.in, and added syslogmodule.c.
Guido van Rossum [Thu, 14 Jul 1994 13:56:50 +0000 (13:56 +0000)] 
Added some names to Setup.in, and added syslogmodule.c.
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.

31 years agoReleased 1.0.3.
Guido van Rossum [Thu, 14 Jul 1994 13:47:08 +0000 (13:47 +0000)] 
Released 1.0.3.
configure*: don't check for strtod!

31 years agortfm.mit.edu IP number; unix.hensa.ac.uk mirror site
Guido van Rossum [Thu, 14 Jul 1994 12:35:14 +0000 (12:35 +0000)] 
rtfm.mit.edu IP number; unix.hensa.ac.uk mirror site

31 years agoMade refile work -- basically set exportselection to 0 for list of
Guido van Rossum [Wed, 13 Jul 1994 16:53:32 +0000 (16:53 +0000)] 
Made refile work -- basically set exportselection to 0 for list of
folders, then fix minor bugs and remove debug print statement.  Also
needs a fix to mhlib.py

31 years agoAdded comment about need of OO style
Guido van Rossum [Wed, 13 Jul 1994 13:08:01 +0000 (13:08 +0000)] 
Added comment about need of OO style

31 years agoChange remote operation -- display the widget tree in a listbox and
Guido van Rossum [Wed, 13 Jul 1994 12:56:10 +0000 (12:56 +0000)] 
Change remote operation -- display the widget tree in a listbox and
open relevant dialogs on double click

31 years agoInitial revision
Guido van Rossum [Wed, 13 Jul 1994 12:54:42 +0000 (12:54 +0000)] 
Initial revision

31 years agoAdded names to demo widgets; added RemoteWidgetDialog.
Guido van Rossum [Tue, 12 Jul 1994 16:37:21 +0000 (16:37 +0000)] 
Added names to demo widgets; added RemoteWidgetDialog.

31 years agoAdded names to all widgets
Guido van Rossum [Tue, 12 Jul 1994 16:35:35 +0000 (16:35 +0000)] 
Added names to all widgets

31 years agocorrect typo
Guido van Rossum [Tue, 12 Jul 1994 15:55:43 +0000 (15:55 +0000)] 
correct typo

31 years agoComplete redesign for more code sharing.
Guido van Rossum [Tue, 12 Jul 1994 15:53:26 +0000 (15:53 +0000)] 
Complete redesign for more code sharing.
Added readonly options, used for .class field.

31 years agoread various startup files in Tcl and Python based upon className and
Guido van Rossum [Tue, 12 Jul 1994 15:52:32 +0000 (15:52 +0000)] 
read various startup files in Tcl and Python based upon className and
baseName.

31 years agoFix bug in At() (Steen)
Guido van Rossum [Tue, 12 Jul 1994 09:04:41 +0000 (09:04 +0000)] 
Fix bug in At() (Steen)

31 years agoUse disabled state to enforce read-only state (bit painful since it means
Guido van Rossum [Tue, 12 Jul 1994 09:00:42 +0000 (09:00 +0000)] 
Use disabled state to enforce read-only state (bit painful since it means
switching states each time we insert some text but has to be done this way
since else class bindings might allow editing...)

31 years agoInitial revision
Guido van Rossum [Tue, 12 Jul 1994 08:58:25 +0000 (08:58 +0000)] 
Initial revision

31 years agoMake Pack.newinfo() return a dict
Guido van Rossum [Mon, 11 Jul 1994 15:21:31 +0000 (15:21 +0000)] 
Make Pack.newinfo() return a dict

31 years agoAdd menu to change directories -- also generalize acceptable names from *.n
Guido van Rossum [Mon, 11 Jul 1994 13:15:05 +0000 (13:15 +0000)] 
Add menu to change directories -- also generalize acceptable names from *.n
into *.[ln123456789]

31 years agoUse guido's Python
Guido van Rossum [Fri, 8 Jul 1994 15:11:08 +0000 (15:11 +0000)] 
Use guido's Python

31 years agoInitial revision
Guido van Rossum [Fri, 8 Jul 1994 15:08:55 +0000 (15:08 +0000)] 
Initial revision

31 years agoAdapted to new async ManPage interface (kill, busy);
Guido van Rossum [Fri, 8 Jul 1994 14:28:38 +0000 (14:28 +0000)] 
Adapted to new async ManPage interface (kill, busy);
Added case sensitive searching;
Added explicit buttons for man page display and search (in addition to
<Return> and double clicking in the listbox)

31 years agoRewritten somewhat again, distinguished between internal and external
Guido van Rossum [Fri, 8 Jul 1994 14:15:05 +0000 (14:15 +0000)] 
Rewritten somewhat again, distinguished between internal and external
methods (internal ones start with '_'), asynchronous transfers are now
killed synchronously (i.e. after t.kill(), t.busy() is false immediately).

31 years agoAlways insert at 'end'
Guido van Rossum [Fri, 8 Jul 1994 09:17:26 +0000 (09:17 +0000)] 
Always insert at 'end'

31 years agoparsefile() now calls self.update() while filling the buffer,
Guido van Rossum [Fri, 8 Jul 1994 09:14:54 +0000 (09:14 +0000)] 
parsefile() now calls self.update() while filling the buffer,
so you can read the top of the man page while the rest is being parsed

31 years agoAdded _exit and register as Tcl command exit. Micro lay-out fix.
Guido van Rossum [Thu, 7 Jul 1994 13:12:12 +0000 (13:12 +0000)] 
Added _exit and register as Tcl command exit.  Micro lay-out fix.

31 years ago * tkintermodule.c
Guido van Rossum [Thu, 7 Jul 1994 09:25:12 +0000 (09:25 +0000)] 
* tkintermodule.c
 (PyInit_tkinter): Only create stdin file handler when stdin
 is a tty.
 (Tkinter_Cleanup): New function.  This is an exit handler that
 cleanup Tk.

31 years agoTotally changed, now it is actually derived from Text
Guido van Rossum [Wed, 6 Jul 1994 21:54:39 +0000 (21:54 +0000)] 
Totally changed, now it is actually derived from Text
(This breaks something in MimeViewer.py, don't know what yet)

31 years agoDon't use self.text -- it's self now!
Guido van Rossum [Wed, 6 Jul 1994 21:53:18 +0000 (21:53 +0000)] 
Don't use self.text -- it's self now!

31 years agoInitial revision
Guido van Rossum [Wed, 6 Jul 1994 21:17:21 +0000 (21:17 +0000)] 
Initial revision

31 years agotag_remove: add tagName to tk call
Guido van Rossum [Wed, 6 Jul 1994 21:16:58 +0000 (21:16 +0000)] 
tag_remove: add tagName to tk call

31 years agoAdded bind and tag_config methods; minor lay-out change
Guido van Rossum [Wed, 6 Jul 1994 21:15:27 +0000 (21:15 +0000)] 
Added bind and tag_config methods; minor lay-out change

31 years agoRemove garbage '+ ' and reformat tag_delete function budy
Guido van Rossum [Wed, 6 Jul 1994 10:20:11 +0000 (10:20 +0000)] 
Remove garbage '+ ' and reformat tag_delete function budy

31 years ago * ScrolledText.py: added some more methods of Text (This should
Guido van Rossum [Wed, 6 Jul 1994 09:28:21 +0000 (09:28 +0000)] 
* ScrolledText.py: added some more methods of Text (This should
really be done differently, e.g. by deriving from the Text class.)

31 years agoMisc changes by Steen
Guido van Rossum [Wed, 6 Jul 1994 09:27:00 +0000 (09:27 +0000)] 
Misc changes by Steen

31 years ago * kill.py: Don't use the exec Tcl command.
Guido van Rossum [Wed, 6 Jul 1994 09:26:20 +0000 (09:26 +0000)] 
* kill.py: Don't use the exec Tcl command.

31 years agoTue Jul 5 13:22:45 1994 (lumholt@login.dkuug.dk)
Guido van Rossum [Wed, 6 Jul 1994 09:23:20 +0000 (09:23 +0000)] 
Tue Jul  5 13:22:45 1994    (lumholt@login.dkuug.dk)

* 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.

31 years ago...
Guido van Rossum [Mon, 4 Jul 1994 22:15:27 +0000 (22:15 +0000)] 
...

31 years ago* Lib/urllib.py: implemented new quoting rules; added splituser,
Guido van Rossum [Mon, 4 Jul 1994 22:14:49 +0000 (22:14 +0000)] 
* Lib/urllib.py: implemented new quoting rules; added splituser,
splitpasswd, splitattr, splitvalue; new ftp syntax (user:passwd,
cwd to each subdir, type={a,i,d})

31 years agoMon Jul 4 12:42:04 1994 Guido van Rossum (guido@voorn.cwi.nl)
Guido van Rossum [Mon, 4 Jul 1994 10:48:25 +0000 (10:48 +0000)] 
Mon Jul  4 12:42:04 1994  Guido van Rossum  (guido@voorn.cwi.nl)

* 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

31 years agoNew module, formats traceback just like the C code does
Guido van Rossum [Fri, 1 Jul 1994 15:36:46 +0000 (15:36 +0000)] 
New module, formats traceback just like the C code does

31 years ago* Makefile.in (Makefile): add dependency on config.status
Guido van Rossum [Fri, 1 Jul 1994 15:28:52 +0000 (15:28 +0000)] 
* Makefile.in (Makefile): add dependency on config.status
* configure.in: support --with-gcc[=value], --without-gcc
* configure.in, acconfig.h, config.h.in: check for clock_t

31 years agoconfigure: libtermcap hack; ChangeLog: the usual...
Guido van Rossum [Wed, 29 Jun 1994 09:11:20 +0000 (09:11 +0000)] 
configure: libtermcap hack; ChangeLog: the usual...

31 years agoInitial revision
Guido van Rossum [Tue, 28 Jun 1994 13:52:31 +0000 (13:52 +0000)] 
Initial revision

31 years agoLots of new stuff
Guido van Rossum [Tue, 28 Jun 1994 13:48:26 +0000 (13:48 +0000)] 
Lots of new stuff

31 years agowait_{variable,window,visibility}
Guido van Rossum [Mon, 27 Jun 1994 23:15:31 +0000 (23:15 +0000)] 
wait_{variable,window,visibility}
register = _register

31 years agoReplace <MacHeaders> by specific required header files
Guido van Rossum [Mon, 27 Jun 1994 15:25:12 +0000 (15:25 +0000)] 
Replace <MacHeaders> by specific required header files

31 years agoChange include path for unixemu headers; rename access to access_
Guido van Rossum [Mon, 27 Jun 1994 15:24:53 +0000 (15:24 +0000)] 
Change include path for unixemu headers; rename access to access_

31 years agoInitial revision
Guido van Rossum [Mon, 27 Jun 1994 08:00:16 +0000 (08:00 +0000)] 
Initial revision

31 years ago * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.
Guido van Rossum [Mon, 27 Jun 1994 07:59:42 +0000 (07:59 +0000)] 
* tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.
* 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.

31 years agoRedo these changes:
Guido van Rossum [Mon, 27 Jun 1994 07:55:59 +0000 (07:55 +0000)] 
Redo these changes:
(Menu.index): return int or None, not string
(Widget.__getitem__): use splitlist, not split

31 years agoSun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk)
Guido van Rossum [Mon, 27 Jun 1994 07:55:12 +0000 (07:55 +0000)] 
Sun Jun 26 02:19:01 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* 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.

31 years ago (Menu.index): return int or None, not string
Guido van Rossum [Mon, 27 Jun 1994 07:48:37 +0000 (07:48 +0000)] 
(Menu.index): return int or None, not string
(Widget.__getitem__): use splitlist, not split

31 years agolots of new changes committed again...
Guido van Rossum [Thu, 23 Jun 1994 12:45:42 +0000 (12:45 +0000)] 
lots of new changes committed again...

31 years agonew versions derived from new acconfig.h and new configure.in
Guido van Rossum [Thu, 23 Jun 1994 12:45:20 +0000 (12:45 +0000)] 
new versions derived from new acconfig.h and new configure.in

31 years agochanged GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG
Guido van Rossum [Thu, 23 Jun 1994 12:17:51 +0000 (12:17 +0000)] 
changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG

31 years agodocumented writelines()
Guido van Rossum [Thu, 23 Jun 1994 12:14:07 +0000 (12:14 +0000)] 
documented writelines()

31 years agoclarify the meaning of address for those methods that or return addresses
Guido van Rossum [Thu, 23 Jun 1994 12:13:52 +0000 (12:13 +0000)] 
clarify the meaning of address for those methods that or return addresses

31 years agomhlib.py: new interface to MH folders and messages
Guido van Rossum [Thu, 23 Jun 1994 12:06:02 +0000 (12:06 +0000)] 
mhlib.py: new interface to MH folders and messages
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

31 years agoTwo new generally useful modules: types defines names for all built-in types,
Guido van Rossum [Thu, 23 Jun 1994 11:53:27 +0000 (11:53 +0000)] 
Two new generally useful modules: types defines names for all built-in types,
StringIO implements pseudo files writing into and reading from strings.

31 years agoCompanion module for new profile.py
Guido van Rossum [Thu, 23 Jun 1994 11:42:52 +0000 (11:42 +0000)] 
Companion module for new profile.py

31 years ago* Modules/signalmodule.c: added thread compatibility (only main
Guido van Rossum [Thu, 23 Jun 1994 11:25:45 +0000 (11:25 +0000)] 
* Modules/signalmodule.c: added thread compatibility (only main
thread uses signals); much improved efficiency; intrcheck()
doesn't call sigcheck() but only tests and clears the SIGINT
tripped flag.

31 years agoSplit pwd in pwd and grp; added imgformat (by Jack)
Guido van Rossum [Thu, 23 Jun 1994 11:15:44 +0000 (11:15 +0000)] 
Split pwd in pwd and grp; added imgformat (by Jack)

31 years agoDon't include intrcheck.h
Guido van Rossum [Thu, 23 Jun 1994 09:50:58 +0000 (09:50 +0000)] 
Don't include intrcheck.h