index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demo
/
pysvr
/
pysvr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #524008: Fix portability bug on new POSIX hosts
Martin v. Löwis
2002-03-01
1
-1/+1
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-2/+3
*
Move our own getopt() implementation to _PyOS_GetOpt(), and use it
Thomas Wouters
2000-11-03
1
-4/+1
*
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
Thomas Wouters
2000-07-22
1
-5/+5
*
Add -v flag. Comment duplicate Py_Finalize().
Guido van Rossum
1999-10-05
1
-2/+8
*
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