| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-119588: Update docs to reflect decision to include the change with Python ... | Jason R. Coombs | 2024-06-04 | 1 | -2/+2 |
|
|
* | gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591) | Jason R. Coombs | 2024-06-03 | 1 | -0/+9 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-115961: Add name and mode attributes for compressed file-like objects (GH-... | Serhiy Storchaka | 2024-04-21 | 1 | -0/+10 |
|
|
* | Docs: add link roles with Sphinx extlinks (#117850) | Hugo van Kemenade | 2024-04-15 | 1 | -1/+1 |
|
|
* | Docs: align usage of versionadded/versionchanged with recommended practice (#... | Erlend E. Aasland | 2024-01-22 | 1 | -12/+12 |
|
|
* | gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ... | Gregory P. Smith | 2024-01-12 | 1 | -0/+5 |
|
|
* | Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292) | Adam Turner | 2023-10-03 | 1 | -9/+9 |
|
|
* | docs: clarify Path.suffix (GH-106650) | Ned Batchelder | 2023-07-13 | 1 | -2/+3 |
|
|
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
|
|
* | GH-103484: Fix broken links reported by linkcheck (#103608) | Rafael Fontenelle | 2023-04-22 | 1 | -1/+1 |
|
|
* | gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526) | Nikita Sobolev | 2023-03-08 | 1 | -1/+1 |
|
|
* | GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589) | Filipe LaĆns | 2023-02-20 | 1 | -2/+3 |
|
|
* | gh-101144: Allow open and read_text encoding to be positional. (#101145) | Gregory P. Smith | 2023-01-20 | 1 | -0/+12 |
|
|
* | Document that zipfile's pwd parameter is a `bytes` object (#100209) | JustAnotherArchivist | 2022-12-16 | 1 | -7/+8 |
|
|
* | gh-99087: Add missing newline for prompts in docs (GH-98993) | Stanley | 2022-12-09 | 1 | -0/+1 |
|
|
* | gh-93019: Fix markup in zipfile.rst (#93025) | Shantanu | 2022-05-21 | 1 | -1/+1 |
|
|
* | bpo-46586: Fix more erroneous doc links to builtins (#31429) | Meer Suri | 2022-05-02 | 1 | -1/+1 |
|
|
* | bpo-4833: Add ZipFile.mkdir (GH-32160) | Sam Ezeh | 2022-04-05 | 1 | -0/+11 |
|
|
* | bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007) | Serhiy Storchaka | 2022-03-22 | 1 | -1/+40 |
|
|
* | bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) | Anthony Shaw | 2021-08-09 | 1 | -0/+2 |
|
|
* | [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-... | andrei kulakov | 2021-08-04 | 1 | -1/+5 |
|
|
* | bpo-44638: Add a reference to the zipp project and hint as to how to use it. ... | Jason R. Coombs | 2021-07-16 | 1 | -0/+4 |
|
|
* | bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129) | Miguel Brito | 2021-05-14 | 1 | -0/+21 |
|
|
* | bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) | Jason R. Coombs | 2020-12-16 | 1 | -1/+14 |
|
|
* | 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 |
|\ \
| |/ |
|