Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076) | Gabriel Venberg | 2023-06-26 | 1 | -1/+1 |
| | | | zippapp will now avoid appending an archive to itself. | ||||
* | bpo-46951: Order contents of zipapps (GH-31713) | hfinucane | 2022-05-27 | 1 | -1/+1 |
| | | | So that builds are more reproducible. | ||||
* | bpo-31638: Add compression support to zipapp (GH-3819) | Zhiming Wang | 2017-09-29 | 1 | -3/+9 |
| | | | | Add optional argument `compressed` to `zipapp.create_archive`, and add option `--compress` to the command line interface of `zipapp`. | ||||
* | bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049) | Paul Moore | 2017-08-26 | 1 | -4/+4 |
| | | | | | | | bpo-31072: Rename the new filter argument for zipapp.create_archive (GH-3049) * Rename the new argument to "filter" * Improve tests for the new functionality * Add a "What's New" entry. | ||||
* | bpo-31072: Add filter to zipapp (#3021) | Jeffrey Rackauckas | 2017-08-09 | 1 | -2/+4 |
| | | | | | | bpo-31072: Add a filter argument to zipapp.create_archive (GH-3021) * Add an include_file argument to allow callers to decide which files to include * Document the new argument | ||||
* | bpo-29901: Improve support of path-like objects in zipapp. (#815) | Serhiy Storchaka | 2017-03-25 | 1 | -7/+4 |
| | | | Now general path-like objects are supported, not just pathlib.Path. | ||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -3/+4 |
| | |||||
* | #23657 Don't explicitly do an isinstance check for str in zipapp | Paul Moore | 2015-03-22 | 1 | -9/+30 |
| | | | | | As a result, explicitly support pathlib.Path objects as arguments. Also added tests for the CLI interface. | ||||
* | Add some periods to the ends of a couple comments | Brett Cannon | 2015-03-13 | 1 | -2/+2 |
| | |||||
* | Issue #23491: Implement PEP 441: Improving Python Zip Application Support | Brett Cannon | 2015-03-13 | 1 | -0/+179 |
Thanks to Paul Moore for the PEP and implementation. |