summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipfile.rst
Commit message (Expand)AuthorAgeFilesLines
* Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)Adam Turner2023-10-031-9/+9
* docs: clarify Path.suffix (GH-106650)Ned Batchelder2023-07-131-2/+3
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-221-1/+1
* gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526)Nikita Sobolev2023-03-081-1/+1
* GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589)Filipe LaĆ­ns2023-02-201-2/+3
* gh-101144: Allow open and read_text encoding to be positional. (#101145)Gregory P. Smith2023-01-201-0/+12
* Document that zipfile's pwd parameter is a `bytes` object (#100209)JustAnotherArchivist2022-12-161-7/+8
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+1
* gh-93019: Fix markup in zipfile.rst (#93025)Shantanu2022-05-211-1/+1
* bpo-46586: Fix more erroneous doc links to builtins (#31429)Meer Suri2022-05-021-1/+1
* bpo-4833: Add ZipFile.mkdir (GH-32160)Sam Ezeh2022-04-051-0/+11
* bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)Serhiy Storchaka2022-03-221-1/+40
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Anthony Shaw2021-08-091-0/+2
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...andrei kulakov2021-08-041-1/+5
* bpo-44638: Add a reference to the zipp project and hint as to how to use it. ...Jason R. Coombs2021-07-161-0/+4
* bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)Miguel Brito2021-05-141-0/+21
* bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)Jason R. Coombs2020-12-161-1/+14
* bpo-39667: Sync zipp 3.0 (GH-18540)Jason R. Coombs2020-02-291-4/+14
* bpo-38526: Fix zipfile.Path method name to be the correct one (#17317)Claudiu Popa2019-11-211-1/+1
* bpo-36260: Add pitfalls to zipfile module documentation (#13378)JunWei Song2019-09-111-0/+40
* bpo-36832: add zipfile.Path (#13153)Jason R. Coombs2019-05-081-0/+67
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-1/+1
* bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...Serhiy Storchaka2018-11-251-14/+10
* Fix typo in zipfile documentation. (GH-10151)nsrip2018-10-271-1/+1
* bpo-34097: Polish API design (GH-8725)Marcel Plch2018-08-311-10/+11
* bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)Marcel Plch2018-08-021-2/+20
* bpo-30693: zip+tarfile: sort directory listing (#2263)Bernhard M. Wiedemann2018-01-311-1/+4
* bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)John Jolly2018-01-301-3/+3
* bpo-21417: Add compresslevel= to the zipfile module (GH-5385)Bo Bayles2018-01-301-12/+32
* bpo-29770: remove outdated PYO related info (GH-590)Xiang Zhang2017-03-111-3/+3
* bpo-28231: The zipfile module now accepts path-like objects for external path...Serhiy Storchaka2017-03-081-2/+22
* Issue #29013: Merge from 3.6Berker Peksag2017-01-021-1/+1
|\
| * Issue #29013: Merge from 3.5Berker Peksag2017-01-021-1/+1
| |\
| | * Issue #29013: Fix allowZip64 documentationBerker Peksag2017-01-021-1/+1
* | | Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+60
|\ \ \ | |/ /
| * | Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+56
| |\ \ |/ / / | | _
| * Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+57
* | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
|\ \ | |/
* | Issue #28103: Merge from 3.5Berker Peksag2016-09-131-2/+2
|\ \ | |/
| * Issue #28103: Use ``'...'`` style in zipfile documentationBerker Peksag2016-09-131-2/+2
* | Issue #24693: Changed some RuntimeError's in the zipfile module to moreSerhiy Storchaka2016-09-101-15/+43
* | Issue #27381: Merge from 3.5Berker Peksag2016-06-241-1/+1
|\ \ | |/
| * Issue #27381: Remove superfluous paren in zipfile documentationBerker Peksag2016-06-241-1/+1
* | Issue #27311: Merge zipfile doc from 3.5Martin Panter2016-06-151-2/+2
|\ \ | |/
| * Issue #27311: Fix ZipFile.writestr data argument name.Martin Panter2016-06-151-2/+2
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+1
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* | Issue #27029: Removed deprecated support of universal newlines mode from ZipF...Serhiy Storchaka2016-06-111-13/+8
* | Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.Serhiy Storchaka2016-05-151-2/+10