summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/string_escape.py
Commit message (Collapse)AuthorAgeFilesLines
* Rip out all codecs that can't work in a unicode/bytes world:Walter Dörwald2007-06-121-38/+0
| | | | | | | | base64, uu, zlib, rot_13, hex, quopri, bz2, string_escape. However codecs.escape_encode() and codecs.escape_decode() still exist, as they are used for pickling str8 objects (so those two functions can go, when the str8 type is removed).
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-2/+17
| | | | | | | | | | | | (branch-creation time) up to 43067. 43068 and 43069 contain a little swapping action between re.py and sre.py, and this mightily confuses svn merge, so later changes are going in separately. This merge should break no additional tests. The last-merged revision is going in a 'last_merge' property on '.' (the branch directory.) Arbitrarily chosen, really; if there's a BCP for this, I couldn't find it, but we can easily change it afterwards ;)
* Whitespace normalization.Tim Peters2002-08-231-1/+1
|
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-141-0/+23