Home
last modified time | relevance | path

Searched refs:ZipExtFile (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
Dzipfile.py501 class ZipExtFile(io.BufferedIOBase): class
706 super(ZipExtFile, self).close()
1009 return ZipExtFile(zef_file, mode, zinfo, zd,
/external/python/cpython2/Misc/NEWS.d/
D2.7a3.rst236 Reworked implementation of the internal ``zipfile.ZipExtFile`` class used to
D2.7.7rc1.rst645 Fixed ZipExtFile.peek() when it is called on the boundary of the uncompress
D2.7.1rc1.rst569 The read() method of ZipExtFile objects (as returned by ZipFile.open())
/external/python/cpython2/Doc/library/
Dzipfile.rst171 Extract a member from the archive as a file-like object (ZipExtFile). *name* is
194 create a new file object that will be held by the ZipExtFile, allowing it to
/external/python/cpython3/Lib/
Dzipfile.py774 class ZipExtFile(io.BufferedIOBase): class
1567 return ZipExtFile(zef_file, mode, zinfo, pwd, True)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst582 Added seek and tell to the ZipExtFile class. This only works if the file
D3.9.0a2.rst603 Change :class:`zipfile.ZipExtFile` to raise ``ValueError`` when trying to
D3.9.0a1.rst1207 Fixed seeking backward on an encrypted :class:`zipfile.ZipExtFile`.
/external/python/cpython3/Doc/library/
Dzipfile.rst264 (``ZipExtFile``) is read-only and provides the following methods:
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1426 Also, the :class:`zipfile.ZipExtFile` class was reworked internally to represent
/external/python/cpython3/Misc/
DHISTORY3938 - Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
12082 - Issue #9837: The read() method of ZipExtFile objects (as returned by
13776 ``zipfile.ZipExtFile`` class used to represent files stored inside an