Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								21c71bac5f 
								
							 
						 
						
							
							
								
								closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen  
							
							
							
						 
						
							2012-03-13 19:47:51 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								e24f96a059 
								
							 
						 
						
							
							
								
								Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size  
							
							
							
						 
						
							2012-03-13 19:29:33 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								19d85c2762 
								
							 
						 
						
							
							
								
								Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.  
							
							
							
						 
						
							2012-01-11 01:29:08 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								bda7a80194 
								
							 
						 
						
							
							
								
								Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.  
							
							
							
						 
						
							2012-01-11 01:30:23 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								5d94134040 
								
							 
						 
						
							
							
								
								Closes   #25910 : fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.  
							
							
							
						 
						
							2016-02-26 19:37:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								9e87f3d79f 
								
							 
						 
						
							
							
								
								Issue  #22989 ,  #21228 : Merge urlopen() doc from 3.4 into 3.5  
							
							
							
						 
						
							2015-11-26 11:03:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								f7e8d07538 
								
							 
						 
						
							
							
								
								Issue  #25576 : Merge www-form-urlencoded doc from 3.4 into 3.5  
							
							
							
						 
						
							2015-11-24 22:57:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								32acc16cda 
								
							 
						 
						
							
							
								
								Merge typo and grammar fixes from 3.4 into 3.5  
							
							
							
						 
						
							2015-11-14 01:14:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								a84f6c3dd3 
								
							 
						 
						
							
							
								
								Issue  #25523 : Merge a-to-an corrections from 3.4.  
							
							
							
						 
						
							2015-11-02 14:39:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								84835ab1cb 
								
							 
						 
						
							
							
								
								Issue  #25161 : Merge full stops from 3.4 into 3.5  
							
							
							
						 
						
							2015-10-10 10:44:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								d19458ac51 
								
							 
						 
						
							
							
								
								merge 3.4 ( #23989 )  
							
							
							
						 
						
							2015-04-20 18:22:21 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								6d7dced188 
								
							 
						 
						
							
							
								
								Fix two typos in AbstractBasicAuthHandler documentation.  
							
							
							
						 
						
							2015-04-17 04:58:45 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								4c7f995e80 
								
							 
						 
						
							
							
								
								#7159 : generalize urllib prior auth support.  
							
							... 
							
							
							
							This fix is a superset of the functionality introduced by the issue #19494 
enhancement, and supersedes that fix.  Instead of a new handler, we have a new
password manager that tracks whether we should send the auth for a given uri.
This allows us to say "always send", satisfying #19494 , or track that we've
succeeded in auth and send the creds right away on every *subsequent* request.
The support for using the password manager is added to AbstractBasicAuth,
which means the proxy handler also now can handle prior auth if passed
the new password manager.
Patch by Akshit Khurana, docs mostly by me. 
							
						 
						
							2015-04-16 16:36:18 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								556e08e9b2 
								
							 
						 
						
							
							
								
								Issue  #12955 : Change the urlopen() examples to use context managers where appropriate.  
							
							... 
							
							
							
							Patch by Martin Panter. 
							
						 
						
							2015-04-12 13:53:33 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								f1a3240ba8 
								
							 
						 
						
							
							
								
								merge 3.4  
							
							
							
						 
						
							2014-11-23 11:43:43 -06:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nick Coghlan 
								
							 
						 
						
							
							
							
							
								
							
							
								c216c48699 
								
							 
						 
						
							
							
								
								Close   #19494 : add urrlib.request.HTTPBasicPriorAuthHandler  
							
							... 
							
							
							
							This auth handler adds the Authorization header to the first
HTTP request rather than waiting for a HTTP 401 Unauthorized
response from the server as the default HTTPBasicAuthHandler
does.
This allows working with websites like https://api.github.com  which do
not follow the strict interpretation of RFC, but more the dicta in the
end of section 2 of RFC 2617:
    > A client MAY preemptively send the corresponding Authorization
    > header with requests for resources in that space without receipt
    > of another challenge from the server.  Similarly, when a client
    > sends a request to a proxy, it may reuse a userid and password in
    > the Proxy-Authorization header field without receiving another
    > challenge from the proxy server. See section 4 for security
    > considerations associated with Basic authentication.
Patch by Matej Cepl. 
							
						 
						
							2014-11-12 23:33:50 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								4a358de34e 
								
							 
						 
						
							
							
								
								context has been backported so fix versionchanged  
							
							
							
						 
						
							2014-11-03 17:04:01 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								1cca273669 
								
							 
						 
						
							
							
								
								merge 3.4 ( #22417 )  
							
							
							
						 
						
							2014-11-03 14:36:48 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								030dbb91a9 
								
							 
						 
						
							
							
								
								merge 3.4  
							
							
							
						 
						
							2014-11-02 13:19:15 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								a5c85b3f5f 
								
							 
						 
						
							
							
								
								Issue  #22366 : urllib.request.urlopen will accept a context object (SSLContext)  
							
							... 
							
							
							
							as an argument which will then used be for HTTPS connection.
Patch by Alex Gaynor. 
							
						 
						
							2014-09-19 15:23:30 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Donald Stufft 
								
							 
						 
						
							
							
							
							
								
							
							
								8b852f111e 
								
							 
						 
						
							
							
								
								Fix Issue  #21528  - Fix documentation typos  
							
							
							
						 
						
							2014-05-20 12:58:38 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Florent Xicluna 
								
							 
						 
						
							
							
							
							
								
							
							
								608cab54e4 
								
							 
						 
						
							
							
								
								Merge 3.2  
							
							
							
						 
						
							2011-10-28 22:16:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Florent Xicluna 
								
							 
						 
						
							
							
							
							
								
							
							
								305bb662a9 
								
							 
						 
						
							
							
								
								Documentation typo  
							
							
							
						 
						
							2011-10-28 22:14:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Florent Xicluna 
								
							 
						 
						
							
							
							
							
								
							
							
								d39a4d755a 
								
							 
						 
						
							
							
								
								Merge 3.2  
							
							
							
						 
						
							2011-10-28 22:05:12 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Florent Xicluna 
								
							 
						 
						
							
							
							
							
								
							
							
								83386dac8b 
								
							 
						 
						
							
							
								
								I should be someone  
							
							
							
						 
						
							2011-10-28 22:03:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								a41c942685 
								
							 
						 
						
							
							
								
								Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature.  
							
							
							
						 
						
							2011-10-20 02:37:08 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Florent Xicluna 
								
							 
						 
						
							
							
							
							
								
							
							
								95483b6a19 
								
							 
						 
						
							
							
								
								Fix warning while building documentation.  
							
							
							
						 
						
							2011-10-19 11:44:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								de49d64dbc 
								
							 
						 
						
							
							
								
								Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg.  
							
							
							
						 
						
							2011-10-16 23:54:44 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								4272d6a315 
								
							 
						 
						
							
							
								
								Fix some mentions of IOError  
							
							
							
						 
						
							2011-10-12 19:10:10 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								c32aae0d44 
								
							 
						 
						
							
							
								
								fix whitespace in rst.  
							
							
							
						 
						
							2011-07-18 07:18:11 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								3e7f33fc82 
								
							 
						 
						
							
							
								
								fix whitespace nit.  
							
							
							
						 
						
							2011-07-18 07:17:20 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								029b467963 
								
							 
						 
						
							
							
								
								merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response.  
							
							
							
						 
						
							2011-07-18 07:13:21 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								0215d09ca9 
								
							 
						 
						
							
							
								
								Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response.  
							
							
							
						 
						
							2011-07-18 07:12:40 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								3121547f42 
								
							 
						 
						
							
							
								
								merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi  
							
							
							
						 
						
							2011-07-18 06:43:25 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								ed270fab64 
								
							 
						 
						
							
							
								
								Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi  
							
							
							
						 
						
							2011-07-18 06:42:46 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								276a58b821 
								
							 
						 
						
							
							
								
								Merge from 3.2 . Replace the term members with correct  and appropriate terminology. Initial patch by Adam Woodbeck.  
							
							
							
						 
						
							2011-07-04 11:31:53 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								a6bac95a3c 
								
							 
						 
						
							
							
								
								issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.  
							
							
							
						 
						
							2011-07-04 11:28:30 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								e9c7d6c3d9 
								
							 
						 
						
							
							
								
								Fix markup and working in the doc.  
							
							
							
						 
						
							2011-05-12 01:10:57 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								4de00a2e87 
								
							 
						 
						
							
							
								
								Fix closes Issue  #11799 : urllib.request Authentication Handlers will raise a  
							
							... 
							
							
							
							ValueError when presented with an unsupported Authentication Scheme. 
							
						 
						
							2011-05-11 21:17:57 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eli Bendersky 
								
							 
						 
						
							
							
							
							
								
							
							
								3384e54c23 
								
							 
						 
						
							
							
								
								Issue  #11855 : merge from 3.1  
							
							
							
						 
						
							2011-04-16 15:34:29 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eli Bendersky 
								
							 
						 
						
							
							
							
							
								
							
							
								219cc776f6 
								
							 
						 
						
							
							
								
								Issue  #11855 : Apply missing formatting for urlretrieve  
							
							
							
						 
						
							2011-04-16 15:32:13 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									guido@google.com 
								
							 
						 
						
							
							
							
							
								
							
							
								c768ff5d4f 
								
							 
						 
						
							
							
								
								Merge Issue 11662 from 3.1 branch.  
							
							
							
						 
						
							2011-03-29 11:51:26 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									guido@google.com 
								
							 
						 
						
							
							
							
							
								
							
							
								a119df91f3 
								
							 
						 
						
							
							
								
								Issue 11662: Fix vulnerability in urllib/urllib2.  
							
							... 
							
							
							
							(This version is a cleaned-up backport of a fix by Senthil Kumaran.) 
							
						 
						
							2011-03-29 11:41:02 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								d40248777b 
								
							 
						 
						
							
							
								
								Merge from 3.1  
							
							
							
						 
						
							2011-03-20 18:31:42 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								09eb980e3e 
								
							 
						 
						
							
							
								
								Fix typo in class name  
							
							
							
						 
						
							2011-03-20 18:30:37 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								f6c8fd62b9 
								
							 
						 
						
							
							
								
								Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://svn.python.org/python/branches/py3k
........
  r86537 | georg.brandl | 2010-11-19 23:09:04 +0100 (Fr, 19 Nov 2010) | 1 line
  Do not put a raw REPLACEMENT CHARACTER in the document.
........
  r86867 | georg.brandl | 2010-11-29 15:50:54 +0100 (Mo, 29 Nov 2010) | 1 line
  Fix indentation bug.
........
  r86868 | georg.brandl | 2010-11-29 15:53:15 +0100 (Mo, 29 Nov 2010) | 1 line
  Fix heading style inconsistencies.
........
  r86881 | georg.brandl | 2010-11-30 08:43:28 +0100 (Di, 30 Nov 2010) | 1 line
  #10584 : fix bad links.
........
  r86887 | georg.brandl | 2010-11-30 15:57:54 +0100 (Di, 30 Nov 2010) | 1 line
  Fix typo.
........
  r86913 | georg.brandl | 2010-12-01 16:32:43 +0100 (Mi, 01 Dez 2010) | 1 line
  Add missing word, and add a better reference to the actual function.
........
  r86914 | georg.brandl | 2010-12-01 16:36:33 +0100 (Mi, 01 Dez 2010) | 1 line
  #10594 : fix parameter names in PyList API docs.
........
  r86915 | georg.brandl | 2010-12-01 16:44:25 +0100 (Mi, 01 Dez 2010) | 1 line
  Fix some markup and style in the unittest docs.
........
  r86931 | georg.brandl | 2010-12-02 10:06:12 +0100 (Do, 02 Dez 2010) | 1 line
  Fix-up documentation of makedirs().
........
  r86932 | david.malcolm | 2010-12-02 17:41:00 +0100 (Do, 02 Dez 2010) | 2 lines
  Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606)
........
  r86933 | georg.brandl | 2010-12-02 19:02:01 +0100 (Do, 02 Dez 2010) | 1 line
  #10597 : fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented.
........
  r86960 | georg.brandl | 2010-12-03 08:55:44 +0100 (Fr, 03 Dez 2010) | 1 line
  #10360 : catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
........
  r86964 | georg.brandl | 2010-12-03 10:58:38 +0100 (Fr, 03 Dez 2010) | 1 line
  #10549 : fix interface of docclass() for text documenter.
........
  r86974 | georg.brandl | 2010-12-03 16:30:09 +0100 (Fr, 03 Dez 2010) | 1 line
  Markup consistency fixes.
........
  r86980 | georg.brandl | 2010-12-03 18:19:27 +0100 (Fr, 03 Dez 2010) | 1 line
  Fix punctuation.
........
  r86996 | georg.brandl | 2010-12-03 20:56:42 +0100 (Fr, 03 Dez 2010) | 1 line
  Fix indentation.
........
  r87008 | georg.brandl | 2010-12-04 10:04:04 +0100 (Sa, 04 Dez 2010) | 1 line
  Fix typo.
........
  r87050 | georg.brandl | 2010-12-04 18:09:30 +0100 (Sa, 04 Dez 2010) | 1 line
  Fix typo.
........ 
							
						 
						
							2011-02-25 09:48:21 +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 
								
							 
						 
						
							
							
							
							
								
							
							
								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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								b8eb9cbd71 
								
							 
						 
						
							
							
								
								Move the urllib-inherited API to a distinguished section  
							
							
							
						 
						
							2010-12-15 19:07:26 +00:00