about summary refs log tree commit diff
path: root/devscripts/make_supportedsites.py
Commit message (Collapse)AuthorAgeFilesLines
* [build] Extend use of `devscripts/utils`dirkf2023-07-251-7/+8
|
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+1
| | | | | | | | | | In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches
* Use `insert` for all sys.path manipulationsYen Chi Hsuan2015-09-261-1/+1
| | | | Closes #6867.
* Fix build with python 2.6Jaime Marquínez Ferrándiz2015-01-071-2/+2
| | | | | | | * Packages cannot be executed * '.format' needs the index of the argument (Reported in https://github.com/Homebrew/homebrew/issues/35616)
* Add documentation about supported sites (Fixes #4503)Philipp Hagemeister2014-12-301-0/+45