aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/util.py
Commit message (Expand)AuthorAgeFilesLines
* fix zip extraction for python 3takumi2020-02-071-0/+15
* mach: fix `bootstrap-android` on Python 3Zhuowei Zhang2020-01-261-2/+2
* Fix StringIO module import to be compatible with Python3marmeladema2019-10-161-2/+2
* Fix except statement in order to be compatible with Python3marmeladema2019-10-161-3/+3
* Use urllib from six module in order to be compatible with Python3marmeladema2019-10-161-6/+6
* Fix certifi import error while running ./match bootstrapShanavas M2019-01-031-9/+17
* Reduce log spam for large downloads made from machSimon Sapin2018-10-111-2/+11
* Allow bootstrap to be run before anything else is installedManish Goregaokar2018-09-111-1/+1
* TidySimon Sapin2018-07-021-0/+3
* boostrap: set executable bits when extracting zip filesSimon Sapin2018-07-021-4/+20
* Add `./mach bootstrap-android`Simon Sapin2018-07-021-0/+13
* Ensure readonly files can be removed on Windows.Josh Matthews2018-03-081-1/+8
* Use rustup.rs instead of custom bootstrapSimon Sapin2018-01-101-5/+2
* Only pass cafile argument to urlopen in Python versions that support it.Simon Sapin2017-10-191-1/+15
* Bootstrap: use 'certifi' package to obtain up-to-date root CA list.Simon Sapin2017-10-191-1/+2
* Bootstrap: print URLs being downloaded.Simon Sapin2017-10-181-2/+2
* Auto merge of #18145 - tigercosmos:master, r=larsbergstrombors-servo2017-10-161-15/+2
|\
| * fix windows build issuetigercosmos2017-08-191-15/+2
* | Handle aarch64 cpu_typeHiroshi Hatake2017-08-241-0/+2
|/
* Move delete function to util.pyAneesh Agrawal2017-04-181-5/+13
* Remove more deprecated Windows GNU code/docsAneesh Agrawal2017-04-161-4/+0
* Add support for Visual Studio 2017UK9922017-04-111-1/+1
* Disable LLVM assertions by default, on supported platforms.Simon Sapin2017-02-161-1/+5
* Avoid hardcoded references to rustc in download()Aneesh Agrawal2017-01-151-5/+5
* Create a util.py Python module for common functionsAneesh Agrawal2017-01-151-0/+151