summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipfile.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)Berker Peksag2019-09-121-0/+11
* bpo-28494: Test existing zipfile working behavior. (GH-15853)Gregory P. Smith2019-09-101-0/+40
* bpo-26185: Fix repr() on empty ZipInfo object (#13441)Mickaël Schoentgen2019-09-091-0/+27
* bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)shireenrao2019-08-241-46/+63
* bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)Jason R. Coombs2019-07-071-0/+11
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-2/+0
* Add support for .parent and .joinpath in zipfile.Path (#13213)Jason R. Coombs2019-05-091-0/+14
* bpo-36832: add zipfile.Path (#13153)Jason R. Coombs2019-05-081-3/+113
* bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)Serhiy Storchaka2019-03-301-0/+37
* bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)Serhiy Storchaka2018-09-171-0/+14
* bpo-34097: Polish API design (GH-8725)Marcel Plch2018-08-311-4/+4
* bpo-34325: Skip zipfile test for large timestamps when filesystem don't suppo...Marcel Plch2018-08-031-1/+5
* bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)Marcel Plch2018-08-021-0/+16
* bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)Mickaël Schoentgen2018-07-291-0/+4
* bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)John Jolly2018-01-301-0/+34
* bpo-21417: Add compresslevel= to the zipfile module (GH-5385)Bo Bayles2018-01-291-4/+36
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-30017: Allowed calling the close() method of the zip entry writer object ...Serhiy Storchaka2017-04-121-0/+42
* bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)Serhiy Storchaka2017-04-071-0/+10
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+1
* bpo-28231: The zipfile module now accepts path-like objects for external path...Serhiy Storchaka2017-03-081-15/+102
* Issue #28115: ZIP creation test requires zlib.Serhiy Storchaka2016-10-231-0/+1
|\
| * Issue #28115: ZIP creation test requires zlib.Serhiy Storchaka2016-10-231-0/+1
| |\
| | * Issue #28115: ZIP creation test requires zlib.Serhiy Storchaka2016-10-231-0/+1
* | | Issue #28115: Command-line interface of the zipfile module now uses argparse.Serhiy Storchaka2016-10-231-27/+31
|/ /
* | Issue #28115: Added tests for CLI of the zipfile module.Serhiy Storchaka2016-10-231-1/+67
|\ \ | |/
| * Issue #28115: Added tests for CLI of the zipfile module.Serhiy Storchaka2016-10-231-1/+67
* | Issue #26293: Fixed writing ZIP files that starts not from the start of theSerhiy Storchaka2016-10-071-0/+43
|\ \ | |/
| * Issue #26293: Fixed writing ZIP files that starts not from the start of theSerhiy Storchaka2016-10-071-0/+43
* | Issue #24693: Changed some RuntimeError's in the zipfile module to moreSerhiy Storchaka2016-09-101-20/+20
* | Issue #27029: Removed deprecated support of universal newlines mode from ZipF...Serhiy Storchaka2016-06-111-163/+4
* | Restored test_interleaved. After issue #8886 it was a duplicate ofSerhiy Storchaka2016-05-131-4/+5
|\ \ | |/
| * Restored test_interleaved. After issue #8886 it was a duplicate ofSerhiy Storchaka2016-05-131-4/+5
* | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIPSerhiy Storchaka2016-05-131-6/+77
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* | Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().Serhiy Storchaka2016-02-081-0/+15
|/
* Issue #25101: Try to create a file to test write access in test_zipfile.Serhiy Storchaka2015-09-191-0/+7
|\
| * Issue #25101: Try to create a file to test write access in test_zipfile.Serhiy Storchaka2015-09-191-0/+7
* | Merge from 3.4.Larry Hastings2015-05-081-2/+3
|\ \ | |/
| * Issue #21520: test_zipfile no longer fails if the word 'bad' appearsLarry Hastings2015-05-081-2/+3
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-7/+4
* | Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusiveSerhiy Storchaka2015-03-251-0/+13
* | Issue #23252: Added support for writing ZIP files to unseekable streams.Serhiy Storchaka2015-03-231-12/+50
* | Issue #17753: effective_ids unavailable on Windows.Berker Peksag2015-02-161-1/+3
|\ \ | |/
| * Issue #17753: effective_ids unavailable on Windows.Berker Peksag2015-02-161-1/+3
* | Issue #17753: Skip test_zipfile tests which require write access to testSerhiy Storchaka2015-02-141-0/+8
|\ \ | |/
| * Issue #17753: Skip test_zipfile tests which require write access to testSerhiy Storchaka2015-02-141-0/+8
| * Issue #14099: Backout changeset e5bb3044402b (except adapted tests).Serhiy Storchaka2015-01-261-61/+55
* | Issue #14099: Restored support of writing ZIP files to tellable butSerhiy Storchaka2015-01-261-0/+28
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-26/+95
|\ \ | |/