Searched refs:ZipExtFile (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/ |
D | zipfile.py | 501 class ZipExtFile(io.BufferedIOBase): class 706 super(ZipExtFile, self).close() 1009 return ZipExtFile(zef_file, mode, zinfo, zd,
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a3.rst | 236 Reworked implementation of the internal ``zipfile.ZipExtFile`` class used to
|
D | 2.7.7rc1.rst | 645 Fixed ZipExtFile.peek() when it is called on the boundary of the uncompress
|
D | 2.7.1rc1.rst | 569 The read() method of ZipExtFile objects (as returned by ZipFile.open())
|
/external/python/cpython2/Doc/library/ |
D | zipfile.rst | 171 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/ |
D | zipfile.py | 774 class ZipExtFile(io.BufferedIOBase): class 1567 return ZipExtFile(zef_file, mode, zinfo, pwd, True)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b1.rst | 582 Added seek and tell to the ZipExtFile class. This only works if the file
|
D | 3.9.0a2.rst | 603 Change :class:`zipfile.ZipExtFile` to raise ``ValueError`` when trying to
|
D | 3.9.0a1.rst | 1207 Fixed seeking backward on an encrypted :class:`zipfile.ZipExtFile`.
|
/external/python/cpython3/Doc/library/ |
D | zipfile.rst | 264 (``ZipExtFile``) is read-only and provides the following methods:
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 1426 Also, the :class:`zipfile.ZipExtFile` class was reworked internally to represent
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3938 - 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
|