summaryrefslogtreecommitdiffstats
path: root/Lib/zipapp.py
Commit message (Collapse)AuthorAgeFilesLines
* #23657 Don't explicitly do an isinstance check for str in zipappPaul Moore2015-03-221-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 commentsBrett Cannon2015-03-131-2/+2
|
* Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-131-0/+179
Thanks to Paul Moore for the PEP and implementation.