Staging
v0.8.1
https://github.com/python/cpython
Revision b2750b5d334e9c8d262009069bce41c15803eca0 authored by Marc-André Lemburg on 06 June 2008, 12:18:17 UTC, committed by Marc-André Lemburg on 06 June 2008, 12:18:17 UTC
Use faster PyUnicode_FromEncodedObject() for bytes/bytearray.decode().

Add new PyCodec_KnownEncoding() API.

Add new PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode() APIs.

Add missing PyUnicode_AsDecodedObject() to unicodeobject.h

Fix punicode codec to also work on memoryviews.
1 parent 4efb518
History
Tip revision: b2750b5d334e9c8d262009069bce41c15803eca0 authored by Marc-André Lemburg on 06 June 2008, 12:18:17 UTC
Move the codec decode type checks to bytes/bytearray.decode().
Tip revision: b2750b5
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 635 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 2.8 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 37.0 KB
README -rw-r--r-- 7.0 KB
RELNOTES -rw-r--r-- 2.8 KB
configure -rwxr-xr-x 647.9 KB
configure.in -rw-r--r-- 97.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.7 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 66.7 KB

README

back to top