- 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
- e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
- 2f86a03 remove trailing space by Gregory P. Smith · 10 years ago
- 23a6a0d remove trailing space :) by Gregory P. Smith · 10 years ago
- 6eda1be issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 10 years ago
- f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 10 years ago
- d827be8 Closes #23730: merge with 3.4 by Zachary Ware · 10 years ago
- ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 10 years ago
- f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
- 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 10 years ago
- 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
- 38dae17 merge 3.4 by Benjamin Peterson · 10 years ago
- f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 10 years ago
- 406221c Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
- ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
- b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
- 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
- 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
- 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
- 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
- 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
- a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
- 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
- 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
- bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
- 8dd8233 Grammar tweak by Brett Cannon · 11 years ago
- 0cad7ec Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
- f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
- 1d824ec Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
- 5546b00 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
- f1319d8 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
- d4198c4 Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
- 44b8cbf Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
- 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
- b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
- 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
- afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
- 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
- ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
- 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
- 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
- f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 13 years ago
- f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
- 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
- d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
- 469271d More source links by Raymond Hettinger · 14 years ago
- 0d4bcf4 Fix typo (#10770) by Éric Araujo · 14 years ago
- 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
- 8f358aa #10584: fix bad links. by Georg Brandl · 14 years ago
- 5e92a50 #10008: Fix duplicate index entry. by Georg Brandl · 14 years ago
- 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
- 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
- 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
- 98be996 #9238: zipfile does handle archive comments. by Georg Brandl · 14 years ago
- cb445ef #8288: fix next -> __next__. by Georg Brandl · 15 years ago
- f8754a6 Update versionadded/changed. by Ezio Melotti · 15 years ago
- ee5c885 Merged revisions 78097 via svnmerge from by Ronald Oussoren · 15 years ago
- faa6b7f Merged revisions 77136 via svnmerge from by Ezio Melotti · 15 years ago
- 2021100 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from by Benjamin Peterson · 15 years ago
- a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
- 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
- 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
- 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
- db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
- b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
- b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
- 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 17 years ago
- dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
- fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
- 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
- 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
- 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
- 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
- 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
- da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
- 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago