- 45aa771 Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 11 years ago
- 6d343e7 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 11 years ago
- 1af262c Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 11 years ago
- c459755 adjust zipfile tests for splitdrive improvements by Benjamin Peterson · 11 years ago
- 0344a06 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 11 years ago
- 352eb4f properly close files in test_zipfile (#20887) by Benjamin Peterson · 11 years ago
- 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago
- db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding by Serhiy Storchaka · 12 years ago
- 6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. by Serhiy Storchaka · 12 years ago
- 2a051fa Fix test for issue #6972. by Serhiy Storchaka · 13 years ago
- 05fd744 Preserve backslashes in malicious zip files for testing issue #6972. by Serhiy Storchaka · 13 years ago
- 13e56c7 Fix the test and remove trailing dots on Windows for issue #6972. by Serhiy Storchaka · 13 years ago
- 608cc45 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 13 years ago
- 0be506a Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an by Serhiy Storchaka · 13 years ago
- 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
- 9e94972 #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 13 years ago
- 3f4ccba #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
- ddd4031 Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
- 873c583 #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 14 years ago
- 0d65433 Fix #8886. Use context managers throughout zipfile tests. by Brian Curtin · 14 years ago
- 67843b3 Fix typo: BadZipFile exists in 3.2+ only, not older versions. by Éric Araujo · 15 years ago
- 86e0c89 Merged revisions 85455 via svnmerge from by Georg Brandl · 15 years ago
- e4195e8 Merged revisions 84737 via svnmerge from by Antoine Pitrou · 15 years ago
- e1436d1 Merged revisions 83959-83960 via svnmerge from by Antoine Pitrou · 15 years ago
- dd25e86 Issue 6003: ZipFile.writestr "compression_type" argument by Ronald Oussoren · 16 years ago
- 94c33eb Issue #7610: Reworked implementation of the internal by Antoine Pitrou · 16 years ago
- b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
- aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
- 763f1e8 indentation and further alignment with py3k by Ezio Melotti · 16 years ago
- 6d6b53c cleanup and refactoring by Ezio Melotti · 16 years ago
- 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
- 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 16 years ago
- 3e5b027 #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, by Amaury Forgeot d'Arc · 16 years ago
- d5a23e3 methods' names pep8ification by Ezio Melotti · 16 years ago
- 6cbfc12 more cleanups and if zlib -> skipUnless(zlib) by Ezio Melotti · 16 years ago
- e7a0cc2 if zlib -> skipUnless(zlib) and minor cleanups by Ezio Melotti · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- 0b09c42 Issue #6050: Don't fail extracting a directory from a zipfile if by Martin v. Löwis · 16 years ago
- 0dfcfc8 Issue #4710: Extract directories properly in the zipfile module; by Martin v. Löwis · 17 years ago
- 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 17 years ago
- 5fdfa3e #3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix by Antoine Pitrou · 17 years ago
- 8c43641 Patch #1622: Correct interpretation of various ZIP header fields. by Martin v. Löwis · 17 years ago
- 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 17 years ago
- c3ad68c Fix Unicode filename test. by Martin v. Löwis · 17 years ago
- 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 17 years ago
- a2af212 Unit test fix from Giampaolo Rodola, #1938 by Christian Heimes · 18 years ago
- 0c63fc2 Fix zipfile decryption. The check for validity only worked on one by Gregory P. Smith · 18 years ago
- 62416bc #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. by Georg Brandl · 18 years ago
- 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 18 years ago
- 6cef076 Remove direct call's to file's constructor and replace them with calls to by Brett Cannon · 18 years ago
- 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
- 04a51ec Make test_zipfile clean up its temporary files properly. by Collin Winter · 18 years ago
- ea5962f Whitespace normalization. by Tim Peters · 18 years ago
- 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
- 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 19 years ago
- c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 19 years ago
- a608bb2 Whitespace normalization. by Tim Peters · 19 years ago
- 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 19 years ago
- 32cbc96 Whitespace normalization. by Tim Peters · 19 years ago
- 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
- a45cacf Whitespace normalization. by Tim Peters · 21 years ago
- 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 21 years ago
- c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 22 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
- e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
- bfce016 When zlib can't be imported, zipfile raises RuntimeError, which causes by Guido van Rossum · 24 years ago
- 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 24 years ago
- a19a168 Whitespace normalization. by Tim Peters · 24 years ago
- 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 24 years ago
- 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 24 years ago
- 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
- 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 25 years ago