summaryrefslogtreecommitdiffstats
path: root/Demo/pysvr/pysvr.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-4/+4
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-9/+9
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
|
* nannifiedGuido van Rossum1998-09-141-65/+65
|
* Reformulate security check using getsockname().Guido van Rossum1997-07-191-3/+4
|
* Change security policy -- only accept requests from current host.Guido van Rossum1997-07-191-21/+9
|
* New example of threaded embeddingGuido van Rossum1997-07-191-0/+135