summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipapp.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31638: Add compression support to zipapp (GH-3819)Zhiming Wang2017-09-291-0/+14
* bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)Paul Moore2017-08-261-5/+26
* bpo-31072: Add filter to zipapp (#3021)Jeffrey Rackauckas2017-08-091-0/+17
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* #23657 Don't explicitly do an isinstance check for str in zipappPaul Moore2015-03-221-0/+99
* Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-131-0/+250