Ronald Oussoren 
								
							 
						 
						
							
							
							
							
								
							
							
								e72e161851 
								
							 
						 
						
							
							
								
								Issue  #11500 : Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list  
							
							... 
							
							
							
							Patch by Scott Wilson. 
							
						 
						
							2011-03-14 18:15:25 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								a4d5b0cb62 
								
							 
						 
						
							
							
								
								Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Jeff McNeil.  
							
							
							
						 
						
							2011-03-19 17:47:26 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ronald Oussoren 
								
							 
						 
						
							
							
							
							
								
							
							
								ba3a978fc1 
								
							 
						 
						
							
							
								
								Issue  #11500 : Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list.  
							
							
							
						 
						
							2011-03-14 18:48:31 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc-André Lemburg 
								
							 
						 
						
							
							
							
							
								
							
							
								8f36af7a4c 
								
							 
						 
						
							
							
								
								Normalize the encoding names for Latin-1 and UTF-8 to  
							
							... 
							
							
							
							'latin-1' and 'utf-8'.
These are optimized in the Python Unicode implementation
to result in more direct processing, bypassing the codec
registry.
Also see issue11303. 
							
						 
						
							2011-02-25 15:42:01 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								2933312fe7 
								
							 
						 
						
							
							
								
								Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode.  
							
							
							
						 
						
							2011-02-11 11:25:47 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								6153604bc7 
								
							 
						 
						
							
							
								
								Remove lots of spaces within exception message.  
							
							
							
						 
						
							2011-02-03 07:46:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								1e991f2de5 
								
							 
						 
						
							
							
								
								Fix some mistakes- Issue3243 (r87399)  Correcting the operator precendence  
							
							... 
							
							
							
							problem with Content-Length header and uncommenting the test. 
							
						 
						
							2010-12-24 04:03:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R. David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								46c6fd605e 
								
							 
						 
						
							
							
								
								Merged revisions 87448 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r87448 | r.david.murray | 2010-12-23 14:44:49 -0500 (Thu, 23 Dec 2010) | 4 lines
  #4496 : remove misleading comment and note that self.handlers is obsolete.
  self.handlers is still used in one urllib2 test, but not by the code iteslf.
........ 
							
						 
						
							2010-12-23 19:47:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R. David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								25b8cca6e8 
								
							 
						 
						
							
							
								
								#4496 : remove misleading comment and note that self.handlers is obsolete.  
							
							... 
							
							
							
							self.handlers is still used in one urllib2 test, but not by the code iteslf. 
							
						 
						
							2010-12-23 19:44:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								09a7df8301 
								
							 
						 
						
							
							
								
								#3243  follow-up: remove debugging print and fix docs; data is a bytes object.  
							
							
							
						 
						
							2010-12-19 12:33:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								7bc0d872dd 
								
							 
						 
						
							
							
								
								Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee.  
							
							
							
						 
						
							2010-12-19 10:49:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								d17ebdba4a 
								
							 
						 
						
							
							
								
								Merged revisions 86676 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r86676 | senthil.kumaran | 2010-11-22 12:48:26 +0800 (Mon, 22 Nov 2010) | 4 lines
  Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not
  starts with one. This behavior is exhibited by browser and other clients.
........ 
							
						 
						
							2010-11-22 04:53:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								c295862ce0 
								
							 
						 
						
							
							
								
								Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not  
							
							... 
							
							
							
							starts with one. This behavior is exhibited by browser and other clients. 
							
						 
						
							2010-11-22 04:48:26 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								723a7a6d93 
								
							 
						 
						
							
							
								
								Merged revisions 86520 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r86520 | senthil.kumaran | 2010-11-18 23:36:41 +0800 (Thu, 18 Nov 2010) | 3 lines
  Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy
........ 
							
						 
						
							2010-11-18 16:44:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								daa29d01b7 
								
							 
						 
						
							
							
								
								Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy  
							
							
							
						 
						
							2010-11-18 15:36:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								383c32dd38 
								
							 
						 
						
							
							
								
								Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol  
							
							
							
						 
						
							2010-10-14 11:57:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								803e6d670c 
								
							 
						 
						
							
							
								
								Issue  #9003 : http.client.HTTPSConnection, urllib.request.HTTPSHandler and  
							
							... 
							
							
							
							urllib.request.urlopen now take optional arguments to allow for
server certificate checking, as recommended in public uses of HTTPS. 
							
						 
						
							2010-10-13 10:36:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								603ca41e27 
								
							 
						 
						
							
							
								
								Merged revisions 85025 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r85025 | senthil.kumaran | 2010-09-27 06:56:03 +0530 (Mon, 27 Sep 2010) | 6 lines
  Fix Issue1595365 - Adding the req.headers after the un-redirect headers have
  been added. This helps in accidental overwritting of User-Agent header to
  default value. To preserve the old behavior, only headers not in unredirected
  headers will be updated.
........ 
							
						 
						
							2010-09-27 01:28:10 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								42ef4b1f4c 
								
							 
						 
						
							
							
								
								Fix Issue1595365 - Adding the req.headers after the un-redirect headers have  
							
							... 
							
							
							
							been added. This helps in accidental overwritting of User-Agent header to
default value. To preserve the old behavior, only headers not in unredirected
headers will be updated. 
							
						 
						
							2010-09-27 01:26:03 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								4bb5c273c6 
								
							 
						 
						
							
							
								
								Fix Issue8797 - Reset the basic auth retry count when response code is not 401.  
							
							
							
						 
						
							2010-08-26 06:16:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								cb39d6c4e2 
								
							 
						 
						
							
							
								
								Merged revisions 84210 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r84210 | senthil.kumaran | 2010-08-19 23:20:31 +0530 (Thu, 19 Aug 2010) | 3 lines
  Fix Issue9639 - reset the retry count on successful auth.
........ 
							
						 
						
							2010-08-19 17:54:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								67a62a41b8 
								
							 
						 
						
							
							
								
								Fix Issue9639 - reset the retry count on successful auth.  
							
							
							
						 
						
							2010-08-19 17:50:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Florent Xicluna 
								
							 
						 
						
							
							
							
							
								
							
							
								37ddbb8abd 
								
							 
						 
						
							
							
								
								Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
  r76719 | antoine.pitrou | 2009-12-08 20:38:17 +0100 (mar., 08 déc. 2009) | 9 lines
  Merged revisions 76718 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r76718 | antoine.pitrou | 2009-12-08 20:35:12 +0100 (mar., 08 déc. 2009) | 3 lines
    Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.
  ........
................
  r81270 | florent.xicluna | 2010-05-17 19:24:07 +0200 (lun., 17 mai 2010) | 9 lines
  Merged revision 81259 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r81259 | florent.xicluna | 2010-05-17 12:39:07 +0200 (lun, 17 mai 2010) | 2 lines
    Slight style cleanup.
  ........
................
  r81271 | florent.xicluna | 2010-05-17 19:33:07 +0200 (lun., 17 mai 2010) | 11 lines
  Issue #1285086 : Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes.
  Recorded merge of revisions 81265 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r81265 | florent.xicluna | 2010-05-17 15:35:09 +0200 (lun, 17 mai 2010) | 2 lines
    Issue #1285086 : Speed up urllib.quote and urllib.unquote for simple cases.
  ........
................
  r81272 | florent.xicluna | 2010-05-17 20:01:22 +0200 (lun., 17 mai 2010) | 2 lines
  Inadvertently removed part of the comment in r81271.
................
  r83294 | senthil.kumaran | 2010-07-30 21:34:36 +0200 (ven., 30 juil. 2010) | 2 lines
  Fix issue9301 - handle unquote({}) kind of case.
................
  r83319 | florent.xicluna | 2010-07-31 10:56:55 +0200 (sam., 31 juil. 2010) | 2 lines
  Fix an oversight in r83294.  unquote() should reject bytes.  Issue #9301 .
................
  r84038 | florent.xicluna | 2010-08-14 20:30:35 +0200 (sam., 14 août 2010) | 1 line
  Silence the BytesWarning, due to patch r83294 for #9301 
................
  r84039 | florent.xicluna | 2010-08-14 22:51:58 +0200 (sam., 14 août 2010) | 1 line
  Silence BytesWarning while testing exception
................ 
							
						 
						
							2010-08-14 21:06:29 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								4c88db77a0 
								
							 
						 
						
							
							
								
								Merged revisions 83818 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r83818 | senthil.kumaran | 2010-08-08 16:57:53 +0530 (Sun, 08 Aug 2010) | 4 lines
  Fix Issue8280 - urllib2's Request method will remove fragements in the url.
  This is how it should work,wget and curl work like this way too. Old behavior was wrong.
........ 
							
						 
						
							2010-08-08 11:30:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								d95cc75483 
								
							 
						 
						
							
							
								
								Fix Issue8280 - urllib2's Request method will remove fragements in the url.  
							
							... 
							
							
							
							This is how it should work,wget and curl work like this way too. Old behavior was wrong. 
							
						 
						
							2010-08-08 11:27:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								fe2f4ecc14 
								
							 
						 
						
							
							
								
								Merged revisions 83729 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r83729 | senthil.kumaran | 2010-08-04 23:16:23 +0530 (Wed, 04 Aug 2010) | 3 lines
  Sending the auth info as string. Fix BytesWarning: str() on a bytes instance Exception on buildbot.
........ 
							
						 
						
							2010-08-04 17:49:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								5626eec0c2 
								
							 
						 
						
							
							
								
								Sending the auth info as string. Fix BytesWarning: str() on a bytes instance Exception on buildbot.  
							
							
							
						 
						
							2010-08-04 17:46:23 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								afef78f832 
								
							 
						 
						
							
							
								
								Merged revisions 83415 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r83415 | senthil.kumaran | 2010-08-01 23:23:37 +0530 (Sun, 01 Aug 2010) | 3 lines
  Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication
........ 
							
						 
						
							2010-08-01 17:55:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								de0eb249c6 
								
							 
						 
						
							
							
								
								Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication  
							
							
							
						 
						
							2010-08-01 17:53:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								1ea57a6c5f 
								
							 
						 
						
							
							
								
								Merged revisions 82895 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r82895 | senthil.kumaran | 2010-07-15 01:40:52 +0530 (Thu, 15 Jul 2010) | 3 lines
  Fix a mistake, https proxy shoud be https://
........ 
							
						 
						
							2010-07-14 20:13:28 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								04f31b8ae6 
								
							 
						 
						
							
							
								
								Fix a mistake, https proxy shoud be https://  
							
							
							
						 
						
							2010-07-14 20:10:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								99f9bd16c9 
								
							 
						 
						
							
							
								
								Merged revisions 82890 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r82890 | senthil.kumaran | 2010-07-15 00:45:23 +0530 (Thu, 15 Jul 2010) | 3 lines
  Fix: Issue6853 - Get HTTPS system proxy in Windows.
........ 
							
						 
						
							2010-07-14 19:20:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								e4004a653c 
								
							 
						 
						
							
							
								
								Fix: Issue6853 - Get HTTPS system proxy in Windows.  
							
							
							
						 
						
							2010-07-14 19:15:23 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								3402414b85 
								
							 
						 
						
							
							
								
								Merged revisions 82780 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r82780 | senthil.kumaran | 2010-07-11 08:42:43 +0530 (Sun, 11 Jul 2010) | 3 lines
  Stricter verification for file based url scheme and reliance on ftp protocol.
........ 
							
						 
						
							2010-07-11 03:15:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								2ef16328e8 
								
							 
						 
						
							
							
								
								Stricter verification for file based url scheme and reliance on ftp protocol.  
							
							
							
						 
						
							2010-07-11 03:12:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ronald Oussoren 
								
							 
						 
						
							
							
							
							
								
							
							
								ddb62e9f4c 
								
							 
						 
						
							
							
								
								Merged revisions 82286 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
  r82286 | ronald.oussoren | 2010-06-27 16:26:30 +0200 (Sun, 27 Jun 2010) | 11 lines
  Merged revisions 82284 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r82284 | ronald.oussoren | 2010-06-27 15:59:39 +0200 (Sun, 27 Jun 2010) | 4 lines
    Fix for Issue8883: without this patch test_urllib will fail
    when there is a bare IP address in the "Bypass proxy settings
    for these Hosts & Domains" list on MacOSX.
  ........
................ 
							
						 
						
							2010-06-27 14:27:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ronald Oussoren 
								
							 
						 
						
							
							
							
							
								
							
							
								ab90f8e6a1 
								
							 
						 
						
							
							
								
								Merged revisions 82284 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/trunk
........
  r82284 | ronald.oussoren | 2010-06-27 15:59:39 +0200 (Sun, 27 Jun 2010) | 4 lines
  Fix for Issue8883: without this patch test_urllib will fail
  when there is a bare IP address in the "Bypass proxy settings
  for these Hosts & Domains" list on MacOSX.
........ 
							
						 
						
							2010-06-27 14:26:30 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								b4d1c2c861 
								
							 
						 
						
							
							
								
								Merged revisions 82068 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r82068 | senthil.kumaran | 2010-06-18 20:38:18 +0530 (Fri, 18 Jun 2010) | 3 lines
  Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page
........ 
							
						 
						
							2010-06-18 15:12:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								80f1b05971 
								
							 
						 
						
							
							
								
								Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page  
							
							
							
						 
						
							2010-06-18 15:08:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								efafdc7d10 
								
							 
						 
						
							
							
								
								Merged revisions 81638 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
  r81638 | senthil.kumaran | 2010-06-01 18:23:48 +0530 (Tue, 01 Jun 2010) | 9 lines
  Merged revisions 81636 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r81636 | senthil.kumaran | 2010-06-01 18:10:07 +0530 (Tue, 01 Jun 2010) | 3 lines
    Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries.
  ........
................ 
							
						 
						
							2010-06-01 12:56:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								f4998acb5a 
								
							 
						 
						
							
							
								
								Merged revisions 81636 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/trunk
........
  r81636 | senthil.kumaran | 2010-06-01 18:10:07 +0530 (Tue, 01 Jun 2010) | 3 lines
  Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries.
........ 
							
						 
						
							2010-06-01 12:53:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Florent Xicluna 
								
							 
						 
						
							
							
							
							
								
							
							
								757445bee0 
								
							 
						 
						
							
							
								
								Merged revision 81259 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/trunk
........
  r81259 | florent.xicluna | 2010-05-17 12:39:07 +0200 (lun, 17 mai 2010) | 2 lines
  Slight style cleanup.
........ 
							
						 
						
							2010-05-17 17:24:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Dickinson 
								
							 
						 
						
							
							
							
							
								
							
							
								b7d943625c 
								
							 
						 
						
							
							
								
								Merged revisions 81024 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
  r81024 | mark.dickinson | 2010-05-09 13:16:29 +0100 (Sun, 09 May 2010) | 1 line
  Fix test_urllib2 failure on OS X.
........ 
							
						 
						
							2010-05-09 12:17:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Dickinson 
								
							 
						 
						
							
							
							
							
								
							
							
								c3f45c25de 
								
							 
						 
						
							
							
								
								Fix test_urllib2 failure on OS X.  
							
							
							
						 
						
							2010-05-09 12:16:29 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								1e72bd3c08 
								
							 
						 
						
							
							
								
								Merged revisions 80959 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
  r80959 | senthil.kumaran | 2010-05-08 10:42:05 +0530 (Sat, 08 May 2010) | 9 lines
  Merged revisions 80957 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r80957 | senthil.kumaran | 2010-05-08 10:30:11 +0530 (Sat, 08 May 2010) | 2 lines
    Fixing the errors trigerred in test_urllib2net. Related to issue8656.
  ........
................ 
							
						 
						
							2010-05-08 05:14:29 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								06f5a53a7a 
								
							 
						 
						
							
							
								
								Merged revisions 80957 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/trunk
........
  r80957 | senthil.kumaran | 2010-05-08 10:30:11 +0530 (Sat, 08 May 2010) | 2 lines
  Fixing the errors trigerred in test_urllib2net. Related to issue8656.
........ 
							
						 
						
							2010-05-08 05:12:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								51964772b7 
								
							 
						 
						
							
							
								
								Merged revisions 80955 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
  r80955 | senthil.kumaran | 2010-05-08 08:59:09 +0530 (Sat, 08 May 2010) | 9 lines
  Merged revisions 80953 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r80953 | senthil.kumaran | 2010-05-08 08:41:50 +0530 (Sat, 08 May 2010) | 3 lines
    Fix Issue8656 - urllib2 mangles file://-scheme URLs
  ........
................ 
							
						 
						
							2010-05-08 03:31:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								4fbed10455 
								
							 
						 
						
							
							
								
								Merged revisions 80953 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/trunk
........
  r80953 | senthil.kumaran | 2010-05-08 08:41:50 +0530 (Sat, 08 May 2010) | 3 lines
  Fix Issue8656 - urllib2 mangles file://-scheme URLs
........ 
							
						 
						
							2010-05-08 03:29:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ronald Oussoren 
								
							 
						 
						
							
							
							
							
								
							
							
								94f25283c9 
								
							 
						 
						
							
							
								
								Remove traces of MacOS9 support.  
							
							... 
							
							
							
							Fix for issue #7908  
							
						 
						
							2010-05-05 19:11:21 +00:00