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
/
Doc
/
library
/
zipfile.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39667: Sync zipp 3.0 (GH-18540)
Jason R. Coombs
2020-02-29
1
-4/+14
*
bpo-38526: Fix zipfile.Path method name to be the correct one (#17317)
Claudiu Popa
2019-11-21
1
-1/+1
*
bpo-36260: Add pitfalls to zipfile module documentation (#13378)
JunWei Song
2019-09-11
1
-0/+40
*
bpo-36832: add zipfile.Path (#13153)
Jason R. Coombs
2019-05-08
1
-0/+67
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-1/+1
*
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...
Serhiy Storchaka
2018-11-25
1
-14/+10
*
Fix typo in zipfile documentation. (GH-10151)
nsrip
2018-10-27
1
-1/+1
*
bpo-34097: Polish API design (GH-8725)
Marcel Plch
2018-08-31
1
-10/+11
*
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
Marcel Plch
2018-08-02
1
-2/+20
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
1
-1/+4
*
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
John Jolly
2018-01-30
1
-3/+3
*
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Bo Bayles
2018-01-30
1
-12/+32
*
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang
2017-03-11
1
-3/+3
*
bpo-28231: The zipfile module now accepts path-like objects for external path...
Serhiy Storchaka
2017-03-08
1
-2/+22
*
Issue #29013: Merge from 3.6
Berker Peksag
2017-01-02
1
-1/+1
|
\
|
*
Issue #29013: Merge from 3.5
Berker Peksag
2017-01-02
1
-1/+1
|
|
\
|
|
*
Issue #29013: Fix allowZip64 documentation
Berker Peksag
2017-01-02
1
-1/+1
*
|
|
Issue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka
2016-11-02
1
-0/+60
|
\
\
\
|
|
/
/
|
*
|
Issue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka
2016-11-02
1
-0/+56
|
|
\
\
|
/
/
/
|
|
_
|
*
Issue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka
2016-11-02
1
-0/+57
*
|
Issue #19795: Improved more markups of True/False.
Serhiy Storchaka
2016-10-19
1
-1/+1
|
\
\
|
|
/
*
|
Issue #28103: Merge from 3.5
Berker Peksag
2016-09-13
1
-2/+2
|
\
\
|
|
/
|
*
Issue #28103: Use ``'...'`` style in zipfile documentation
Berker Peksag
2016-09-13
1
-2/+2
*
|
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Serhiy Storchaka
2016-09-10
1
-15/+43
*
|
Issue #27381: Merge from 3.5
Berker Peksag
2016-06-24
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27381: Remove superfluous paren in zipfile documentation
Berker Peksag
2016-06-24
1
-1/+1
*
|
Issue #27311: Merge zipfile doc from 3.5
Martin Panter
2016-06-15
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27311: Fix ZipFile.writestr data argument name.
Martin Panter
2016-06-15
1
-2/+2
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0/+1
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+1
*
|
Issue #27029: Removed deprecated support of universal newlines mode from ZipF...
Serhiy Storchaka
2016-06-11
1
-13/+8
*
|
Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
Serhiy Storchaka
2016-05-15
1
-2/+10
*
|
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
Serhiy Storchaka
2016-05-13
1
-16/+26
*
|
merge with 3.5
Georg Brandl
2016-02-26
1
-11/+4
|
\
\
|
|
/
|
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-5/+5
*
|
Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
Serhiy Storchaka
2016-02-07
1
-0/+24
|
/
*
minor clarification on Zipfile 'x' mode - exclusive creation of a file.
Senthil Kumaran
2016-01-22
1
-2/+2
*
remove trailing space
Gregory P. Smith
2015-04-14
1
-1/+1
|
\
|
*
remove trailing space :)
Gregory P. Smith
2015-04-14
1
-1/+1
*
|
issue22046: mention that zipfile can raise NotImplementedError on unsupported
Gregory P. Smith
2015-04-14
1
-1/+5
|
\
\
|
|
/
|
*
issue22046: mention that zipfile can raise NotImplementedError on unsupported
Gregory P. Smith
2015-04-14
1
-1/+5
*
|
Closes #23730: merge with 3.4
Zachary Ware
2015-04-13
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23730: Document the return value of ZipFile.extract
Zachary Ware
2015-04-13
1
-0/+2
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-3/+1
*
|
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
Serhiy Storchaka
2015-03-25
1
-9/+16
*
|
Issue #23252: Added support for writing ZIP files to unseekable streams.
Serhiy Storchaka
2015-03-22
1
-1/+4
*
|
merge 3.4
Benjamin Peterson
2015-03-13
1
-1/+1
|
\
\
|
|
/
|
*
use the meth role for ZipFile.open
Benjamin Peterson
2015-03-13
1
-1/+1
*
|
Issue #22154: Add an example to show context management protocol support of Z...
Berker Peksag
2015-03-13
1
-0/+7
|
\
\
|
|
/
|
*
Issue #22154: Add an example to show context management protocol support of Z...
Berker Peksag
2015-03-13
1
-0/+7
[next]