summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/checkpip.py
Commit message (Collapse)AuthorAgeFilesLines
* 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