This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-29 04:35:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
add09b4149
cpython
/
Lib
/
curses
History
Download ZIP
Download TAR.GZ
Andrew M. Kuchling
f19f8610fa
Modernize code a bit: use isinstance instead of type(); return True/False
2003-09-02 11:52:06 +00:00
..
__init__.py
Bug
#412086
, reported by Peter Wilson: The _curses module doesn't
2001-04-05 16:08:41 +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
Modernize code a bit: use isinstance instead of type(); return True/False
2003-09-02 11:52:06 +00:00
panel.py
Wrapper for _curses_panel module; currently this adds nothing extra
2000-12-22 21:58:29 +00:00
textpad.py
Whitespace normalization (get rid of tabs).
2002-09-29 00:25:51 +00:00
wrapper.py
SF patch
#701494
: more apply removals
2003-04-06 09:01:11 +00:00