Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ca66cb5ce0a8c8cfd3432c1ee3128e2149c30995
/
Lib
/
test
/
test_zipfile.py
1036a7f
#6026 - fix tests that failed without zlib
by Ezio Melotti
· 15 years ago
3e5b027
#6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,
by Amaury Forgeot d'Arc
· 15 years ago
d5a23e3
methods' names pep8ification
by Ezio Melotti
· 15 years ago
6cbfc12
more cleanups and if zlib -> skipUnless(zlib)
by Ezio Melotti
· 15 years ago
e7a0cc2
if zlib -> skipUnless(zlib) and minor cleanups
by Ezio Melotti
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 15 years ago
0b09c42
Issue #6050: Don't fail extracting a directory from a zipfile if
by Martin v. Löwis
· 15 years ago
0dfcfc8
Issue #4710: Extract directories properly in the zipfile module;
by Martin v. Löwis
· 16 years ago
6f193e0
Issue #4756: zipfile.is_zipfile() now supports file-like objects.
by Antoine Pitrou
· 16 years ago
5fdfa3e
#3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix
by Antoine Pitrou
· 16 years ago
8c43641
Patch #1622: Correct interpretation of various ZIP header fields.
by Martin v. Löwis
· 16 years ago
112aa50
Patch #1775025: allow opening zipfile members via ZipInfo instances.
by Georg Brandl
· 16 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
· 17 years ago
0c63fc2
Fix zipfile decryption. The check for validity only worked on one
by Gregory P. Smith
· 17 years ago
62416bc
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
by Georg Brandl
· 17 years ago
4b3ab6f
Patch #1675424: Added tests for uncovered code in the zipfile module.
by Georg Brandl
· 17 years ago
6cef076
Remove direct call's to file's constructor and replace them with calls to
by Brett Cannon
· 17 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
· 18 years ago
143cefb
Patch #1446489 (zipfile: support for ZIP64)
by Ronald Oussoren
· 18 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
· 20 years ago
3caf9c1
Port test_zipfile to unittest (patch #736962).
by Johannes Gijsbers
· 20 years ago
c0fac96
SF patch #756996: Bare except in ZipFile.testzip()
by Raymond Hettinger
· 21 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 23 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
· 24 years ago
368f04a
Test for zipfile.py, by Jim Ahlstrom.
by Guido van Rossum
· 25 years ago