Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add $PYTHONSTARTUP feature. | Guido van Rossum | 1992-09-03 | 1 | -0/+10 |
| | |||||
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * socketmodule.c: get rid of makepair(); fix makesocketaddr to fix broken recvfrom() * socketmodule: get rid of getStrarg() * ceval.h: move eval_code() to new file eval.h, so compile.h is no longer needed. * ceval.c: move thread comments to ceval.h; always make save/restore thread functions available (for dynloaded modules) * cdmodule.c, listobject.c: don't include compile.h * flmodule.c: include ceval.h * import.c: include eval.h instead of ceval.h * cgen.py: add forground(); noport(); winopen(""); to initgl(). * bltinmodule.c, socketmodule.c, fileobject.c, posixmodule.c, selectmodule.c: adapt to threads (add BGN/END SAVE macros) * stdwinmodule.c: adapt to threads and use a special stdwin lock. * pythonmain.c: don't include getpythonpath(). * pythonrun.c: use BGN/END SAVE instead of direct calls; also more BGN/END SAVE calls etc. * thread.c: bigger stack size for sun; change exit() to _exit() * threadmodule.c: use BGN/END SAVE macros where possible * timemodule.c: adapt better to threads; use BGN/END SAVE; add longsleep internal function if BSD_TIME; cosmetics | ||||
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 1 | -381/+3 |
| | | | | | | | | | | | * 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 | ||||
* | Removed confusing, incorrect comment. | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |
| | |||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | Add -v option (verbose) and get rid of finaloutput() function (unused) | Guido van Rossum | 1992-03-27 | 1 | -11/+8 |
| | |||||
* | Set sys.last_{type,value} to characteristics of last unhandled exception. | Guido van Rossum | 1992-03-04 | 1 | -0/+2 |
| | |||||
* | Get rid of "Unhandled exception: " altogether. | Guido van Rossum | 1992-02-05 | 1 | -3/+0 |
| | |||||
* | Don't print "Unhandled exception: " when one occurs -- just print its name. | Guido van Rossum | 1992-01-27 | 1 | -0/+2 |
| | |||||
* | Added -d option (increments debugging variable); mostly to get rid | Guido van Rossum | 1992-01-19 | 1 | -3/+5 |
| | | | | of a compiler warning. | ||||
* | Don't depend on patchlevel.h. | Guido van Rossum | 1992-01-14 | 1 | -2/+0 |
| | |||||
* | Stop option processing immediately after "-c command", | Guido van Rossum | 1992-01-02 | 1 | -12/+13 |
| | | | | leaving additional options for the command to handle. | ||||
* | Catch SystemExit and go away if it is caught. | Guido van Rossum | 1991-12-31 | 1 | -0/+11 |
| | |||||
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -2/+4 |
| | |||||
* | Add run_command() to implement "-c command". | Guido van Rossum | 1991-06-07 | 1 | -9/+73 |
| | |||||
* | Removed Think C 3.0 stuff and wish list. | Guido van Rossum | 1991-06-04 | 1 | -34/+1 |
| | |||||
* | Move allobjects.h to front (needed by THINK C precompiled headers) | Guido van Rossum | 1991-04-16 | 1 | -2/+2 |
| | |||||
* | Added isatty() for MPW. | Guido van Rossum | 1991-04-04 | 1 | -0/+10 |
| | |||||
* | Include patchlevel.h (to ensure it is distributed with the rest). | Guido van Rossum | 1991-03-06 | 1 | -0/+2 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | Changes for THINK C 4.0. | Guido van Rossum | 1990-12-20 | 1 | -9/+11 |
| | | | | Don't call inittime() and initmath(), let config_*.c decide about those. | ||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -74/+321 |
| | |||||
* | Some extra DECREFs. | Guido van Rossum | 1990-11-18 | 1 | -3/+9 |
| | |||||
* | Moved configuration-dependent initializations (etc.) to config_*.c | Guido van Rossum | 1990-11-18 | 1 | -154/+9 |
| | |||||
* | Call asa_done() in goaway(). | Guido van Rossum | 1990-10-14 | 1 | -0/+7 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+297 |