cpython/Lib/curses
Andrew M. Kuchling 322349e31b #1119331: ncurses will just call exit() if the terminal name isn't found.
Call setupterm() first so that we get a Python exception instead of just existing.
2008-02-23 15:49:35 +00:00
..
__init__.py #1119331: ncurses will just call exit() if the terminal name isn't found. 2008-02-23 15:49:35 +00:00
ascii.py Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end 2003-08-29 18:50:59 +00:00
has_key.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
panel.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
textpad.py Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. 2008-01-20 00:00:38 +00:00
wrapper.py Somehow (no idea how!) I missed half of patch #1005008. Sorry about that. 2004-08-07 15:20:15 +00:00