summaryrefslogtreecommitdiffstats
path: root/Demo/pysvr/pysvr.py
Commit message (Expand)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* 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 lin...Collin Winter2007-07-171-9/+9
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* 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