Staging
v0.8.1
https://github.com/python/cpython
Revision 94c33ebfa819873c0e265bf659bbdd2cbe2d6cd7 authored by Antoine Pitrou on 27 January 2010, 20:59:50 UTC, committed by Antoine Pitrou on 27 January 2010, 20:59:50 UTC
: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.
1 parent 7b4e02c
History
Tip revision: 94c33ebfa819873c0e265bf659bbdd2cbe2d6cd7 authored by Antoine Pitrou on 27 January 2010, 20:59:50 UTC
Issue #7610: Reworked implementation of the internal
Tip revision: 94c33eb
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 462 bytes
.hgignore -rw-r--r-- 656 bytes
.hgtags -rw-r--r-- 3.8 KB
LICENSE -rw-r--r-- 13.8 KB
Makefile.pre.in -rw-r--r-- 38.9 KB
README -rw-r--r-- 52.9 KB
configure -rwxr-xr-x 739.7 KB
configure.in -rw-r--r-- 117.9 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 32.3 KB
setup.py -rw-r--r-- 83.1 KB

README

back to top