Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -3/+4 |
| | |||||
* | #23657 Don't explicitly do an isinstance check for str in zipapp | Paul Moore | 2015-03-22 | 1 | -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 comments | Brett Cannon | 2015-03-13 | 1 | -2/+2 |
| | |||||
* | Issue #23491: Implement PEP 441: Improving Python Zip Application Support | Brett Cannon | 2015-03-13 | 1 | -0/+179 |
Thanks to Paul Moore for the PEP and implementation. |