servo/python/servo
Damien 1ee479707b Handle proxies in boostrap script
The urllib version used a `FancyURLOpener` which use urllib. But urllib does not not handle proxies with SSL well.
A better solution would be to use `requests` but I prefer to stay with the "no-dependency" approach.
2015-04-14 10:13:15 +02:00
..
__init__.py Cargoify servo 2014-09-08 20:21:42 -06:00
bootstrap_commands.py Handle proxies in boostrap script 2015-04-14 10:13:15 +02:00
build_commands.py Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
command_base.py auto merge of #5200 : mbrubeck/servo/cache-dir, r=larsbergstrom 2015-03-19 13:57:52 -06:00
devenv_commands.py ./mach cargo now cd's to servo dir if in root 2015-02-21 03:18:42 +05:30
post_build_commands.py Add space in mach command suggestion. 2015-03-31 15:37:42 -07:00
testing_commands.py Have ./mach test-unit run nothing but cargo test -p unit_tests 2015-04-08 01:07:54 +02:00