Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #9770: curses.ascii predicates now work correctly with negative integers. | Serhiy Storchaka | 2016-12-28 | 1 | -9/+9 |
* | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -3/+3 |
* | Rework previous fix slightly; the &0x20 test seems useless, and the isprint()... | Andrew M. Kuchling | 2003-08-29 | 1 | -4/+2 |
* | [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave ... | Andrew M. Kuchling | 2003-08-29 | 1 | -0/+2 |
* | Whitespace normalization (get rid of tabs). | Guido van Rossum | 2002-09-29 | 1 | -38/+37 |
* | Make isspace(chr(32)) return true | Andrew M. Kuchling | 2000-12-26 | 1 | -1/+1 |
* | Docstring changes. | Andrew M. Kuchling | 2000-07-11 | 1 | -3/+1 |
* | Fix comment typo noticed by Rob Hooft | Andrew M. Kuchling | 2000-06-27 | 1 | -1/+1 |
* | Added two modules for ASCII characters and a simple editing form (ESR) | Andrew M. Kuchling | 2000-06-26 | 1 | -0/+102 |