Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -65/+65 |
| | |||||
* | Add setsockopt...SO_REUSEADDR to avoid stupid waiting when killing and | Guido van Rossum | 1997-12-25 | 1 | -1/+5 |
| | | | | restarting the server. | ||||
* | Use a counter instead of a Boolean to check for initialized; n calls | Guido van Rossum | 1997-08-20 | 1 | -0/+2 |
| | | | | to Py_Initialize will be undone by n calls to Py_Uninitialize. | ||||
* | Added (commented-out) defs for use with the build tree instead of the | Guido van Rossum | 1997-08-14 | 1 | -3/+10 |
| | | | | installed version. | ||||
* | Print ps (process status) for us when starting a new thread. | Guido van Rossum | 1997-08-02 | 1 | -9/+40 |
| | | | | | | | | | | Even less shuffling of stdout (only at start of new interpreter). Interact properly with new interpreter initialization conventions (must use Py_Initialize/Py_Finalize *and* Py_NewInterpreter/Py_EndInterpreter). Probably more minor changes. | ||||
* | Use Py_NewInterpreter() and friends. Remove saving/restoring of std files. | Guido van Rossum | 1997-07-25 | 1 | -22/+16 |
| | |||||
* | Some improvements, e.g. -L/depot/... is not needed. | Guido van Rossum | 1997-07-19 | 1 | -8/+5 |
| | |||||
* | Added leading comment and security check. | Guido van Rossum | 1997-07-19 | 1 | -5/+28 |
| | |||||
* | Reformulate security check using getsockname(). | Guido van Rossum | 1997-07-19 | 1 | -3/+4 |
| | |||||
* | Change security policy -- only accept requests from current host. | Guido van Rossum | 1997-07-19 | 1 | -21/+9 |
| | |||||
* | New example of threaded embedding | Guido van Rossum | 1997-07-19 | 4 | -0/+505 |