summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/checkpip.py
Commit message (Collapse)AuthorAgeFilesLines
* pypi.python.org -> pypi.org (GH-7613) (GH-7614)Miss Islington (bot)2018-06-111-1/+1
| | | | | (cherry picked from commit 9d6d06e8065d45f375f4a80e2d7e13b032da1f5b) Co-authored-by: Ned Deily <nad@python.org>
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+1
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts.
* Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-111-0/+32
Patch by Donald Stufft and Nick Coghlan