History log of /external/python/cpython2/Lib/curses/ascii.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4183387e7920e385b492273cc32232a7cf3ea84f 18-Jun-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #27294: Numerical state in the repr for Tkinter event objects is now
represented as a compination of known flags.
/external/python/cpython2/Lib/curses/ascii.py
b738041c5db7a04b71ed4c3c8128dabc935ad60b 29-Aug-2003 Andrew M. Kuchling <amk@amk.ca> Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end
/external/python/cpython2/Lib/curses/ascii.py
72cdb702966c12857619397460bad3a9cf97d03a 29-Aug-2003 Andrew M. Kuchling <amk@amk.ca> [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave Cinege.
/external/python/cpython2/Lib/curses/ascii.py
bffa52f07fc73b3c8eb4b30e30e2417bc406d2ee 29-Sep-2002 Guido van Rossum <guido@python.org> Whitespace normalization (get rid of tabs).
/external/python/cpython2/Lib/curses/ascii.py
0cc87f37b3d3f5ad7250de5b828ca60e981eab2f 26-Dec-2000 Andrew M. Kuchling <amk@amk.ca> Make isspace(chr(32)) return true
/external/python/cpython2/Lib/curses/ascii.py
e0d0090e76075a983d42aedad1c4fc2e77db847c 11-Jul-2000 Andrew M. Kuchling <amk@amk.ca> Docstring changes.
/external/python/cpython2/Lib/curses/ascii.py
862815702687029b488b427ac680d6a0361f9edc 27-Jun-2000 Andrew M. Kuchling <amk@amk.ca> Fix comment typo noticed by Rob Hooft
/external/python/cpython2/Lib/curses/ascii.py
2b9d0bcf83a9e16563be9b088c2fb58ea015c742 27-Jun-2000 Andrew M. Kuchling <amk@amk.ca> Added two modules for ASCII characters and a simple editing form (ESR)
/external/python/cpython2/Lib/curses/ascii.py