summaryrefslogtreecommitdiffstats
path: root/Lib/curses/textpad.py
Commit message (Collapse)AuthorAgeFilesLines
* 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