index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_zipfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#3394: zipfile.writestr doesn't set external attributes, so files are extract...
Antoine Pitrou
2008-07-25
1
-0/+13
*
Patch #1622: Correct interpretation of various ZIP header fields.
Martin v. Löwis
2008-07-03
1
-0/+48
*
Patch #1775025: allow opening zipfile members via ZipInfo instances.
Georg Brandl
2008-05-20
1
-0/+19
*
Fix Unicode filename test.
Martin v. Löwis
2008-05-05
1
-4/+6
*
Issue #1734346: Support Unicode file names for zipfiles.
Martin v. Löwis
2008-05-05
1
-0/+9
*
Unit test fix from Giampaolo Rodola, #1938
Christian Heimes
2008-01-26
1
-0/+1
*
Fix zipfile decryption. The check for validity only worked on one
Gregory P. Smith
2008-01-20
1
-0/+21
*
#467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.
Georg Brandl
2008-01-07
1
-0/+56
*
Patch #1675424: Added tests for uncovered code in the zipfile module.
Georg Brandl
2007-07-12
1
-4/+114
*
Remove direct call's to file's constructor and replace them with calls to
Brett Cannon
2007-05-25
1
-1/+1
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-2/+2
*
Make test_zipfile clean up its temporary files properly.
Collin Winter
2007-03-29
1
-7/+12
*
Whitespace normalization.
Tim Peters
2007-03-12
1
-49/+49
*
Patch #1121142: Implement ZipFile.open.
Martin v. Löwis
2007-03-06
1
-10/+402
*
Patch #1517891: Make 'a' create the file if it doesn't exist.
Martin v. Löwis
2007-02-13
1
-0/+22
*
Patch #698833: Support file decryption in zipfile.
Martin v. Löwis
2007-02-13
1
-1/+42
*
Whitespace normalization.
Tim Peters
2006-06-15
1
-4/+4
*
Patch #1446489 (zipfile: support for ZIP64)
Ronald Oussoren
2006-06-15
1
-2/+250
*
Whitespace normalization.
Tim Peters
2006-02-20
1
-1/+1
*
Bug #1413790: zipfile now sanitizes absolute archive names that are
Georg Brandl
2006-02-20
1
-0/+10
*
Whitespace normalization.
Tim Peters
2004-08-20
1
-1/+1
*
Port test_zipfile to unittest (patch #736962).
Johannes Gijsbers
2004-08-19
1
-98/+98
*
SF patch #756996: Bare except in ZipFile.testzip()
Raymond Hettinger
2003-06-27
1
-0/+21
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
1
-4/+4
*
When zlib can't be imported, zipfile raises RuntimeError, which causes
Guido van Rossum
2001-04-10
1
-0/+1
*
Sf bug [ #412214 ] ZipFile constructor leaves files open.
Tim Peters
2001-04-04
1
-0/+16
*
Whitespace normalization.
Tim Peters
2001-03-29
1
-4/+4
*
Itamar Shtull-Trauring <itamar@maxnm.com>:
Fred Drake
2001-03-26
1
-10/+27
*
Added regression test for SF tracker bug #403871: AttributeError in
Fred Drake
2001-02-28
1
-0/+19
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-17/+16
*
Test for zipfile.py, by Jim Ahlstrom.
Guido van Rossum
2000-04-10
1
-0/+26