cpython/Lib/urllib
Senthil Kumaran 06509381a8 Merged revisions 84323 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84323 | senthil.kumaran | 2010-08-26 11:46:22 +0530 (Thu, 26 Aug 2010) | 3 lines

  Fix Issue8797 - Reset the basic auth retry count when response code is not 401.
........
2010-08-26 06:24:04 +00:00
..
__init__.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
error.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
parse.py Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from 2010-08-14 21:06:29 +00:00
request.py Merged revisions 84323 via svnmerge from 2010-08-26 06:24:04 +00:00
response.py Add __enter__ and __exit__ methods to addbase() so that it supports with. 2009-03-26 21:34:20 +00:00
robotparser.py Merged revisions 83238 via svnmerge from 2010-08-01 20:57:27 +00:00