Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add setsockopt...SO_REUSEADDR to avoid stupid waiting when killing and | Guido van Rossum | 1997-12-25 | 1 | -1/+5 |
* | Use a counter instead of a Boolean to check for initialized; n calls | Guido van Rossum | 1997-08-20 | 1 | -0/+2 |
* | Print ps (process status) for us when starting a new thread. | Guido van Rossum | 1997-08-02 | 1 | -9/+40 |
* | Use Py_NewInterpreter() and friends. Remove saving/restoring of std files. | Guido van Rossum | 1997-07-25 | 1 | -22/+16 |
* | Added leading comment and security check. | Guido van Rossum | 1997-07-19 | 1 | -5/+28 |
* | New example of threaded embedding | Guido van Rossum | 1997-07-19 | 1 | -0/+312 |