This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2056d8e7d2
cpython
/
Lib
/
curses
History
Andrew M. Kuchling
0cc87f37b3
Make isspace(chr(32)) return true
2000-12-26 16:07:59 +00:00
..
__init__.py
Added Python function to emulate the ncurses has_key() function.
2000-08-01 01:21:11 +00:00
ascii.py
Make isspace(chr(32)) return true
2000-12-26 16:07:59 +00:00
has_key.py
Added Python function to emulate the ncurses has_key() function.
2000-08-01 01:21:11 +00:00
panel.py
Wrapper for _curses_panel module; currently this adds nothing extra
2000-12-22 21:58:29 +00:00
textpad.py
Corrected a bug in handling of ^N and ^P with stripspaces on.
2000-08-04 07:33:18 +00:00
wrapper.py
Tweak curses.wrapper so it initializes colors if they are available.
2000-08-09 21:11:07 +00:00