[issue979407] urllib2 digest auth totally broken

2013-07-07 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue979407 ___ ___ Python-bugs-list

[issue979407] urllib2 digest auth totally broken

2013-07-07 Thread Christian Heimes
Christian Heimes added the comment: The bug has been fixed a while ago. Python 2.7 as well as Python 3.x have tests to verify digest auth. Farewell Aaron... -- nosy: +christian.heimes resolution: - fixed stage: test needed - committed/rejected status: open - closed

[issue979407] urllib2 digest auth totally broken

2013-07-06 Thread Senko Rasic
Senko Rasic added the comment: Checked with 3.4.0 alpha, works fine. Apart from the tests mentioned, I used the following script to check digest auth: from urllib import request url = 'http://httpbin.org/digest-auth/auth/user/passwd' req = request.Request(url)

[issue979407] urllib2 digest auth totally broken

2013-02-15 Thread Michele OrrĂ¹
Michele OrrĂ¹ added the comment: Isn't this issue fixed and tested on Lib/test/test_urllib2.py:1304? -- nosy: +maker ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue979407 ___

[issue979407] urllib2 digest auth totally broken

2013-02-15 Thread Senthil Kumaran
Senthil Kumaran added the comment: let me check that. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue979407 ___ ___ Python-bugs-list mailing

[issue979407] urllib2 digest auth totally broken

2010-08-19 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/issue979407 ___

[issue979407] urllib2 digest auth totally broken

2010-08-19 Thread Anders Sandvig
Changes by Anders Sandvig anders.sand...@gmail.com: -- nosy: +anders.sandvig ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue979407 ___ ___

[issue979407] urllib2 digest auth totally broken

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue979407 ___ ___ Python-bugs-list mailing

[issue979407] urllib2 digest auth totally broken

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Library (Lib) -None dependencies: +urllib2 doesn't handle username/password in url nosy: +orsenthil stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker

[issue979407] urllib2 digest auth totally broken

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +jjlee ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue979407 ___ ___ Python-bugs-list mailing