1. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  2. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  3. 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
  4. 72cdb70 [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave Cinege. by Andrew M. Kuchling · 21 years ago
  5. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
  6. 0cc87f3 Make isspace(chr(32)) return true by Andrew M. Kuchling · 24 years ago
  7. e0d0090 Docstring changes. by Andrew M. Kuchling · 24 years ago
  8. 8628157 Fix comment typo noticed by Rob Hooft by Andrew M. Kuchling · 24 years ago
  9. 2b9d0bc Added two modules for ASCII characters and a simple editing form (ESR) by Andrew M. Kuchling · 24 years ago