- 29 Eyl, 2017 1 kayıt (commit)
-
-
Zhiming Wang yazdı
Add optional argument `compressed` to `zipapp.create_archive`, and add option `--compress` to the command line interface of `zipapp`.
-
- 26 Agu, 2017 1 kayıt (commit)
-
-
Paul Moore yazdı
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.
-
- 09 Agu, 2017 1 kayıt (commit)
-
-
Jeffrey Rackauckas yazdı
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
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 22 Mar, 2015 1 kayıt (commit)
-
-
Paul Moore yazdı
As a result, explicitly support pathlib.Path objects as arguments. Also added tests for the CLI interface.
-
- 13 Mar, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Paul Moore for the PEP and implementation.
-