Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix missing or wrong shebangs and missing executable bits for scripts (#10318) | Éric Araujo | 2011-07-26 |
| | |||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 |
| | |||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 |
| | |||
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 |
| | |||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
| | | | | | | (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 | ||
* | Fix typo in module docstring. | Tim Peters | 2001-08-15 |
| | |||
* | + A msg on c.l.py reminded me that docstrings can be implicitly catenated. | Tim Peters | 2001-08-13 |
| | | | | | | | Cater to that. + Major speed boost via not reading more of files than necessary. This was no slouch before; now it screams. + Improve msg when giving up on a goofy future statement. | ||
* | Tool to delete (or just rewrite parts of) obsolete future statements. | Tim Peters | 2001-08-12 |