Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 1 | -64/+0 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | fix the socketserver demo code for py3k | Benjamin Peterson | 2008-11-08 | 1 | -1/+2 |
| | | | | #4275 Thanks to Don MacMillen | ||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -6/+6 |
| | | | | lingering print statements. | ||||
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 1 | -41/+41 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
| | | | | From SF patch #852334. | ||||
* | update demo scripts to use addr tuples for bind and connect | Jeremy Hylton | 2000-08-25 | 1 | -2/+2 |
| | | | | closes bug #111928 | ||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Use /usr/local/bin/python | Guido van Rossum | 1992-10-25 | 1 | -1/+1 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-05-19 | 1 | -2/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-07-01 | 1 | -0/+63 |