Commit Graph

77 Commits

Author SHA1 Message Date
Guido van Rossum b001f7adb1 rearranged modules alphabetically 1992-08-19 16:44:41 +00:00
Guido van Rossum 38fbf52b8e Made module regex optional; added optional module nis. 1992-08-12 15:28:52 +00:00
Guido van Rossum a1ed37cb59 Last-minute changes for release. 1992-08-10 14:55:00 +00:00
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
Guido van Rossum ed233a5696 Changes for new UNIX-specific built-in module 'select' and new header for
interfaces to variants of select() system call, "myselect.h".  This includes
adding fileno() methods to files, sockets and stdwin.
1992-06-23 09:07:03 +00:00
Guido van Rossum c888bf7cae append the default path to $PYTHONPATH; ignore empty $PYTHONPATH.
default DATE is now 3 Jun 1992
1992-06-03 17:05:13 +00:00
Guido van Rossum 178969df92 Added support for CD module 1992-05-15 11:06:12 +00:00
Guido van Rossum d9f5733a92 change the date to say >= 6 Apr 1992 1992-04-08 11:17:17 +00:00
Guido van Rossum bab9d03855 Copyright for 1992 added 1992-04-05 14:26:55 +00:00
Guido van Rossum 450ed49a89 Change versions.
Save argv[0] in global argv0.
1992-01-19 16:27:42 +00:00
Guido van Rossum 9b4e1b36f9 Auto include patchlevel in version.
Replace regexp by regex.
1991-12-30 01:43:49 +00:00
Guido van Rossum 0f1b8063b5 Be vague about default date. 1991-12-16 15:42:11 +00:00
Guido van Rossum aa011411fb Automatically insert the date. 1991-12-16 13:05:20 +00:00
Guido van Rossum 9f462af3af Added global 'version' variable.
Print version and copyright when called interactively.
1991-12-10 13:54:12 +00:00
Guido van Rossum 56a5afc7ea Support JPEG option. 1991-11-12 15:40:36 +00:00
Guido van Rossum 188f832ae6 Added module 'al' (SGI audio library). 1991-09-10 14:55:08 +00:00
Guido van Rossum 3fecef73d9 Added initfl() call when USE_FL is define. 1991-08-16 08:58:56 +00:00
Guido van Rossum 49955ae360 Support socket module 1991-07-01 18:45:17 +00:00
Guido van Rossum 5b02dbc2f8 Simplified STDWIN initialization. 1991-06-07 13:55:41 +00:00
Guido van Rossum 6f7b9598b5 Expoer "marshal" module. 1991-06-04 19:47:46 +00:00
Guido van Rossum ac029489d0 Added pwd and grp modules 1991-04-16 08:39:39 +00:00
Guido van Rossum 2abc7a6a9a Added font manager initialization. 1991-04-03 19:01:18 +00:00
Guido van Rossum f70e43a073 Added copyright notice. 1991-02-19 12:39:46 +00:00
Guido van Rossum 59e53a564c Turned the list of init calls into a table (see import.c). 1991-02-19 12:22:24 +00:00
Guido van Rossum 28a83ab393 Made all configurable options optional (see Makefile). 1991-01-18 15:32:01 +00:00
Guido van Rossum 6607f449be Add backward compatibility with -s.
Add initregexp() call.
1991-01-02 13:50:48 +00:00
Guido van Rossum aec7855227 Initial revision 1990-12-20 23:03:58 +00:00