summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipapp.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | As a result, explicitly support pathlib.Path objects as arguments. Also added tests for the CLI interface.
* Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-131-0/+250
Thanks to Paul Moore for the PEP and implementation.