summaryrefslogtreecommitdiff
path: root/Lib/curses/ascii.py
Commit message (Expand)AuthorAgeFilesLines
* Rework previous fix slightly; the &0x20 test seems useless, and the isprint()...Andrew M. Kuchling2003-08-291-4/+2
* [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave ...Andrew M. Kuchling2003-08-291-0/+2
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-291-38/+37
* Make isspace(chr(32)) return trueAndrew M. Kuchling2000-12-261-1/+1
* Docstring changes.Andrew M. Kuchling2000-07-111-3/+1
* Fix comment typo noticed by Rob HooftAndrew M. Kuchling2000-06-271-1/+1
* Added two modules for ASCII characters and a simple editing form (ESR)Andrew M. Kuchling2000-06-261-0/+102