index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
zipfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test___all__ over to unittest.main() and use ModuleNotFoundError
Brett Cannon
2013-06-13
1
-3/+3
*
Refactor recently added bugfix into more testable code by using a
Gregory P. Smith
2013-02-03
1
-7/+19
|
\
|
*
Refactor recently added bugfix into more testable code by using a
Gregory P. Smith
2013-02-03
1
-7/+19
*
|
Fix the test for issue #6972.
Serhiy Storchaka
2013-02-02
1
-1/+4
|
\
\
|
|
/
|
*
Fix the test for issue #6972.
Serhiy Storchaka
2013-02-02
1
-1/+4
|
|
\
|
|
*
Fix the test for issue #6972.
Serhiy Storchaka
2013-02-02
1
-1/+4
*
|
|
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
Gregory P. Smith
2013-02-01
1
-11/+16
|
\
\
\
|
|
/
/
|
*
|
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
Gregory P. Smith
2013-02-01
1
-11/+16
|
|
\
\
|
|
|
/
|
|
*
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
Gregory P. Smith
2013-02-01
1
-11/+16
*
|
|
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
Serhiy Storchaka
2013-01-31
1
-6/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
Serhiy Storchaka
2013-01-31
1
-6/+19
|
|
\
\
|
|
|
/
|
|
*
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
Serhiy Storchaka
2013-01-31
1
-6/+19
*
|
|
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Serhiy Storchaka
2013-01-29
1
-1/+1
*
|
|
Issue #9720: zipfile now writes correct local headers for files larger than 4...
Serhiy Storchaka
2013-01-14
1
-14/+32
|
\
\
\
|
|
/
/
|
*
|
Issue #9720: zipfile now writes correct local headers for files larger than 4...
Serhiy Storchaka
2013-01-14
1
-15/+32
|
|
\
\
|
|
|
/
|
|
*
Issue #9720: zipfile now writes correct local headers for files larger than 4...
Serhiy Storchaka
2013-01-14
1
-15/+32
|
|
*
#14313: zipfile now raises NotImplementedError when the compression type is u...
Ezio Melotti
2012-11-18
1
-0/+28
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-6/+6
*
|
|
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-234/+217
|
\
\
\
|
|
/
/
|
*
|
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-234/+217
|
|
\
\
|
|
|
/
|
|
*
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-222/+205
|
|
*
#14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
1
-11/+22
*
|
|
#11981: remove duplicate line. Patch by Johan Euphrosine.
Ezio Melotti
2012-11-17
1
-1/+0
|
/
/
*
|
On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile.
Antoine Pitrou
2012-06-23
1
-8/+10
*
|
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda
2012-06-21
1
-3/+3
*
|
Issue #14366: Support lzma compression in zip files.
Martin v. Löwis
2012-05-13
1
-16/+105
*
|
Check extract_version when opening a zipfile.
Martin v. Löwis
2012-05-01
1
-0/+5
*
|
Add missing comma in __all__ list.
Georg Brandl
2012-05-01
1
-1/+1
*
|
Recognize unsupported feature "compressed patch data set" from zip 2.7.
Martin v. Löwis
2012-05-01
1
-0/+4
*
|
Detect unsupported compression types.
Martin v. Löwis
2012-05-01
1
-2/+19
*
|
Issue #14371: Support bzip2 in zipfile module.
Martin v. Löwis
2012-05-01
1
-91/+173
*
|
#14603: use a listcomp in ZipFile.namelist.
Ezio Melotti
2012-04-17
1
-4/+1
*
|
Merge #14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
1
-11/+22
|
/
*
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...
Senthil Kumaran
2011-10-19
1
-0/+4
*
#10694: zipfile now ignores garbage at the end of a zipfile.
R David Murray
2011-06-09
1
-10/+8
*
#10801: In zipfile, support different encodings for the header and the filena...
Georg Brandl
2011-01-01
1
-1/+7
*
#4871: check that zipfile password is bytes, and give useful error message.
R. David Murray
2010-12-21
1
-4/+10
*
Add an "optimize" parameter to compile() to control the optimization level, a...
Georg Brandl
2010-12-04
1
-31/+56
*
zipfile: remove remaining ResourceWarnings
Łukasz Langa
2010-11-23
1
-5/+14
*
Issue #9846: ZipExtFile provides no mechanism for closing the underlying file...
Łukasz Langa
2010-11-22
1
-2/+12
*
start banging on zipfile's file leakiness
Benjamin Peterson
2010-10-31
1
-1/+2
*
Fix typo from r85874
Éric Araujo
2010-10-28
1
-1/+1
*
#7351: add more consistent exception name alias.
Georg Brandl
2010-10-28
1
-14/+15
*
#1710703: write zipfile structures also in the case of closing a new, but emp...
Georg Brandl
2010-10-14
1
-5/+22
*
Issue #9837: The read() method of ZipExtFile objects (as returned by
Antoine Pitrou
2010-09-12
1
-6/+9
*
Issue #7467: when a file from a ZIP archive, its CRC is checked and a
Antoine Pitrou
2010-08-12
1
-2/+23
*
PEP 3147
Barry Warsaw
2010-04-17
1
-13/+40
*
Merged revisions 78097 via svnmerge from
Ronald Oussoren
2010-02-07
1
-1/+4
[next]