aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/curses/ascii.py
Commit message (Expand)AuthorAge
* bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)Serhiy Storchaka2022-05-08
* Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-28
* Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-18
* Rework previous fix slightly; the &0x20 test seems useless, and the isprint()...Andrew M. Kuchling2003-08-29
* [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave ...Andrew M. Kuchling2003-08-29
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-29
* Make isspace(chr(32)) return trueAndrew M. Kuchling2000-12-26
* Docstring changes.Andrew M. Kuchling2000-07-11
* Fix comment typo noticed by Rob HooftAndrew M. Kuchling2000-06-27
* Added two modules for ASCII characters and a simple editing form (ESR)Andrew M. Kuchling2000-06-26