[issue7159] Urllib2 authentication memory.

2016-05-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue7159] Urllib2 authentication memory.

2016-05-24 Thread Brad Olson
Brad Olson added the comment: Yes, Go ahead. Thanks. On Tue, May 24, 2016 at 1:56 AM, Terry J. Reedy wrote: > > Terry J. Reedy added the comment: > > Should this be closed? A substantial patch was pushed year ago and I see > no indication of further issue. > >

[issue7159] Urllib2 authentication memory.

2016-05-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: Should this be closed? A substantial patch was pushed year ago and I see no indication of further issue. -- nosy: +terry.reedy ___ Python tracker

[issue7159] Urllib2 authentication memory.

2015-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b9e81cb83bc by R David Murray in branch 'default': #7159: generalize urllib prior auth support. https://hg.python.org/cpython/rev/1b9e81cb83bc -- nosy: +python-dev ___ Python tracker

[issue7159] Urllib2 authentication memory.

2015-04-16 Thread R. David Murray
R. David Murray added the comment: Here is the doc patch for the design that Akshit and I agreed to after re-consideration of the API. This eliminates the HTTPBasicPriorAuthHandler in favor of the HTTPPasswdMgrWithPriorAuth password manager and putting support for prior auth on the

[issue7159] Urllib2 authentication memory.

2015-04-16 Thread Akshit Khurana
Akshit Khurana added the comment: Updated code as per docs -- Added file: http://bugs.python.org/file39075/auth11.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___

[issue7159] Urllib2 authentication memory.

2015-04-16 Thread R. David Murray
R. David Murray added the comment: Actually attaching the patch this time. -- Added file: http://bugs.python.org/file39074/prior_auth_docs.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159

[issue7159] Urllib2 authentication memory.

2015-04-15 Thread Akshit Khurana
Akshit Khurana added the comment: Adding a patch for Python 3+ Some notes: * Adding a new password manager to handle this case * The new handler added in issue 19494 had couple of issues * test passes even if we use the old handler in added test * uses `request.host` instead of

[issue7159] Urllib2 authentication memory.

2015-04-15 Thread R. David Murray
R. David Murray added the comment: Added some review comments. I think the urllib documentation does not really explain how to *use* these classes, and it should, but that is a separate issue. -- ___ Python tracker rep...@bugs.python.org

[issue7159] Urllib2 authentication memory.

2015-04-15 Thread Akshit Khurana
Akshit Khurana added the comment: Updated patch with review changes -- Added file: http://bugs.python.org/file39062/auth10.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___

[issue7159] Urllib2 authentication memory.

2015-04-12 Thread Akshit Khurana
Changes by Akshit Khurana axitkhur...@gmail.com: -- nosy: +axitkhurana ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___ ___ Python-bugs-list

[issue7159] Urllib2 authentication memory.

2015-04-09 Thread R. David Murray
R. David Murray added the comment: See also issue 19494. I think this would be a new feature, and it may be that it should leverge the feature added in issue 19494. The difference here is that we are proposing to allow it to happen automatically after the initial 401, whereas in 19494 we

[issue7159] Urllib2 authentication memory.

2015-02-25 Thread Mark Lawrence
Mark Lawrence added the comment: @Senthil what is your opinion of this? -- nosy: +BreamoreBoy type: behavior - resource usage versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue7159] Urllib2 authentication memory.

2014-03-18 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___ ___ Python-bugs-list

[issue7159] Urllib2 authentication memory.

2014-03-09 Thread M. Volz
Changes by M. Volz marie...@gmail.com: -- nosy: +mvolz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___ ___ Python-bugs-list mailing list

[issue7159] Urllib2 authentication memory.

2010-08-17 Thread David Stanek
Changes by David Stanek dsta...@dstanek.com: -- nosy: +dstanek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___ ___ Python-bugs-list mailing

[issue7159] Urllib2 authentication memory.

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___

[issue7159] Urllib2 authentication memory.

2009-11-11 Thread Chris Rebert
Changes by Chris Rebert pyb...@rebertia.com: -- nosy: +cvrebert ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___ ___ Python-bugs-list

[issue7159] Urllib2 authentication memory.

2009-10-17 Thread Brad Olson
New submission from Brad Olson br...@movedbylight.com: For each request requiring HTTP authentication, urllib2 submits the request without authentication, receives the server's 401 error/challenge, then re-submits the request with authentication. This is compliant behavior. The problem comes in

[issue7159] Urllib2 authentication memory.

2009-10-17 Thread Senthil Kumaran
Changes by Senthil Kumaran orsent...@gmail.com: -- assignee: - orsenthil nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7159 ___