summaryrefslogtreecommitdiff
path: root/Demo/pysvr
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-249/+249
* Patch #524008: Fix portability bug on new POSIX hostsMartin v. Löwis2002-03-011-1/+1
* sprintf -> PyOS_snprintf in some "obviously safe" cases.Tim Peters2001-11-281-2/+3
* Use the build directory by default, and update the version.Guido van Rossum2001-09-051-9/+12
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-1/+2
* Fix Makefile so at least it uses Python 2.0, and compiles out of theGuido van Rossum2000-11-031-2/+2
* Move our own getopt() implementation to _PyOS_GetOpt(), and use itThomas Wouters2000-11-031-4/+1
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-5/+5
* Add -v flag. Comment duplicate Py_Finalize().Guido van Rossum1999-10-051-2/+8
* nannifiedGuido van Rossum1998-09-141-65/+65
* Add setsockopt...SO_REUSEADDR to avoid stupid waiting when killing andGuido van Rossum1997-12-251-1/+5
* Use a counter instead of a Boolean to check for initialized; n callsGuido van Rossum1997-08-201-0/+2
* Added (commented-out) defs for use with the build tree instead of theGuido van Rossum1997-08-141-3/+10
* Print ps (process status) for us when starting a new thread.Guido van Rossum1997-08-021-9/+40
* Use Py_NewInterpreter() and friends. Remove saving/restoring of std files.Guido van Rossum1997-07-251-22/+16
* Some improvements, e.g. -L/depot/... is not needed.Guido van Rossum1997-07-191-8/+5
* Added leading comment and security check.Guido van Rossum1997-07-191-5/+28
* 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-194-0/+505