index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
zipapp.py
Commit message (
Expand
)
Author
Age
*
gh-132933: zipapp - apply the filter when creating the list of files to add (...
Johannes Holmberg
2 days
*
gh-130379: Fix incorrect zipapp logic to avoid including the target in itself...
Paul Moore
2025-02-26
*
gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076)
Gabriel Venberg
2023-06-26
*
bpo-46951: Order contents of zipapps (GH-31713)
hfinucane
2022-05-27
*
bpo-31638: Add compression support to zipapp (GH-3819)
Zhiming Wang
2017-09-29
*
bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)
Paul Moore
2017-08-26
*
bpo-31072: Add filter to zipapp (#3021)
Jeffrey Rackauckas
2017-08-09
*
bpo-29901: Improve support of path-like objects in zipapp. (#815)
Serhiy Storchaka
2017-03-25
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
*
#23657 Don't explicitly do an isinstance check for str in zipapp
Paul Moore
2015-03-22
*
Add some periods to the ends of a couple comments
Brett Cannon
2015-03-13
*
Issue #23491: Implement PEP 441: Improving Python Zip Application Support
Brett Cannon
2015-03-13