summaryrefslogtreecommitdiff
path: root/Lib/zipapp.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31638: Add compression support to zipapp (GH-3819)Zhiming Wang2017-09-291-3/+9
* bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)Paul Moore2017-08-261-4/+4
* bpo-31072: Add filter to zipapp (#3021)Jeffrey Rackauckas2017-08-091-2/+4
* bpo-29901: Improve support of path-like objects in zipapp. (#815)Serhiy Storchaka2017-03-251-7/+4
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-3/+4
* #23657 Don't explicitly do an isinstance check for str in zipappPaul Moore2015-03-221-9/+30
* Add some periods to the ends of a couple commentsBrett Cannon2015-03-131-2/+2
* Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-131-0/+179