Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
01f43118f7b51a538ad9e3f23251319bd3db125e
/
Demo
/
pysvr
/
pysvr.c
dcea370
Patch #524008: Fix portability bug on new POSIX hosts
by Martin v. Löwis
· 23 years ago
885d457
sprintf -> PyOS_snprintf in some "obviously safe" cases.
by Tim Peters
· 24 years ago
2cffc7d
Move our own getopt() implementation to _PyOS_GetOpt(), and use it
by Thomas Wouters
· 25 years ago
7889010
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
by Thomas Wouters
· 25 years ago
caf2f8e
Add -v flag. Comment duplicate Py_Finalize().
by Guido van Rossum
· 26 years ago
643f8f6
Add setsockopt...SO_REUSEADDR to avoid stupid waiting when killing and
by Guido van Rossum
· 28 years ago
aa61505
Use a counter instead of a Boolean to check for initialized; n calls
by Guido van Rossum
· 28 years ago
c46d22e
Print ps (process status) for us when starting a new thread.
by Guido van Rossum
· 28 years ago
630924f
Use Py_NewInterpreter() and friends. Remove saving/restoring of std files.
by Guido van Rossum
· 28 years ago
e0c6901
Added leading comment and security check.
by Guido van Rossum
· 28 years ago
5c8b991
New example of threaded embedding
by Guido van Rossum
· 28 years ago