Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use deprecated aliases. | Georg Brandl | 2010-12-06 | 1 | -4/+4 |
* | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t... | Georg Brandl | 2010-12-02 | 1 | -0/+55 |
* | Rip out all codecs that can't work in a unicode/bytes world: | Walter Dörwald | 2007-06-12 | 1 | -79/+0 |
* | Make test_str.py pass. | Guido van Rossum | 2007-05-15 | 1 | -1/+1 |
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 1 | -2/+19 |
* | Whitespace normalization. | Tim Peters | 2002-08-08 | 1 | -1/+1 |
* | Patch #462635 by Andrew Kuchling correcting bugs in the new | Marc-André Lemburg | 2001-09-20 | 1 | -2/+4 |
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -0/+60 |