| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \
| | |/
| | |
| | | |
its destination path when extracting malicious zip files.
|
| | |
| | |
| | |
| | | |
its destination path when extracting malicious zip files.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
incomplete "End of Central Directory" record. Original patch by Guilherme
Polo and Alan McIntyre.
|
| |\ \
| | |/
| | |
| | |
| | | |
incomplete "End of Central Directory" record. Original patch by Guilherme
Polo and Alan McIntyre.
|
| | |
| | |
| | |
| | |
| | | |
incomplete "End of Central Directory" record. Original patch by Guilherme
Polo and Alan McIntyre.
|
|\ \ \
| |/ /
| | |
| | | |
Python file. Patch by Ben Morgan.
|
| |\ \
| | |/
| | |
| | | |
Python file. Patch by Ben Morgan.
|
| | |
| | |
| | |
| | | |
Python file. Patch by Ben Morgan.
|
|\ \ \
| |/ /
| | |
| | | |
4 GiB.
|
| |\ \
| | |/
| | |
| | | |
4 GiB.
|
| | |
| | |
| | |
| | | |
4 GiB.
|
| | |
| | |
| | |
| | | |
unknown.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
the zipfile module.
Patch by Serhiy Storchaka.
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
the zipfile module.
Patch by Serhiy Storchaka.
|
| | |
| | |
| | |
| | |
| | |
| | | |
the zipfile module.
Patch by Serhiy Storchaka.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|/ / |
|
| |
| |
| |
| | |
(patch by Serhiy)
|
| |
| |
| |
| |
| |
| |
| |
| | |
These functions were originally added to support LZMA compression in the zipfile
module, and are not of interest for the majority of users.
They can be made public in 3.4 if there is user interest, but in the meanwhile,
I've opted to present a smaller, simpler API for the module's initial release.
|
| |
| |
| |
| | |
Patch by Serhiy Storchaka.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Patch by Serhiy Storchaka.
|
| | |
|
|/
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
unrelated
exceptions, when a document with timestamp earlier than 1980 is provided to
zipfile. Patch contributed by Petri Lehtinen.
|
|
|
|
| |
Original fix by 'rep', final patch (with tests) by Xuanji Li.
|
|
|
|
| |
filenames. Patch by MvL, test by Eli Bendersky.
|
|
|
|
|
|
|
|
|
| |
Previously passing a string in as the password would fail either with
an assertion error or a TypeError with a confusing error message.
Note that a string can't be accepted since zipfile has no way to
guess what encoding should be used to turn it into bytes.
Patch by Victor Stinner.
|
|
|
|
| |
and provide an interface to it in py_compile, compileall and PyZipFile.
|
| |
|
|
|
|
| |
file object
|
| |
|
| |
|
| |
|
|
|
|
| |
empty, archive.
|
|
|
|
| |
ZipFile.open()) could return more bytes than requested.
|
|
|
|
|
| |
BadZipfile error is raised if it doesn't match (as used to be the
case in Python 2.5 and earlier).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78097 | ronald.oussoren | 2010-02-07 21:18:02 +0100 (Sun, 07 Feb 2010) | 2 lines
Issue 6003: ZipFile.writestr "compression_type" argument
........
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77809 | ezio.melotti | 2010-01-28 03:41:30 +0200 (Thu, 28 Jan 2010) | 1 line
avoid to use zlib when the compress type is not ZIP_DEFLATED
........
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77798 | antoine.pitrou | 2010-01-27 21:59:50 +0100 (mer., 27 janv. 2010) | 8 lines
Issue #7610: Reworked implementation of the internal
:class:`zipfile.ZipExtFile` class used to represent files stored inside
an archive. The new implementation is significantly faster and can
be wrapped in a :class:`io.BufferedReader` object for more speedups.
It also solves an issue where interleaved calls to `read()` and
`readline()` give wrong results. Patch by Nir Aides.
........
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77136 | ezio.melotti | 2009-12-30 08:14:51 +0200 (Wed, 30 Dec 2009) | 1 line
#5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin.
........
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74245 | amaury.forgeotdarc | 2009-07-29 00:15:30 +0200 (mer., 29 juil. 2009) | 3 lines
#6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,
like it does for larger invalid files.
........
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73565 | gregory.p.smith | 2009-06-26 00:50:21 -0700 (Fri, 26 Jun 2009) | 2 lines
Fixes the last problem mentioned in issue1202.
........
Issue #1202: zipfile module would cause a struct.error when attempting to store
files with a CRC32 > 2**31-1. (on trunk this was merely a warning, in the py3k
branch this caused an exception so I'm treating this as a release blocker and
merging it now)
|