Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3b30e2c86d45f6718b0a79784cda36b2cf30a9db
/
Lib
/
test
/
test_zipfile.py
5fdfa3e
#3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix
by Antoine Pitrou
· 17 years ago
8c43641
Patch #1622: Correct interpretation of various ZIP header fields.
by Martin v. Löwis
· 17 years ago
112aa50
Patch #1775025: allow opening zipfile members via ZipInfo instances.
by Georg Brandl
· 17 years ago
c3ad68c
Fix Unicode filename test.
by Martin v. Löwis
· 17 years ago
471617d
Issue #1734346: Support Unicode file names for zipfiles.
by Martin v. Löwis
· 17 years ago
a2af212
Unit test fix from Giampaolo Rodola, #1938
by Christian Heimes
· 18 years ago
0c63fc2
Fix zipfile decryption. The check for validity only worked on one
by Gregory P. Smith
· 18 years ago
62416bc
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
by Georg Brandl
· 18 years ago
4b3ab6f
Patch #1675424: Added tests for uncovered code in the zipfile module.
by Georg Brandl
· 18 years ago
6cef076
Remove direct call's to file's constructor and replace them with calls to
by Brett Cannon
· 18 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
04a51ec
Make test_zipfile clean up its temporary files properly.
by Collin Winter
· 18 years ago
ea5962f
Whitespace normalization.
by Tim Peters
· 18 years ago
3eb7648
Patch #1121142: Implement ZipFile.open.
by Martin v. Löwis
· 18 years ago
84f6de9
Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451.
by Martin v. Löwis
· 18 years ago
c6d626e
Patch #698833: Support file decryption in zipfile.
by Martin v. Löwis
· 18 years ago
a608bb2
Whitespace normalization.
by Tim Peters
· 19 years ago
143cefb
Patch #1446489 (zipfile: support for ZIP64)
by Ronald Oussoren
· 19 years ago
32cbc96
Whitespace normalization.
by Tim Peters
· 19 years ago
8f7c54e
Bug #1413790: zipfile now sanitizes absolute archive names that are
by Georg Brandl
· 19 years ago
a45cacf
Whitespace normalization.
by Tim Peters
· 21 years ago
3caf9c1
Port test_zipfile to unittest (patch #736962).
by Johannes Gijsbers
· 21 years ago
c0fac96
SF patch #756996: Bare except in ZipFile.testzip()
by Raymond Hettinger
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 24 years ago
bfce016
When zlib can't be imported, zipfile raises RuntimeError, which causes
by Guido van Rossum
· 24 years ago
7d3bad6
Sf bug [ #412214 ] ZipFile constructor leaves files open.
by Tim Peters
· 24 years ago
a19a168
Whitespace normalization.
by Tim Peters
· 24 years ago
3d9091e
Itamar Shtull-Trauring <itamar@maxnm.com>:
by Fred Drake
· 24 years ago
6e7e485
Added regression test for SF tracker bug #403871: AttributeError in
by Fred Drake
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
368f04a
Test for zipfile.py, by Jim Ahlstrom.
by Guido van Rossum
· 25 years ago