Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove svn:executable from scripts without a shebang line | Benjamin Peterson | 2010-03-08 | 1 | -0/+0 |
| | |||||
* | #687648 from Robert Schuppenies: use classic division. From me: don't use ↵ | Andrew M. Kuchling | 2008-09-13 | 1 | -5/+10 |
| | | | | string exception; add __main__ section | ||||
* | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 1 | -35/+35 |
| | | | | | | | | | | | | Found them using:: find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done (I was doing this all over my own code anyway, because I'd been using spaces in all defs, so I thought I'd make a run on the Python code as well. If you need to do such fixes in your own code, you can use xx-rename or parenregu.el within emacs.) | ||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -7/+8 |
| | | | | From SF patch #852334. | ||||
* | Patch #748846: Let Demo/classes/Date.py mention DateTime module. | Martin v. Löwis | 2003-06-07 | 1 | -0/+3 |
| | |||||
* | nannified. | Guido van Rossum | 1998-09-14 | 1 | -70/+70 |
| | |||||
* | adapted to new overloading scheme | Guido van Rossum | 1994-10-09 | 1 | -39/+24 |
| | |||||
* | Initial revision | Guido van Rossum | 1993-10-30 | 1 | -0/+233 |