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
*
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)
Jason R. Coombs
2019-07-07
1
-0/+11
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-2/+0
*
Add support for .parent and .joinpath in zipfile.Path (#13213)
Jason R. Coombs
2019-05-09
1
-0/+14
*
bpo-36832: add zipfile.Path (#13153)
Jason R. Coombs
2019-05-08
1
-3/+113
*
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)
Serhiy Storchaka
2019-03-30
1
-0/+37
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Serhiy Storchaka
2018-09-17
1
-0/+14
*
bpo-34097: Polish API design (GH-8725)
Marcel Plch
2018-08-31
1
-4/+4
*
bpo-34325: Skip zipfile test for large timestamps when filesystem don't suppo...
Marcel Plch
2018-08-03
1
-1/+5
*
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
Marcel Plch
2018-08-02
1
-0/+16
*
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
Mickaƫl Schoentgen
2018-07-29
1
-0/+4
*
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
John Jolly
2018-01-30
1
-0/+34
*
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Bo Bayles
2018-01-30
1
-4/+36
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-30017: Allowed calling the close() method of the zip entry writer object ...
Serhiy Storchaka
2017-04-12
1
-0/+42
*
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka
2017-04-07
1
-0/+10
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+1
*
bpo-28231: The zipfile module now accepts path-like objects for external path...
Serhiy Storchaka
2017-03-08
1
-15/+102
*
Issue #28115: ZIP creation test requires zlib.
Serhiy Storchaka
2016-10-23
1
-0/+1
|
\
|
*
Issue #28115: ZIP creation test requires zlib.
Serhiy Storchaka
2016-10-23
1
-0/+1
|
|
\
|
|
*
Issue #28115: ZIP creation test requires zlib.
Serhiy Storchaka
2016-10-23
1
-0/+1
*
|
|
Issue #28115: Command-line interface of the zipfile module now uses argparse.
Serhiy Storchaka
2016-10-23
1
-27/+31
|
/
/
*
|
Issue #28115: Added tests for CLI of the zipfile module.
Serhiy Storchaka
2016-10-23
1
-1/+67
|
\
\
|
|
/
|
*
Issue #28115: Added tests for CLI of the zipfile module.
Serhiy Storchaka
2016-10-23
1
-1/+67
*
|
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka
2016-10-07
1
-0/+43
|
\
\
|
|
/
|
*
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka
2016-10-07
1
-0/+43
*
|
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Serhiy Storchaka
2016-09-10
1
-20/+20
*
|
Issue #27029: Removed deprecated support of universal newlines mode from ZipF...
Serhiy Storchaka
2016-06-11
1
-163/+4
*
|
Restored test_interleaved. After issue #8886 it was a duplicate of
Serhiy Storchaka
2016-05-13
1
-4/+5
|
\
\
|
|
/
|
*
Restored test_interleaved. After issue #8886 it was a duplicate of
Serhiy Storchaka
2016-05-13
1
-4/+5
*
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
Serhiy Storchaka
2016-05-13
1
-6/+77
*
|
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
1
-1/+0
*
|
Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
Serhiy Storchaka
2016-02-07
1
-0/+15
|
/
*
Issue #25101: Try to create a file to test write access in test_zipfile.
Serhiy Storchaka
2015-09-19
1
-0/+7
|
\
|
*
Issue #25101: Try to create a file to test write access in test_zipfile.
Serhiy Storchaka
2015-09-19
1
-0/+7
*
|
Merge from 3.4.
Larry Hastings
2015-05-08
1
-2/+3
|
\
\
|
|
/
|
*
Issue #21520: test_zipfile no longer fails if the word 'bad' appears
Larry Hastings
2015-05-08
1
-2/+3
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-7/+4
*
|
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
Serhiy Storchaka
2015-03-25
1
-0/+13
*
|
Issue #23252: Added support for writing ZIP files to unseekable streams.
Serhiy Storchaka
2015-03-22
1
-12/+50
*
|
Issue #17753: effective_ids unavailable on Windows.
Berker Peksag
2015-02-16
1
-1/+3
|
\
\
|
|
/
|
*
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 #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: Restored support of writing ZIP files to tellable but
Serhiy Storchaka
2015-01-26
1
-0/+28
*
|
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
1
-26/+95
|
\
\
|
|
/
|
*
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka
2014-12-03
1
-26/+95
*
|
Issue #22217: Implemented reprs of classes in the zipfile module.
Serhiy Storchaka
2014-10-29
1
-0/+31
|
/
*
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
[next]