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
138e6bf66e
Removed confusing, incorrect comment.
1992-06-03 17:08:15 +00:00
Guido van Rossum
bab9d03855
Copyright for 1992 added
1992-04-05 14:26:55 +00:00
Guido van Rossum
e3d7045e47
Add -v option (verbose) and get rid of finaloutput() function (unused)
1992-03-27 17:21:30 +00:00
Guido van Rossum
c4adc83378
Set sys.last_{type,value} to characteristics of last unhandled exception.
1992-03-04 16:39:39 +00:00
Guido van Rossum
4ddf8cc408
Get rid of "Unhandled exception: " altogether.
1992-02-05 11:16:28 +00:00
Guido van Rossum
cb4eeddeea
Don't print "Unhandled exception: " when one occurs -- just print its name.
1992-01-27 16:48:10 +00:00
Guido van Rossum
8401e5678c
Added -d option (increments debugging variable); mostly to get rid
...
of a compiler warning.
1992-01-19 16:48:36 +00:00
Guido van Rossum
cc59e94899
Don't depend on patchlevel.h.
1992-01-14 18:40:47 +00:00
Guido van Rossum
46b1638044
Stop option processing immediately after "-c command",
...
leaving additional options for the command to handle.
1992-01-02 16:16:18 +00:00
Guido van Rossum
a534ed3ee7
Catch SystemExit and go away if it is caught.
1991-12-31 13:14:48 +00:00
Guido van Rossum
d783a46d73
printobject now returns an error code
1991-06-07 22:35:42 +00:00
Guido van Rossum
689e701919
Add run_command() to implement "-c command".
1991-06-07 13:59:53 +00:00
Guido van Rossum
2cfd356f0a
Removed Think C 3.0 stuff and wish list.
1991-06-04 19:38:58 +00:00
Guido van Rossum
a5900aa549
Move allobjects.h to front (needed by THINK C precompiled headers)
1991-04-16 08:42:06 +00:00
Guido van Rossum
e6c67a7263
Added isatty() for MPW.
1991-04-04 10:47:59 +00:00
Guido van Rossum
e7ef22ef41
Include patchlevel.h (to ensure it is distributed with the rest).
1991-03-06 13:09:35 +00:00
Guido van Rossum
f70e43a073
Added copyright notice.
1991-02-19 12:39:46 +00:00
Guido van Rossum
6c4f4a92ac
Changes for THINK C 4.0.
...
Don't call inittime() and initmath(), let config_*.c decide about those.
1990-12-20 23:11:33 +00:00
Guido van Rossum
3f5da24ea3
"Compiling" version
1990-12-20 15:06:42 +00:00
Guido van Rossum
c6aa9e90ad
Some extra DECREFs.
1990-11-18 17:40:32 +00:00
Guido van Rossum
da0c6bdfe3
Moved configuration-dependent initializations (etc.) to config_*.c
1990-11-18 17:28:24 +00:00
Guido van Rossum
536d5d3523
Call asa_done() in goaway().
1990-10-14 20:05:00 +00:00
Guido van Rossum
85a5fbbdfe
Initial revision
1990-10-14 12:07:46 +00:00