[issue8238] Proxy handling very slow

2017-03-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ P

[issue8238] Proxy handling very slow

2016-07-17 Thread Martin Panter
Martin Panter added the comment: If this is still a problem, you should narrow down what is causing the slowdown. If you interrupt it, what is the stack trace? My best guess is perhaps there is a bypass hostname setting and a slow or failing DNS lookup. A call to urllib.proxy_bypass() was adde

[issue8238] Proxy handling

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue8238] Proxy handling

2013-05-26 Thread Mark Lawrence
Mark Lawrence added the comment: I can't even try to reproduce this as I've no corporate network as a test bed. Is this still an issue with Python 2.7 or the reworked urllib in Python 3.x? -- nosy: +BreamoreBoy ___ Python tracker

[issue8238] Proxy handling

2010-03-26 Thread Ciprian Trofin
Ciprian Trofin added the comment: I attached a screenshot. The proxy is on the corporate network. I'm not setting it up, I'm only using it. Internet Explorer needs that setting in order to connect. Firefox needs this proxy set as "manual proxy configuration". I looked deeper into the situati

[issue8238] Proxy handling

2010-03-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: How are setting up and using your proxy? It would also help you discuss your approach at python-h...@python.org and if you see any specific issues, raise it in the bug report. -- nosy: +orsenthil ___ Python tracke

[issue8238] Proxy handling

2010-03-26 Thread Ciprian Trofin
New submission from Ciprian Trofin : After I installed Python 2.6.5, I noticed a drop in performance of web connections via proxy. This script: - import time import urllib2 timeMark = time.time() opener = urllib2.build_opener() textWeb =