summaryrefslogtreecommitdiffstats
path: root/Lib/curses
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant importAndrew M. Kuchling2001-08-131-1/+0
* Bug #412086, reported by Peter Wilson: The _curses module doesn'tAndrew M. Kuchling2001-04-051-0/+13
* Make isspace(chr(32)) return trueAndrew M. Kuchling2000-12-261-1/+1
* Wrapper for _curses_panel module; currently this adds nothing extraAndrew M. Kuchling2000-12-221-0/+9
* Tweak curses.wrapper so it initializes colors if they are available.Eric S. Raymond2000-08-091-0/+9
* Corrected a bug in handling of ^N and ^P with stripspaces on.Eric S. Raymond2000-08-041-8/+12
* Added Python function to emulate the ncurses has_key() function.Andrew M. Kuchling2000-08-012-0/+197
* Remove extra argument to method callAndrew M. Kuchling2000-07-121-1/+1
* Docstring changes.Andrew M. Kuchling2000-07-112-6/+2
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-8/+11
* Fix comment typo noticed by Rob HooftAndrew M. Kuchling2000-06-271-1/+1
* Sync to ESR's current versionAndrew M. Kuchling2000-06-271-22/+28
* Drop back to old version of wrapper(); ESR reports that it broke things,Andrew M. Kuchling2000-06-271-4/+16
* Added two modules for ASCII characters and a simple editing form (ESR)Andrew M. Kuchling2000-06-262-0/+261
* Add wrapper for initscr() to copy the ACS_ and LINES,COLS bindingsAndrew M. Kuchling2000-06-261-0/+16
* Applied simplifications suggested by Greg Stein.Andrew M. Kuchling2000-06-101-15/+4
* Add contents of curses packageAndrew M. Kuchling2000-06-102-0/+68