summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* tools/create-pythons.sh: Set CONCURRENCY_LEVEL automaticallyDarsey Litzenberger2022-01-221-1/+1
|
* Fix tools/create-pythons.sh building Python on Linux 3.x or later ↵Dwayne Litzenberger2014-02-221-0/+39
| | | | (sys.platform should be "linux2", not "linux3")
* Oops. Actually build Python 3.4.0rc1 in tools/create-pythons.shDwayne Litzenberger2014-02-221-1/+2
|
* Add Python 3.4.0rc1 to tools/create-pythons.shDwayne Litzenberger2014-02-221-1/+4
|
* Update tools/create-pythons.shDwayne Litzenberger2013-02-031-7/+11
|
* Check in some scripts I use for building and testing against multiple ↵Dwayne Litzenberger2013-02-022-0/+230
versions of Python