summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/mcast.py
Commit message (Expand)AuthorAgeFilesLines
* Remove last remnants of the ipaddr package.Amaury Forgeot d'Arc2009-06-231-18/+11
* Issue 5379 - applies patch supplied by philipp hagemeister to fixGregory P. Smith2009-05-031-69/+63
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-1/+0
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-58/+58
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock().Guido van Rossum1999-08-071-3/+3
* SO_REUSEPORT should be SO_REUSEADDR.Guido van Rossum1998-01-151-1/+1
* no longer need to include IN.py or SOCKET.pyGuido van Rossum1995-03-041-9/+6
* fix bind argGuido van Rossum1994-10-081-1/+1
* Restructured into several subroutines.Guido van Rossum1992-11-161-19/+57
* Fixed commentsGuido van Rossum1992-10-251-4/+4
* Better way of deducing mcast group bytes.Guido van Rossum1992-09-241-8/+7
* Add -b option and sleep shorter.Guido van Rossum1992-09-241-9/+15
* Initial revisionGuido van Rossum1992-09-081-0/+54