summaryrefslogtreecommitdiffstats
path: root/Modules/config.c.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Made module regex optional; added optional module nis.Guido van Rossum1992-08-121-2/+14
|
* Last-minute changes for release.Guido van Rossum1992-08-101-1/+1
|
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-7/+9
| | | | | | | | | | | * 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
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-231-1/+3
| | | | | interfaces to variants of select() system call, "myselect.h". This includes adding fileno() methods to files, sockets and stdwin.
* append the default path to $PYTHONPATH; ignore empty $PYTHONPATH.Guido van Rossum1992-06-031-5/+19
| | | | default DATE is now 3 Jun 1992
* Added support for CD moduleGuido van Rossum1992-05-151-0/+7
|
* change the date to say >= 6 Apr 1992Guido van Rossum1992-04-081-1/+1
|
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
|
* Change versions.Guido van Rossum1992-01-191-2/+6
| | | | Save argv[0] in global argv0.
* Auto include patchlevel in version.Guido van Rossum1991-12-301-5/+7
| | | | Replace regexp by regex.
* Be vague about default date.Guido van Rossum1991-12-161-1/+1
|
* Automatically insert the date.Guido van Rossum1991-12-161-2/+13
|
* Added global 'version' variable.Guido van Rossum1991-12-101-0/+7
| | | | Print version and copyright when called interactively.
* Support JPEG option.Guido van Rossum1991-11-121-0/+7
|
* Added module 'al' (SGI audio library).Guido van Rossum1991-09-101-0/+7
|
* Added initfl() call when USE_FL is define.Guido van Rossum1991-08-161-0/+6
|
* Support socket moduleGuido van Rossum1991-07-011-0/+7
|
* Simplified STDWIN initialization.Guido van Rossum1991-06-071-49/+4
|
* Expoer "marshal" module.Guido van Rossum1991-06-041-0/+3
|
* Added pwd and grp modulesGuido van Rossum1991-04-161-0/+4
|
* Added font manager initialization.Guido van Rossum1991-04-031-0/+6
|
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
|
* Turned the list of init calls into a table (see import.c).Guido van Rossum1991-02-191-25/+77
|
* Made all configurable options optional (see Makefile).Guido van Rossum1991-01-181-5/+16
|
* Add backward compatibility with -s.Guido van Rossum1991-01-021-1/+8
| | | | Add initregexp() call.
* Initial revisionGuido van Rossum1990-12-201-0/+86