Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1b468af7be7a2f0af7730c64402a38cc11413f51
/
Lib
/
curses
/
ascii.py
b738041
Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end
by Andrew M. Kuchling
· 21 years ago
72cdb70
[Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave Cinege.
by Andrew M. Kuchling
· 21 years ago
bffa52f
Whitespace normalization (get rid of tabs).
by Guido van Rossum
· 22 years ago
0cc87f3
Make isspace(chr(32)) return true
by Andrew M. Kuchling
· 24 years ago
e0d0090
Docstring changes.
by Andrew M. Kuchling
· 24 years ago
8628157
Fix comment typo noticed by Rob Hooft
by Andrew M. Kuchling
· 24 years ago
2b9d0bc
Added two modules for ASCII characters and a simple editing form (ESR)
by Andrew M. Kuchling
· 24 years ago