Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change C spacing to 4 spaces by default to match PEP 7 for new C files. | Brett Cannon | 2006-05-26 | 1 | -1/+1 |
* | Update for 'ImportWarning' | George Yoshida | 2006-05-16 | 1 | -3/+3 |
* | Get rid of __context__, per the latest changes to PEP 343 and python-dev | Guido van Rossum | 2006-05-02 | 1 | -2/+0 |
* | Update for 'with' statement. | Brett Cannon | 2006-03-01 | 3 | -17/+24 |
* | Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditional | Brett Cannon | 2006-03-01 | 1 | -4/+1 |
* | Remove line meant to test trailing whitespace since that kind of whitespace is | Brett Cannon | 2006-02-26 | 1 | -19/+40 |
* | Whitespace normalization. | Tim Peters | 2006-02-26 | 2 | -2/+2 |
* | Move the vimrc file to the newly created Vim/ directory. | Brett Cannon | 2006-02-25 | 1 | -0/+95 |
* | Add a script that auto-generates a Vim syntax highlighting file for Python. | Brett Cannon | 2006-02-25 | 3 | -0/+413 |