Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								e56a919100 
								
							 
						 
						
							
							
								
								Issue  #25523 : Merge a-to-an corrections from 3.5  
							
							 
							
							
							
						 
						
							2015-11-02 04:27:17 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								2eb819f7a8 
								
							 
						 
						
							
							
								
								Issue  #25523 : Merge "a" to "an" fixes from 3.4 into 3.5  
							
							 
							
							
							
						 
						
							2015-11-02 04:04:57 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								7462b64911 
								
							 
						 
						
							
							
								
								Issue  #25523 : Correct "a" article to "an" article  
							
							 
							
							... 
							
							
							
							This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar. 
							
						 
						
							2015-11-02 03:37:02 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								56f6e76c68 
								
							 
						 
						
							
							
								
								Issue  #15989 : Fixed some scarcely probable integer overflows.  
							
							 
							
							... 
							
							
							
							It is very unlikely that they can occur in real code for now. 
							
						 
						
							2015-09-06 21:25:30 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Robert Collins 
								
							 
						 
						
							
							
							
							
								
							
							
								c94a1dc4c9 
								
							 
						 
						
							
							
								
								- Issue  #2091 : error correctly on open() with mode 'U' and '+'  
							
							 
							
							... 
							
							
							
							open() accepted a 'U' mode string containing '+', but 'U' can only be used with
'r'. Patch from Jeff Balogh and John O'Connor. 
							
						 
						
							2015-07-26 06:43:13 +12:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								dbfdc380df 
								
							 
						 
						
							
							
								
								Issue  #24001 : Argument Clinic converters now use accept={type}  
							
							 
							
							... 
							
							
							
							instead of types={'type'} to specify the types the converter accepts. 
							
						 
						
							2015-05-04 06:59:46 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								f24131ff31 
								
							 
						 
						
							
							
								
								Issue  #20175 : Converted the _io module to Argument Clinic.  
							
							 
							
							
							
						 
						
							2015-04-16 11:19:43 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								78184af9b5 
								
							 
						 
						
							
							
								
								Issue  #21715 : Extracted shared complicated code in the _io module to new  
							
							 
							
							... 
							
							
							
							_PyErr_ChainExceptions() function. 
							
						 
						
							2014-10-08 22:32:50 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								e2bd2a7186 
								
							 
						 
						
							
							
								
								Issue  #21715 : Extracted shared complicated code in the _io module to new  
							
							 
							
							... 
							
							
							
							_PyErr_ChainExceptions() function. 
							
						 
						
							2014-10-08 22:31:52 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								e865128605 
								
							 
						 
						
							
							
								
								properly decref the return value of close()  
							
							 
							
							
							
						 
						
							2014-07-04 17:00:25 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								4f654fbe30 
								
							 
						 
						
							
							
								
								properly decref the return value of close()  
							
							 
							
							
							
						 
						
							2014-07-04 17:00:25 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								de68722ca0 
								
							 
						 
						
							
							
								
								Issue  #21679 : Prevent extraneous fstat() calls during open().  Patch by Bohuslav Kabrda.  
							
							 
							
							
							
						 
						
							2014-06-29 20:07:28 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								76d3f14e01 
								
							 
						 
						
							
							
								
								PyErr_NormalizeException doesn't like being called with an exception set  
							
							 
							
							... 
							
							
							
							(issues #21677 , #21310 ). 
							
						 
						
							2014-06-11 07:18:53 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								f10063e3c3 
								
							 
						 
						
							
							
								
								Issue  #21310 : Fixed possible resource leak in failed open().  
							
							 
							
							
							
						 
						
							2014-06-09 13:32:34 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								712cb734bd 
								
							 
						 
						
							
							
								
								Issue  #20037 : Avoid crashes when doing text I/O late at interpreter shutdown.  
							
							 
							
							
							
						 
						
							2013-12-21 15:51:54 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								6787a3806e 
								
							 
						 
						
							
							
								
								Issue  #15204 : Deprecated the 'U' mode in file-like objects.  
							
							 
							
							
							
						 
						
							2013-11-23 22:12:06 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								fd4722cacf 
								
							 
						 
						
							
							
								
								Issue  #9548 : Add a minimal "_bootlocale" module that is imported by the _io module instead of the full locale module.  
							
							 
							
							
							
						 
						
							2013-10-12 00:13:50 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								932ff83682 
								
							 
						 
						
							
							
								
								Issue  #18608 : Avoid keeping a strong reference to the locale module inside the _io module.  
							
							 
							
							
							
						 
						
							2013-08-01 21:04:50 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Kuchling 
								
							 
						 
						
							
							
							
							
								
							
							
								c7b6c50f29 
								
							 
						 
						
							
							
								
								Describe 'surrogateescape' in the documentation.  
							
							 
							
							... 
							
							
							
							Also, improve some docstring descriptions of the 'errors' parameter.
Closes  #14015 . 
							
						 
						
							2013-06-16 12:58:48 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Svetlov 
								
							 
						 
						
							
							
							
							
								
							
							
								5b89840d9c 
								
							 
						 
						
							
							
								
								Issue  #16714 : use 'raise' exceptions, don't 'throw'.  
							
							 
							
							... 
							
							
							
							Patch by Serhiy Storchaka. 
							
						 
						
							2012-12-18 21:26:36 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Andrew Svetlov 
								
							 
						 
						
							
							
							
							
								
							
							
								737fb89dd1 
								
							 
						 
						
							
							
								
								Issue  #16714 : use 'raise' exceptions, don't 'throw'.  
							
							 
							
							... 
							
							
							
							Patch by Serhiy Storchaka. 
							
						 
						
							2012-12-18 21:14:22 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								6d10b4d591 
								
							 
						 
						
							
							
								
								#15796 : merge with 3.2.  
							
							 
							
							
							
						 
						
							2012-09-18 07:21:18 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ezio Melotti 
								
							 
						 
						
							
							
							
							
								
							
							
								16d2b47837 
								
							 
						 
						
							
							
								
								#15796 : Fix \n in readline docstring.  Patch by Serhiy Storchaka.  
							
							 
							
							
							
						 
						
							2012-09-18 07:20:18 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								89ff3c7f20 
								
							 
						 
						
							
							
								
								Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte  
							
							 
							
							
							
						 
						
							2012-09-10 03:50:48 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								d1f9352bd4 
								
							 
						 
						
							
							
								
								(Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'  
							
							 
							
							... 
							
							
							
							doesn't translate newlines on output. 
							
						 
						
							2012-08-04 01:22:07 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								401e17d0f0 
								
							 
						 
						
							
							
								
								open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't  
							
							 
							
							... 
							
							
							
							translate newlines on output. 
							
						 
						
							2012-08-04 01:18:56 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								f86a5e8a93 
								
							 
						 
						
							
							
								
								Close   #11022 : TextIOWrapper doesn't call locale.setlocale() anymore  
							
							 
							
							... 
							
							
							
							open() and io.TextIOWrapper are now calling locale.getpreferredencoding(False)
instead of locale.getpreferredencoding() in text mode if the encoding is not
specified. Don't change temporary the locale encoding using locale.setlocale(),
use the current locale encoding instead of the user preferred encoding.
Explain also in open() documentation that locale.getpreferredencoding(False) is
called if the encoding is not specified. 
							
						 
						
							2012-06-05 13:43:22 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								efb00c0cc1 
								
							 
						 
						
							
							
								
								Issue  #14153  Create _Py_device_encoding() to prevent _io from having to import  
							
							 
							
							... 
							
							
							
							the os module. 
							
						 
						
							2012-02-29 18:31:31 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								408026c7e8 
								
							 
						 
						
							
							
								
								Merge 3.2  
							
							 
							
							
							
						 
						
							2012-02-26 04:07:37 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Éric Araujo 
								
							 
						 
						
							
							
							
							
								
							
							
								fab976624d 
								
							 
						 
						
							
							
								
								Fix typo in “seperat{or,ion}”  
							
							 
							
							
							
						 
						
							2012-02-26 02:14:08 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								bb5b92d324 
								
							 
						 
						
							
							
								
								Merge refleak fixes from 3.2  
							
							 
							
							
							
						 
						
							2012-01-18 16:19:19 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								fc1b6f0078 
								
							 
						 
						
							
							
								
								Fix the _io module leaking references when a sub-interpreter is created.  
							
							 
							
							
							
						 
						
							2012-01-18 16:13:56 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Charles-François Natali 
								
							 
						 
						
							
							
							
							
								
							
							
								dc3044c704 
								
							 
						 
						
							
							
								
								Issue  #12760 : Add a create mode to open(). Patch by David Townshend.  
							
							 
							
							
							
						 
						
							2012-01-09 22:40:02 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								767046aab1 
								
							 
						 
						
							
							
								
								Replace {Get,Set,Has}AttrString with *AttrId.  
							
							 
							
							
							
						 
						
							2011-10-14 15:35:36 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ross Lagerwall 
								
							 
						 
						
							
							
							
							
								
							
							
								59142db6d3 
								
							 
						 
						
							
							
								
								Issue  #12797 : Added custom opener parameter to builtin open() and FileIO.open().  
							
							 
							
							
							
						 
						
							2011-10-31 20:34:46 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								bd928fef42 
								
							 
						 
						
							
							
								
								Rename _Py_identifier to _Py_IDENTIFIER.  
							
							 
							
							
							
						 
						
							2011-10-14 10:20:37 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								6b4883dec0 
								
							 
						 
						
							
							
								
								PEP 3151 / issue  #12555 : reworking the OS and IO exception hierarchy.  
							
							 
							
							
							
						 
						
							2011-10-12 02:54:14 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Martin v. Löwis 
								
							 
						 
						
							
							
							
							
								
							
							
								afe55bba33 
								
							 
						 
						
							
							
								
								Add API for static strings, primarily good for identifiers.  
							
							 
							
							... 
							
							
							
							Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing. 
							
						 
						
							2011-10-09 10:38:36 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								b57f108b03 
								
							 
						 
						
							
							
								
								Issue  #12175 : BufferedReader.read(-1) now calls raw.readall() if available.  
							
							 
							
							
							
						 
						
							2011-05-26 00:19:38 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								ea5d17d9af 
								
							 
						 
						
							
							
								
								In open(), only set the buffer size from st.st_blksize when it is greater  
							
							 
							
							... 
							
							
							
							than 1.  This matches the pure Python implementation in _pyio and should
fix a couple of failures on the NetBSD buildbot. 
							
						 
						
							2010-10-27 19:45:43 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								972ee13e03 
								
							 
						 
						
							
							
								
								Issue  #5506 : BytesIO objects now have a getbuffer() method exporting a  
							
							 
							
							... 
							
							
							
							view of their contents without duplicating them.  The view is both readable
and writable. 
							
						 
						
							2010-09-06 18:48:21 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								e40ee509e3 
								
							 
						 
						
							
							
								
								#9184 : fix default value for "buffering" param of open().  
							
							 
							
							
							
						 
						
							2010-07-11 09:33:39 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								5e8f6d17e9 
								
							 
						 
						
							
							
								
								#7417 : add signature to open() docstring.  
							
							 
							
							
							
						 
						
							2009-12-23 10:30:45 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								d5587bc474 
								
							 
						 
						
							
							
								
								Merged revisions 76896,76898 via svnmerge from  
							
							 
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/trunk
........
  r76896 | antoine.pitrou | 2009-12-19 22:01:10 +0100 (sam., 19 déc. 2009) | 3 lines
  Issue #7545 : improve documentation of the `buffering` argument in io.open().
........
  r76898 | antoine.pitrou | 2009-12-19 22:06:36 +0100 (sam., 19 déc. 2009) | 3 lines
  Remove superfetatory paragraph (left there by mistake).
........ 
							
						 
						
							2009-12-19 21:08:31 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								bf5ff76597 
								
							 
						 
						
							
							
								
								Merged revisions 76805 via svnmerge from  
							
							 
							
							... 
							
							
							
							svn+ssh://pythondev@svn.python.org/python/trunk
........
  r76805 | benjamin.peterson | 2009-12-13 13:19:07 -0600 (Sun, 13 Dec 2009) | 7 lines
  accept None as the same as having passed no argument in file types #7349 
  This is for consistency with imitation file objects like StringIO and BytesIO.
  This commit also adds a few tests, where they were lacking for concerned
  methods.
........ 
							
						 
						
							2009-12-13 19:25:34 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								680bf1afe8 
								
							 
						 
						
							
							
								
								move to a naming scheme with all lowercase and underscores  
							
							 
							
							
							
						 
						
							2009-06-12 02:07:12 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								e450185b4a 
								
							 
						 
						
							
							
								
								Issue  #5006 : Better handling of unicode byte-order marks (BOM) in the io library.  
							
							 
							
							... 
							
							
							
							This means, for example, that opening an UTF-16 text file in
append mode doesn't add a BOM at the end of the file if the file isn't
empty. 
							
						 
						
							2009-05-14 18:55:55 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								8f2b665dfa 
								
							 
						 
						
							
							
								
								fix typo  #5687  
							
							 
							
							
							
						 
						
							2009-04-05 00:46:27 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Alexandre Vassalotti 
								
							 
						 
						
							
							
							
							
								
							
							
								8d8d630003 
								
							 
						 
						
							
							
								
								Issue 5682: Move _io module into its own subdirectory.  
							
							 
							
							... 
							
							
							
							Reviewed by: Antoine Pitrou 
							
						 
						
							2009-04-04 19:58:40 +00:00