Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fc57ccb98248b4a8f4ba4debdf3791970b136c4d
/
Lib
/
zipfile.py
dbb718f
Make these modules work when Python is compiled without Unicode support.
by Guido van Rossum
· 23 years ago
b64bec3
Whitespace normalization.
by Tim Peters
· 23 years ago
03a3bb8
[ #458701 ] Patch to zipfile.py for Java
by Finn Bock
· 23 years ago
a58947f
Make sure path names inserted into ZIP files are normalized to use "/" as
by Fred Drake
· 23 years ago
7e47380
Fix one bare except: clause.
by Fred Drake
· 23 years ago
f85af61
Mark Favas points out that there's an 'self.fp.flush()' call in the
by Guido van Rossum
· 24 years ago
9c673f3
Try an except: after an import into "except ImportError".
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
40fc160
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
by Skip Montanaro
· 24 years ago
3e038e5
Define lots of constants for indexes into the structures for the file
by Fred Drake
· 24 years ago
90eac28
Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when
by Fred Drake
· 24 years ago
e119006
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
by Tim Peters
· 24 years ago
484d735
Delay import of py_compile until needed, since is is only used by the
by Fred Drake
· 24 years ago
5db246d
Always use the same name for the exception defined in this module!
by Fred Drake
· 24 years ago
414ca66
James C. Ahlstron <jim@interet.com>:
by Fred Drake
· 24 years ago
32abe6f
Zip file handling module, by Jim Ahlstrom.
by Guido van Rossum
· 25 years ago