Staging
v0.5.1
https://github.com/python/cpython
Revision e6eafa2ade22dc687eee78374fa93d4b9ab7a2c1 authored by Victor Stinner on 10 June 2011, 14:32:54 UTC, committed by Victor Stinner on 10 June 2011, 14:32:54 UTC
Just try to open files from the ZIP for reading, don't extract them to avoid
UnicodeEncodeError if the filename is not encodable to the filesystem encoding
(e.g. ASCII locale encoding).
1 parent 721bb33
History
Tip revision: e6eafa2ade22dc687eee78374fa93d4b9ab7a2c1 authored by Victor Stinner on 10 June 2011, 14:32:54 UTC
Issue #10801: Fix test_unicode_filenames() of test_zipfile
Tip revision: e6eafa2
File Mode Size
stringlib
abstract.c -rw-r--r-- 67.9 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 95.8 KB
bytes_methods.c -rw-r--r-- 9.9 KB
bytesobject.c -rw-r--r-- 100.4 KB
capsule.c -rw-r--r-- 6.9 KB
cellobject.c -rw-r--r-- 4.8 KB
classobject.c -rw-r--r-- 18.2 KB
cobject.c -rw-r--r-- 4.1 KB
codeobject.c -rw-r--r-- 20.3 KB
complexobject.c -rw-r--r-- 31.1 KB
descrobject.c -rw-r--r-- 46.0 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 90.1 KB
enumobject.c -rw-r--r-- 11.4 KB
exceptions.c -rw-r--r-- 58.3 KB
fileobject.c -rw-r--r-- 15.1 KB
floatobject.c -rw-r--r-- 66.8 KB
frameobject.c -rw-r--r-- 30.9 KB
funcobject.c -rw-r--r-- 29.5 KB
genobject.c -rw-r--r-- 12.4 KB
iterobject.c -rw-r--r-- 7.5 KB
listobject.c -rw-r--r-- 82.0 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 127.5 KB
memoryobject.c -rw-r--r-- 23.6 KB
methodobject.c -rw-r--r-- 8.7 KB
moduleobject.c -rw-r--r-- 12.6 KB
object.c -rw-r--r-- 51.4 KB
obmalloc.c -rw-r--r-- 64.4 KB
rangeobject.c -rw-r--r-- 23.1 KB
setobject.c -rw-r--r-- 69.6 KB
sliceobject.c -rw-r--r-- 11.3 KB
structseq.c -rw-r--r-- 15.6 KB
tupleobject.c -rw-r--r-- 28.7 KB
typeobject.c -rw-r--r-- 190.5 KB
unicodectype.c -rw-r--r-- 17.6 KB
unicodeobject.c -rw-r--r-- 299.6 KB
unicodetype_db.h -rw-r--r-- 103.3 KB
weakrefobject.c -rw-r--r-- 29.5 KB

back to top