summaryrefslogtreecommitdiffstats
path: root/Lib/curses/textpad.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #3239. Differentiate the ascii call from the curses one andFacundo Batista2008-07-051-18/+19
| | | | the builtin one.
* Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.Andrew M. Kuchling2008-01-201-11/+25
| | | | Fix an off-by-one error I noticed.
* [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within ↵Andrew M. Kuchling2005-06-021-1/+1
| | | | the text box
* Display helpful message; print repr() of return value so the whitespace is ↵Andrew M. Kuchling2004-10-191-1/+2
| | | | clearer
* [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from ↵Andrew M. Kuchling2004-10-191-0/+2
| | | | Stefan Heimann
* Make magic coordinates more readableAndrew M. Kuchling2004-10-191-3/+7
|
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-291-12/+12
|
* Patch #521670: Remove unused sys import.Martin v. Löwis2002-02-231-2/+1
|
* Catch curses.error instead of a non-existent global (PyChecker)Andrew M. Kuchling2001-08-131-2/+2
| | | | Edit comment
* Corrected a bug in handling of ^N and ^P with stripspaces on.Eric S. Raymond2000-08-041-8/+12
|
* Remove extra argument to method callAndrew M. Kuchling2000-07-121-1/+1
|
* Docstring changes.Andrew M. Kuchling2000-07-111-3/+1
|
* Sync to ESR's current versionAndrew M. Kuchling2000-06-271-22/+28
|
* Added two modules for ASCII characters and a simple editing form (ESR)Andrew M. Kuchling2000-06-261-0/+159