Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Issue 10825107: Remove the use of urllib for SSL connections (Closed)

Created:
8 years, 4 months ago by joshuagl
Modified:
8 years, 4 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews
Base URL:
https://git.chromium.org/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149742

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update to add docstring and fix mode on open() call #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M git_cl.py View 1 3 chunks +8 lines, -2 lines 0 comments Download
M tests/git_cl_test.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
joshuagl
8 years, 4 months ago (2012-07-31 16:58:42 UTC) #1
M-A Ruel
http://chromiumcodereview.appspot.com/10825107/diff/1/git_cl.py File git_cl.py (right): http://chromiumcodereview.appspot.com/10825107/diff/1/git_cl.py#newcode759 git_cl.py:759: with open(destination, 'w+') as f: Why more 'w+'? Please ...
8 years, 4 months ago (2012-08-01 13:57:21 UTC) #2
joshuagl
http://chromiumcodereview.appspot.com/10825107/diff/1/git_cl.py File git_cl.py (right): http://chromiumcodereview.appspot.com/10825107/diff/1/git_cl.py#newcode759 git_cl.py:759: with open(destination, 'w+') as f: On 2012/08/01 13:57:21, Marc-Antoine ...
8 years, 4 months ago (2012-08-01 18:50:20 UTC) #3
M-A Ruel
lgtm
8 years, 4 months ago (2012-08-02 23:39:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joshua.lock@intel.com/10825107/5001
8 years, 4 months ago (2012-08-02 23:39:22 UTC) #5
commit-bot: I haz the power
8 years, 4 months ago (2012-08-02 23:41:52 UTC) #6
Change committed as 149742

Powered by Google App Engine
This is Rietveld 408576698