summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipapp.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-4/+3
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #26638: Fix links to some CLI options and section headingsMartin Panter2016-04-161-1/+1
| | | | | | * Disable inappropriate links to Python interpreter options * Correct link to CLI section in zipapp * Make CLI section label in timeit less ambiguous
* #23657 Don't explicitly do an isinstance check for str in zipappPaul Moore2015-03-221-8/+9
| | | | | As a result, explicitly support pathlib.Path objects as arguments. Also added tests for the CLI interface.
* Strip trailing whitespaceBrett Cannon2015-03-131-7/+8
|
* Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-131-0/+257
Thanks to Paul Moore for the PEP and implementation.