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
/
sockets
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
2
-6/+6
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Neal Norwitz
2006-08-29
1
-1/+1
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
3
-6/+14
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+0
*
Get rid of a bunch more raw_input references
Neal Norwitz
2006-03-17
2
-12/+22
*
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
Neal Norwitz
2006-03-17
1
-1/+2
*
Whitespace normalization. Ran reindent.py over the entire source tree.
Tim Peters
2004-07-18
14
-654/+650
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
9
-22/+22
*
To be a good citizen, it should really delete its socket when done.
Skip Montanaro
2003-08-01
1
-0/+2
*
Kill another merge zombie.
Tim Peters
2001-07-17
1
-35/+0
*
Jeremy missed a bind() call when updating these demos. ;)
Fred Drake
2000-08-25
1
-1/+1
*
update demo scripts to use addr tuples for bind and connect
Jeremy Hylton
2000-08-25
6
-9/+9
*
Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock().
Guido van Rossum
1999-08-07
1
-3/+3
*
Add Piet van Oostrum's name to the comments.
Guido van Rossum
1998-01-29
1
-1/+2
*
Add simple Unix socket example by Piet van Oostrum.
Guido van Rossum
1998-01-28
3
-1/+27
*
SO_REUSEPORT should be SO_REUSEADDR.
Guido van Rossum
1998-01-15
1
-1/+1
*
/usr/local/bin/python -> /usr/bin/env python
Guido van Rossum
1996-11-27
8
-8/+8
*
unicast pendant for broadcast.py
Guido van Rossum
1996-08-21
1
-0/+16
*
added rpython
Guido van Rossum
1995-04-10
2
-0/+87
*
no longer need to include IN.py or SOCKET.py
Guido van Rossum
1995-03-04
2
-10/+6
*
improve treatment of multi-line replies, ignore empty lines
Guido van Rossum
1995-01-12
1
-2/+4
*
typo
Guido van Rossum
1995-01-12
1
-1/+1
*
fix bind arg
Guido van Rossum
1994-10-08
3
-3/+3
*
listen(0) -> listen(1) for Solaris 2
Guido van Rossum
1994-02-28
1
-7/+7
*
listen(0) -> listen(1)
Guido van Rossum
1994-02-28
1
-1/+1
*
Change listen(0) to listen(1) for Solaris 2 sockets
Guido van Rossum
1994-02-28
1
-1/+1
*
*** empty log message ***
Guido van Rossum
1993-12-17
2
-8/+7
*
*** empty log message ***
Guido van Rossum
1992-11-16
1
-0/+16
*
Support default port.
Guido van Rossum
1992-11-16
1
-1/+3
*
Added comments, use 'global' and change prompt to "ftp.py> "
Guido van Rossum
1992-11-16
1
-5/+17
*
Restructured into several subroutines.
Guido van Rossum
1992-11-16
1
-19/+57
*
Fixed comments
Guido van Rossum
1992-10-25
1
-4/+4
*
Use /usr/local/bin/python
Guido van Rossum
1992-10-25
5
-5/+5
*
Added gopher.py; removed IN.py
Guido van Rossum
1992-10-25
1
-4/+7
*
Initial revision
Guido van Rossum
1992-10-25
1
-0/+347
*
*** empty log message ***
Guido van Rossum
1992-09-24
1
-0/+10
*
Better way of deducing mcast group bytes.
Guido van Rossum
1992-09-24
1
-8/+7
*
Add -b option and sleep shorter.
Guido van Rossum
1992-09-24
1
-9/+15
*
Allow broadcast using setsockopt()
Guido van Rossum
1992-09-08
1
-1/+2
*
Initial revision
Guido van Rossum
1992-09-08
1
-0/+54
*
Added mcast demo
Guido van Rossum
1992-09-08
1
-0/+7
*
Initial revision
Guido van Rossum
1992-08-10
1
-0/+9
*
added broadcast.py, ftp.py, radio.py
Guido van Rossum
1992-08-10
1
-1/+4
*
Initial revision
Guido van Rossum
1992-05-19
3
-0/+162
*
Change of names
Guido van Rossum
1992-05-19
1
-2/+2
*
New == syntax
Guido van Rossum
1992-05-19
4
-10/+10
*
Initial revision
Guido van Rossum
1991-07-01
6
-0/+361