You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests
joshua.lock@intel.com 426f69b485 Remove the use of urllib for SSL connections
Using urllib for SSL connections when behind a proxy is known to be
broken.

Upstream has fixed this in urllib2 in Python 2.6.3 and newer so
replace uses of urllib for SSL connections with urllib2 methods.

R=maruel@chromium.org
BUG=134165
TEST=gclient sync behind corporate proxy. Submitting this CL with git_cl.


Review URL: https://chromiumcodereview.appspot.com/10825107

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@149742 0039d316-1c4b-4281-b951-d872f2087c98
14 years ago
..
subversion_config
abandon.sh Add test for git-svn with submodule/merge layout. 14 years ago
basic.sh Add test for git-svn with submodule/merge layout. 14 years ago
breakpad_unittest.py Make sure that direct call to SendStack() doesn't send a stack trace for non googler 14 years ago
checkout_test.py Remove GitSvn*Checkout implementations. 14 years ago
fix_encoding_test.py
gcl_unittest.py Update upload.py @ fae51921ad9d 14 years ago
gclient_scm_test.py Fix the svn version check issue, append '--quiet' to get svn version string. 14 years ago
gclient_smoketest.py Rework gclient 'recurse' command to use a WorkQueue. 14 years ago
gclient_test.py Add the ability to specify a target_os for gclient solutions 14 years ago
gclient_utils_test.py Enforce utf-8 codec on all files read and write. 14 years ago
git_cl_test.py Remove the use of urllib for SSL connections 14 years ago
hooks.sh Add test for git-svn with submodule/merge layout. 14 years ago
owners.sh Add test for git-svn with submodule/merge layout. 14 years ago
owners_unittest.py Readd missing unittests for owners 14 years ago
patch.sh Add test for git-svn with submodule/merge layout. 14 years ago
patch_test.py Fix unicode upgrade of patch. 14 years ago
post-dcommit-hook-test.sh Add test for git-svn with submodule/merge layout. 14 years ago
presubmit_unittest.py Pass arguments to pylint child process via a pipe. 14 years ago
push-basic.sh Add test for git-svn with submodule/merge layout. 14 years ago
push-from-logs.sh Add test for git-svn with submodule/merge layout. 14 years ago
rename.sh Add test for git-svn with submodule/merge layout. 14 years ago
rietveld_test.py There is no reason to not assume that status:null isn't 'M'. 14 years ago
sample_pre_commit_hook
save-description-on-failure.sh Add test for git-svn with submodule/merge layout. 14 years ago
scm_unittest.py Remove python 2.5 compatibility code. 14 years ago
submit-from-new-dir.sh Add test for git-svn with submodule/merge layout. 14 years ago
submodule-merge-test.sh Add test for git-svn with submodule/merge layout. 14 years ago
subprocess2_test.py Fix variable aliasing. Fixes pylint W0623. 14 years ago
test-lib.sh Add test for git-svn with submodule/merge layout. 14 years ago
trychange_unittest.py [depot_tools] Allow gclient runhooks to work offline w/safesync_url. 14 years ago
upload-local-tracking-branch.sh Add test for git-svn with submodule/merge layout. 14 years ago
upload-stale.sh Add test for git-svn with submodule/merge layout. 14 years ago
upstream.sh Add test for git-svn with submodule/merge layout. 14 years ago
watchlists_unittest.py