History log of /external/python/cpython2/Lib/curses/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14e27d896f5d07eb4f24aee1f76f3cafd66c2b2b 29-Dec-2012 Andrew Svetlov <andrew.svetlov@gmail.com> Fix docstring in curses (#16782)
/external/python/cpython2/Lib/curses/__init__.py
734451a4bcc900fd9d159b0c6d4fcdca17cc31bb 25-Feb-2008 Andrew M. Kuchling <amk@amk.ca> Use file descriptor for real stdout
/external/python/cpython2/Lib/curses/__init__.py
322349e31b3c1472543428382b84a32d2fc2dfc7 23-Feb-2008 Andrew M. Kuchling <amk@amk.ca> #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.
/external/python/cpython2/Lib/curses/__init__.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Lib/curses/__init__.py
37f026381167db43ab3ccce59bfe26a098eeac56 05-Apr-2001 Andrew M. Kuchling <amk@amk.ca> Bug #412086, reported by Peter Wilson: The _curses module doesn't
define COLORS or COLOR_PAIRS until after start_color() is called,
but they were never added to the curses module. Fixed by adding
a wrapper around start_color(), similar to the wrapper around initscr().
/external/python/cpython2/Lib/curses/__init__.py
b45bd325b5e816a939c78fc4a3f421cf65a9dc19 01-Aug-2000 Andrew M. Kuchling <amk@amk.ca> Added Python function to emulate the ncurses has_key() function.
/external/python/cpython2/Lib/curses/__init__.py
289d9d422707d4ae3ab00e658c262d6dd3f75963 27-Jun-2000 Andrew M. Kuchling <amk@amk.ca> Add wrapper for initscr() to copy the ACS_ and LINES,COLS bindings
/external/python/cpython2/Lib/curses/__init__.py
d0939fa592ea5d4e3c627cc2355072e90acd2459 11-Jun-2000 Andrew M. Kuchling <amk@amk.ca> Add contents of curses package
/external/python/cpython2/Lib/curses/__init__.py