summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/udpecho.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-64/+0
| | | | demo to Tools, and remove all the other Demo content.
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* fix the socketserver demo code for py3kBenjamin Peterson2008-11-081-1/+2
| | | | #4275 Thanks to Don MacMillen
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-6/+6
| | | | lingering print statements.
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-41/+41
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* update demo scripts to use addr tuples for bind and connectJeremy Hylton2000-08-251-2/+2
| | | | closes bug #111928
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Use /usr/local/bin/pythonGuido van Rossum1992-10-251-1/+1
|
* New == syntaxGuido van Rossum1992-05-191-2/+2
|
* Initial revisionGuido van Rossum1991-07-011-0/+63