Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 1 | -198/+0 |
| | |||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -6/+6 |
| | | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block | ||||
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Add 'if __name__ == "__main__":' to files already as a usable as a module. | Johannes Gijsbers | 2004-09-11 | 1 | -2/+2 |
| | |||||
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 1 | -142/+142 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -10/+9 |
| | | | | From SF patch #852334. | ||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | remove references to /ufs/guido/bin/sgi/python | Guido van Rossum | 1994-01-07 | 1 | -1/+0 |
| | |||||
* | Microfixes | Guido van Rossum | 1993-04-01 | 1 | -2/+2 |
| | |||||
* | change posix to os and path to os.path | Guido van Rossum | 1992-03-30 | 1 | -19/+18 |
| | |||||
* | Check for binaries and non-python scripts. | Guido van Rossum | 1992-03-02 | 1 | -0/+18 |
| | |||||
* | Tokenizing version (see lib/tokenize.py). | Guido van Rossum | 1992-01-01 | 1 | -22/+37 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-01-01 | 1 | -0/+168 |