summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/mcast.py
Commit message (Collapse)AuthorAgeFilesLines
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-2/+2
| | | | lingering print statements.
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+0
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* 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
| | | | From SF patch #852334.
* Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock().Guido van Rossum1999-08-071-3/+3
| | | | Also got rid of unnecessary use of eval() and regsub.gsub().
* SO_REUSEPORT should be SO_REUSEADDR.Guido van Rossum1998-01-151-1/+1
| | | | I found this in a mail of two and a half years ago from Yusuf Goolamabbas.
* 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