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
*
Issue #17753: effective_ids unavailable on Windows.
Berker Peksag
2015-02-16
1
-1/+3
*
Issue #17753: Skip test_zipfile tests which require write access to test
Serhiy Storchaka
2015-02-14
1
-0/+8
*
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
Serhiy Storchaka
2015-01-26
1
-61/+55
*
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
1
-26/+95
*
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
Serhiy Storchaka
2014-09-23
1
-4/+41
*
Fixed test_large_file_exception. Ported tests for large count of files
Serhiy Storchaka
2014-09-23
1
-1/+62
*
Issue #21440: test_zipfile: replace last direct calls to os.remove() with
Victor Stinner
2014-09-03
1
-5/+5
*
Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use
Victor Stinner
2014-09-03
1
-12/+11
*
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith
2014-05-30
1
-0/+15
*
Issue #20262: Warnings are raised now when duplicate names are added in the
Serhiy Storchaka
2014-01-20
1
-3/+6
|
\
|
*
Issue #20262: Warnings are raised now when duplicate names are added in the
Serhiy Storchaka
2014-01-20
1
-2/+5
*
|
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka
2014-01-09
1
-0/+31
|
\
\
|
|
/
|
*
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka
2014-01-09
1
-0/+31
*
|
Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.
Serhiy Storchaka
2013-11-24
1
-7/+22
*
|
Issue #17201: ZIP64 extensions now are enabled by default.
Serhiy Storchaka
2013-11-23
1
-2/+2
*
|
add filtering of individual files to PyZipFile
Christian Tismer
2013-10-22
1
-1/+30
*
|
#19274: use captured_stdout() in the test suite; add NEWS entry.
Georg Brandl
2013-10-21
1
-8/+5
*
|
add a filterfunc to zip file.PyZipFile.writepy, issue 19274
Christian Tismer
2013-10-21
1
-80/+102
*
|
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
Serhiy Storchaka
2013-09-27
1
-0/+39
|
\
\
|
|
/
|
*
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
Serhiy Storchaka
2013-09-27
1
-0/+39
*
|
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
1
-843/+561
|
\
\
|
|
/
|
*
Issue #17944: test_zipfile now discoverable and uses subclassing to
Serhiy Storchaka
2013-07-22
1
-849/+562
*
|
Issue #17177: Stop using imp in zipfile
Brett Cannon
2013-06-15
1
-2/+2
*
|
Move test_zipfile to unittest.main()
Brett Cannon
2013-06-12
1
-7/+1
*
|
Refactor recently added bugfix into more testable code by using a
Gregory P. Smith
2013-02-03
1
-12/+29
|
\
\
|
|
/
|
*
Refactor recently added bugfix into more testable code by using a
Gregory P. Smith
2013-02-03
1
-12/+29
*
|
Fix the test for issue #6972.
Serhiy Storchaka
2013-02-02
1
-5/+17
|
\
\
|
|
/
|
*
Fix the test for issue #6972.
Serhiy Storchaka
2013-02-02
1
-5/+17
|
|
\
|
|
*
Fix the test for issue #6972.
Serhiy Storchaka
2013-02-02
1
-5/+17
*
|
|
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
Gregory P. Smith
2013-02-01
1
-9/+77
|
\
\
\
|
|
/
/
|
*
|
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
Gregory P. Smith
2013-02-01
1
-9/+77
|
|
\
\
|
|
|
/
|
|
*
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
Gregory P. Smith
2013-02-01
1
-9/+77
*
|
|
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
Serhiy Storchaka
2013-01-31
1
-0/+14
|
\
\
\
|
|
/
/
|
*
|
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
Serhiy Storchaka
2013-01-31
1
-0/+14
|
|
\
\
|
|
|
/
|
|
*
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
Serhiy Storchaka
2013-01-31
1
-0/+14
*
|
|
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-1/+25
|
\
\
\
|
|
/
/
|
*
|
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-1/+25
|
|
\
\
|
|
|
/
|
|
*
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-1/+24
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-4/+4
|
/
/
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
*
#14313: zipfile now raises NotImplementedError when the compression type is u...
Ezio Melotti
2012-11-18
1
-0/+11
*
|
Issue #9239: add tests for modifying zipfile comments in append mode.
Antoine Pitrou
2012-06-30
1
-0/+18
|
\
\
|
|
/
|
*
Issue #9239: add tests for modifying zipfile comments in append mode.
Antoine Pitrou
2012-06-30
1
-0/+18
|
*
#14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
1
-0/+22
*
|
Issue #14366: Support lzma compression in zip files.
Martin v. Löwis
2012-05-13
1
-1/+124
*
|
Check extract_version when opening a zipfile.
Martin v. Löwis
2012-05-01
1
-0/+10
*
|
Detect unsupported compression types.
Martin v. Löwis
2012-05-01
1
-0/+11
*
|
Issue #14371: Support bzip2 in zipfile module.
Martin v. Löwis
2012-05-01
1
-1/+125
*
|
Merge #14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
1
-0/+22
[next]