Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
| | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
* | [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within ↵ | Andrew M. Kuchling | 2005-06-02 | 1 | -1/+1 |
| | | | | the text box | ||||
* | Display helpful message; print repr() of return value so the whitespace is ↵ | Andrew M. Kuchling | 2004-10-19 | 1 | -1/+2 |
| | | | | clearer | ||||
* | [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from ↵ | Andrew M. Kuchling | 2004-10-19 | 1 | -0/+2 |
| | | | | Stefan Heimann | ||||
* | Make magic coordinates more readable | Andrew M. Kuchling | 2004-10-19 | 1 | -3/+7 |
| | |||||
* | Whitespace normalization (get rid of tabs). | Guido van Rossum | 2002-09-29 | 1 | -12/+12 |
| | |||||
* | Patch #521670: Remove unused sys import. | Martin v. Löwis | 2002-02-23 | 1 | -2/+1 |
| | |||||
* | Catch curses.error instead of a non-existent global (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -2/+2 |
| | | | | Edit comment | ||||
* | Corrected a bug in handling of ^N and ^P with stripspaces on. | Eric S. Raymond | 2000-08-04 | 1 | -8/+12 |
| | |||||
* | Remove extra argument to method call | Andrew M. Kuchling | 2000-07-12 | 1 | -1/+1 |
| | |||||
* | Docstring changes. | Andrew M. Kuchling | 2000-07-11 | 1 | -3/+1 |
| | |||||
* | Sync to ESR's current version | Andrew M. Kuchling | 2000-06-27 | 1 | -22/+28 |
| | |||||
* | Added two modules for ASCII characters and a simple editing form (ESR) | Andrew M. Kuchling | 2000-06-26 | 1 | -0/+159 |