Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
From now on, all new tests must use underscore. Addresses issue #727. | |||
2014-06-14 | objstr: Be 8-bit clean even for repr(). | Paul Sokolovsky | |
This will allow roughly the same behavior as Python3 for non-ASCII strings, for example, print("<phrase in non-Latin script>".split()) will print list of words, not weird hex dump (like Python2 behaves). (Of course, that it will print list of words, if there're "words" in that phrase at all, separated by ASCII-compatible whitespace; that surely won't apply to every human language in existence). | |||
2014-06-06 | Change comments (mainly URLs) to no longer specifically say Python 3.3 | Chris Angelico | |
2014-04-08 | Display \r and \t escape codes in string repr | Andrew Scheller | |