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
*
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner
2020-04-30
1
-1/+0
*
bpo-39830: Add zipfile.Path to __all__ (GH-19115)
Zackery Spytz
2020-03-23
1
-1/+2
*
bpo-39667: Sync zipp 3.0 (GH-18540)
Jason R. Coombs
2020-02-29
1
-32/+31
*
bpo-39595: Improve zipfile.Path performance (#18406)
Jason R. Coombs
2020-02-12
1
-22/+80
*
bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027)
Victor Stinner
2020-01-17
1
-19/+9
*
bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile...
Daniel Hillier
2019-11-30
1
-0/+10
*
bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to ex...
Serhiy Storchaka
2019-11-09
1
-37/+16
*
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...
Daniel Hillier
2019-10-29
1
-0/+12
*
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Serhiy Storchaka
2019-10-27
1
-26/+31
*
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)
Berker Peksag
2019-09-12
1
-0/+1
*
bpo-26185: Fix repr() on empty ZipInfo object (#13441)
Mickaël Schoentgen
2019-09-09
1
-5/+3
*
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
shireenrao
2019-08-24
1
-6/+71
*
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)
Jason R. Coombs
2019-07-07
1
-1/+1
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
bpo-22102: Fixes zip files with disks set to 0 (GH-5985)
Francisco Facioni
2019-05-28
1
-1/+1
*
Add support for .parent and .joinpath in zipfile.Path (#13213)
Jason R. Coombs
2019-05-09
1
-1/+10
*
bpo-36832: add zipfile.Path (#13153)
Jason R. Coombs
2019-05-08
1
-5/+139
*
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)
Serhiy Storchaka
2019-03-30
1
-41/+44
*
Fix typo duplicate period in a docstring in the zipfile module. (GH-12326)
nick sung
2019-03-14
1
-1/+1
*
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...
Serhiy Storchaka
2018-11-25
1
-2/+2
*
bpo-34472: Add data descriptor signature to zipfile (GH-8871)
Silas Sewell
2018-09-18
1
-2/+4
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Serhiy Storchaka
2018-09-17
1
-0/+22
*
bpo-34097: Polish API design (GH-8725)
Marcel Plch
2018-08-31
1
-4/+4
*
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
Marcel Plch
2018-08-02
1
-3/+9
*
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
Mickaël Schoentgen
2018-07-29
1
-4/+3
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
1
-3/+3
*
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
John Jolly
2018-01-30
1
-0/+82
*
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Bo Bayles
2018-01-30
1
-8/+35
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-5/+1
*
Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)
Serhiy Storchaka
2017-05-06
1
-14/+13
*
bpo-30017: Allowed calling the close() method of the zip entry writer object ...
Serhiy Storchaka
2017-04-12
1
-0/+4
*
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka
2017-04-07
1
-5/+2
*
bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550)
Serhiy Storchaka
2017-03-30
1
-57/+55
*
bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583)
Serhiy Storchaka
2017-03-09
1
-1/+3
*
bpo-28231: The zipfile module now accepts path-like objects for external path...
Serhiy Storchaka
2017-03-08
1
-4/+16
*
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka
2017-01-01
1
-2/+3
|
\
|
*
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka
2017-01-01
1
-2/+3
|
|
\
|
|
*
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka
2017-01-01
1
-2/+3
*
|
|
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
|
|
Issue #28115: Command-line interface of the zipfile module now uses argparse.
Serhiy Storchaka
2016-10-23
1
-40/+37
*
|
|
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka
2016-10-07
1
-15/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka
2016-10-07
1
-15/+15
|
|
\
\
|
|
|
/
|
|
*
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka
2016-10-07
1
-15/+15
*
|
|
Issue #28102: The zipfile module CLI now prints usage to stderr.
Serhiy Storchaka
2016-09-13
1
-5/+5
|
/
/
*
|
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Serhiy Storchaka
2016-09-10
1
-28/+28
*
|
Issue #27029: Removed deprecated support of universal newlines mode from ZipF...
Serhiy Storchaka
2016-06-11
1
-46/+4
*
|
Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
Serhiy Storchaka
2016-05-15
1
-1/+2
*
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
Serhiy Storchaka
2016-05-13
1
-105/+185
*
|
Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
Serhiy Storchaka
2016-02-07
1
-28/+47
|
/
*
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter
2015-12-11
1
-4/+4
[next]