Go to file
Guido van Rossum 1984f1e1c6 * Makefile adapted to changes below.
* split pythonmain.c in two: most stuff goes to pythonrun.c, in the library.
* new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}.
* new module from Sjoerd: mmmodule.c (dynamically loaded).
* new module from Sjoerd: sv (svgen.py, svmodule.c.proto).
* new files thread.{c,h} (from Sjoerd).
* new xxmodule.c (example only).
* myselect.h: bzero -> memset
* select.c: bzero -> memset; removed global variable
1992-08-04 12:41:02 +00:00
Demo Initial revision 1992-07-07 09:11:53 +00:00
Doc > * Makefile: always create .ps files; add qua to 'all' target; 1992-07-07 09:06:34 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * Makefile adapted to changes below. 1992-08-04 12:41:02 +00:00
Lib New module to support decoding multipart messages (also see mimetools). 1992-07-13 14:40:45 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * Makefile adapted to changes below. 1992-08-04 12:41:02 +00:00
Objects * Makefile adapted to changes below. 1992-08-04 12:41:02 +00:00
Parser Copyright for 1992 added 1992-04-05 14:26:55 +00:00
Python * Makefile adapted to changes below. 1992-08-04 12:41:02 +00:00
Tools/scripts Fix regexp recognizing comments to cope with unterminated comments. 1992-06-05 15:13:53 +00:00