Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20262: Warnings are raised now when duplicate names are added in the | Serhiy Storchaka | 2014-01-20 | 1 | -3/+6 |
|\ | | | | | | | ZIP file or too long ZIP file comment is truncated. | ||||
| * | Issue #20262: Warnings are raised now when duplicate names are added in the | Serhiy Storchaka | 2014-01-20 | 1 | -2/+5 |
| | | | | | | | | ZIP file or too long ZIP file comment is truncated. | ||||
* | | Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU | Serhiy Storchaka | 2014-01-09 | 1 | -0/+31 |
|\ \ | |/ | | | | | consumption. | ||||
| * | Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU | Serhiy Storchaka | 2014-01-09 | 1 | -0/+31 |
| | | | | | | | | consumption. | ||||
* | | Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. | Serhiy Storchaka | 2013-11-24 | 1 | -7/+22 |
| | | | | | | | | Changed deprecation message in the fileinput module. | ||||
* | | Issue #17201: ZIP64 extensions now are enabled by default. | Serhiy Storchaka | 2013-11-23 | 1 | -2/+2 |
| | | | | | | | | Patch by William Mallard. | ||||
* | | add filtering of individual files to PyZipFile | Christian Tismer | 2013-10-22 | 1 | -1/+30 |
| | | | | | | | | | | | | changed output of debug messages to say "path" or "file" extended test for filtering certain files in a package added test for filtering files in a python dir (no package) | ||||
* | | #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 |
|\ \ | |/ | | | | | bytes until end of data. | ||||
| * | Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty | Serhiy Storchaka | 2013-09-27 | 1 | -0/+39 |
| | | | | | | | | bytes until end of data. | ||||
* | | Issue #17944: test_zipfile now discoverable and uses subclassing to | Serhiy Storchaka | 2013-07-22 | 1 | -843/+561 |
|\ \ | |/ | | | | | | | generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators. | ||||
| * | Issue #17944: test_zipfile now discoverable and uses subclassing to | Serhiy Storchaka | 2013-07-22 | 1 | -849/+562 |
| | | | | | | | | | | generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators. | ||||
* | | 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 |
|\ \ | |/ | | | | | | | method for windows file name sanitization. Splits the unittest up into several based on platform. | ||||
| * | Refactor recently added bugfix into more testable code by using a | Gregory P. Smith | 2013-02-03 | 1 | -12/+29 |
| | | | | | | | | | | method for windows file name sanitization. Splits the unittest up into several based on platform. | ||||
* | | Fix the test for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -5/+17 |
|\ \ | |/ | | | | | Remove trailing dots on Windows. | ||||
| * | Fix the test for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -5/+17 |
| |\ | | | | | | | | | | Remove trailing dots on Windows. | ||||
| | * | Fix the test for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -5/+17 |
| | | | | | | | | | | | | Remove trailing dots on Windows. | ||||
* | | | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -9/+77 |
|\ \ \ | |/ / | | | | | | | its destination path when extracting malicious zip files. | ||||
| * | | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -9/+77 |
| |\ \ | | |/ | | | | | | | its destination path when extracting malicious zip files. | ||||
| | * | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -9/+77 |
| | | | | | | | | | | | | its destination path when extracting malicious zip files. | ||||
* | | | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an | Serhiy Storchaka | 2013-01-31 | 1 | -0/+14 |
|\ \ \ | |/ / | | | | | | | | | | incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre. | ||||
| * | | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an | Serhiy Storchaka | 2013-01-31 | 1 | -0/+14 |
| |\ \ | | |/ | | | | | | | | | | incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre. | ||||
| | * | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an | Serhiy Storchaka | 2013-01-31 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre. | ||||
* | | | Issue #12004: Fix an internal error in PyZipFile when writing an invalid | Serhiy Storchaka | 2013-01-29 | 1 | -1/+25 |
|\ \ \ | |/ / | | | | | | | Python file. Patch by Ben Morgan. | ||||
| * | | Issue #12004: Fix an internal error in PyZipFile when writing an invalid | Serhiy Storchaka | 2013-01-29 | 1 | -1/+25 |
| |\ \ | | |/ | | | | | | | Python file. Patch by Ben Morgan. | ||||
| | * | Issue #12004: Fix an internal error in PyZipFile when writing an invalid | Serhiy Storchaka | 2013-01-29 | 1 | -1/+24 |
| | | | | | | | | | | | | Python file. Patch by Ben Morgan. | ||||
* | | | 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 |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | ||||
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | #14313: zipfile now raises NotImplementedError when the compression type is ↵ | Ezio Melotti | 2012-11-18 | 1 | -0/+11 |
| | | | | | | | | unknown. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile. | ||||
* | | Issue #14366: Support lzma compression in zip files. | Martin v. Löwis | 2012-05-13 | 1 | -1/+124 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | 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 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Merge #14399: zipfile now correctly handles comments added to empty zipfiles. | R David Murray | 2012-04-12 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile. | ||||
* | | default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ↵ | Senthil Kumaran | 2011-10-19 | 1 | -0/+16 |
|\ \ | |/ | | | | | | | | | | | unrelated exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen. | ||||
| * | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with ↵ | Senthil Kumaran | 2011-10-19 | 1 | -0/+11 |
| | | | | | | | | | | | | | | unrelated exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen. | ||||
* | | Merge #10694: zipfile now ignores garbage at the end of a zipfile. | R David Murray | 2011-06-09 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | #10694: zipfile now ignores garbage at the end of a zipfile. | R David Murray | 2011-06-09 | 1 | -0/+18 |
| | | | | | | | | Original fix by 'rep', final patch (with tests) by Xuanji Li. | ||||
| * | Skip test that requires zlib when zlib is not available. | Ezio Melotti | 2011-03-14 | 1 | -0/+1 |
| | | |||||
* | | Refactor a few tests to use the new requires_zlib decorator. | Ezio Melotti | 2011-05-19 | 1 | -39/+32 |
| | | |||||
* | | Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. | Eric V. Smith | 2011-03-14 | 1 | -0/+1 |
|/ | |||||
* | #10801: do not actually extract, just open() the files in the test zipfile. | Georg Brandl | 2011-01-01 | 1 | -9/+4 |
| | |||||
* | #10801: In zipfile, support different encodings for the header and the ↵ | Georg Brandl | 2011-01-01 | 1 | -0/+14 |
| | | | | filenames. Patch by MvL, test by Eli Bendersky. |