Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 1 | -3/+3 |
| | | | | | | | | | | | | 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.) | ||||
* | Change co.detach() to co.back() call. | Guido van Rossum | 2001-03-22 | 1 | -1/+1 |
| | |||||
* | Add 1994 Coroutine module by Tim Peters | Guido van Rossum | 2000-11-08 | 1 | -0/+64 |