aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/curses/textpad.py
Commit message (Expand)AuthorAge
* gh-60436: fix curses textbox backspace/del (#103783)Aidan Melen2023-04-26
* Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-28
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-16
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-20
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within th...Andrew M. Kuchling2005-06-02
* Display helpful message; print repr() of return value so the whitespace is cl...Andrew M. Kuchling2004-10-19
* [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from St...Andrew M. Kuchling2004-10-19
* Make magic coordinates more readableAndrew M. Kuchling2004-10-19
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-29
* Patch #521670: Remove unused sys import.Martin v. Löwis2002-02-23
* Catch curses.error instead of a non-existent global (PyChecker)Andrew M. Kuchling2001-08-13
* Corrected a bug in handling of ^N and ^P with stripspaces on.Eric S. Raymond2000-08-04
* Remove extra argument to method callAndrew M. Kuchling2000-07-12
* Docstring changes.Andrew M. Kuchling2000-07-11
* Sync to ESR's current versionAndrew M. Kuchling2000-06-27
* Added two modules for ASCII characters and a simple editing form (ESR)Andrew M. Kuchling2000-06-26