Steve Dower 
								
							 
						 
						
							
							
							
							
								
							
							
								940f33a50f 
								
							 
						 
						
							
							
								
								Issue  #23524 : Finish removing _PyVerify_fd from sources  
							
							
							
						 
						
							2016-09-08 11:21:54 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								118598a072 
								
							 
						 
						
							
							
								
								Issue  #27066 : Fixed SystemError if a custom opener (for open()) returns a  
							
							... 
							
							
							
							negative number without setting an exception. 
							
						 
						
							2016-06-08 17:54:43 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								480e28538d 
								
							 
						 
						
							
							
								
								Issue  #27066 : Fixed SystemError if a custom opener (for open()) returns  
							
							... 
							
							
							
							a negative number without setting an exception. 
							
						 
						
							2016-06-08 17:47:26 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								c249221dfd 
								
							 
						 
						
							
							
								
								Issue  #20699 : Merge io bytes-like fixes from 3.5  
							
							
							
						 
						
							2016-05-28 01:07:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								6bb91f3b6e 
								
							 
						 
						
							
							
								
								Issue  #20699 : Document that “io” methods accept bytes-like objects  
							
							... 
							
							
							
							This matches the usage of ZipFile and BufferedWriter. This still requires
return values to be bytes() objects.
Also document and test that the write() methods should only access their
argument before they return. 
							
						 
						
							2016-05-28 00:41:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								914cde89d4 
								
							 
						 
						
							
							
								
								On ResourceWarning, log traceback where the object was allocated  
							
							... 
							
							
							
							Issue #26567 :
* Add a new function PyErr_ResourceWarning() function to pass the destroyed
  object
* Add a source attribute to warnings.WarningMessage
* Add warnings._showwarnmsg() which uses tracemalloc to get the traceback where
  source object was allocated. 
							
						 
						
							2016-03-19 01:03:51 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								ef1585eb9a 
								
							 
						 
						
							
							
								
								Issue  #25923 : Added more const qualifiers to signatures of static and private functions.  
							
							
							
						 
						
							2015-12-25 20:01:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								49d3db92a4 
								
							 
						 
						
							
							
								
								Issue  #25717 : Add comment explaining why errors are ignored  
							
							
							
						 
						
							2015-12-06 11:12:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								0bb62b12a3 
								
							 
						 
						
							
							
								
								Issue  #25717 : Tolerate fstat() failures in the FileIO constructor  
							
							... 
							
							
							
							This restores 3.4 behaviour, which was removed by revision 3b5279b5bfd1. The
fstat() call fails with ENOENT for a Virtual Box shared folder filesystem if
the file entry has been unlinked, e.g. for a temporary file. 
							
						 
						
							2015-12-06 03:15:05 +00: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 
								
							 
						 
						
							
							
							
							
								
							
							
								7e9d1d1a1b 
								
							 
						 
						
							
							
								
								Issue  #23908 : os functions now reject paths with embedded null character  
							
							... 
							
							
							
							on Windows instead of silently truncate them.
Removed no longer used _PyUnicode_HasNULChars(). 
							
						 
						
							2015-04-20 10:12:28 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								2b0d2007a1 
								
							 
						 
						
							
							
								
								Issue  #23908 : os functions now reject paths with embedded null character  
							
							... 
							
							
							
							on Windows instead of silently truncate them. 
							
						 
						
							2015-04-20 09:53:58 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								82adeffc13 
								
							 
						 
						
							
							
								
								Fix typo in assert statement  
							
							
							
						 
						
							2015-04-16 17:21:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								f24131ff31 
								
							 
						 
						
							
							
								
								Issue  #20175 : Converted the _io module to Argument Clinic.  
							
							
							
						 
						
							2015-04-16 11:19:43 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
							
							
								
							
							
								a1c7e727c8 
								
							 
						 
						
							
							
								
								Issue  #23668 : Suppresses invalid parameter handler around chsize calls.  
							
							
							
						 
						
							2015-04-12 00:26:43 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
							
							
								
							
							
								8fc8980c96 
								
							 
						 
						
							
							
								
								Issue  #23524 : Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.  
							
							
							
						 
						
							2015-04-12 00:26:27 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								3d2279f9a8 
								
							 
						 
						
							
							
								
								Issue  #21859 : Corrected FileIO docstrings.  
							
							
							
						 
						
							2015-04-10 16:08:43 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
							
							
								
							
							
								fe0a41aae4 
								
							 
						 
						
							
							
								
								Issue  #23668 : Adds support for os.truncate and os.ftruncate on Windows  
							
							
							
						 
						
							2015-03-20 19:50:46 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								cd092efb16 
								
							 
						 
						
							
							
								
								Issue  #21859 : Corrected FileIO docstrings.  
							
							
							
						 
						
							2015-04-10 16:09:13 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								5056769b36 
								
							 
						 
						
							
							
								
								Replaced "string" with "bytes object" in docstrings of binary I/O objects.  
							
							
							
						 
						
							2015-04-10 02:19:57 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								b817b77a8c 
								
							 
						 
						
							
							
								
								Replaced "string" with "bytes object" in docstrings of binary I/O objects.  
							
							
							
						 
						
							2015-04-10 02:18:44 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								e134a7fe36 
								
							 
						 
						
							
							
								
								Issue  #23752 : _Py_fstat() is now responsible to raise the Python exception  
							
							... 
							
							
							
							Add _Py_fstat_noraise() function when a Python exception is not welcome. 
							
						 
						
							2015-03-30 10:09:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								520bddf79a 
								
							 
						 
						
							
							
								
								Issue  #23752 : When built from an existing file descriptor, io.FileIO() now only  
							
							... 
							
							
							
							calls fstat() once. Before fstat() was called twice, which was not necessary. 
							
						 
						
							2015-03-30 03:21:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								f329878e74 
								
							 
						 
						
							
							
								
								Issue  #23753 : Python doesn't support anymore platforms without stat() or  
							
							... 
							
							
							
							fstat(), these functions are always required.
Remove HAVE_STAT and HAVE_FSTAT defines, and stop supporting DONT_HAVE_STAT and
DONT_HAVE_FSTAT. 
							
						 
						
							2015-03-24 10:27:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								66aab0c4b5 
								
							 
						 
						
							
							
								
								Issue  #23708 : Add _Py_read() and _Py_write() functions to factorize code handle  
							
							... 
							
							
							
							EINTR error and special cases for Windows.
These functions now truncate the length to PY_SSIZE_T_MAX to have a portable
and reliable behaviour. For example, read() result is undefined if counter is
greater than PY_SSIZE_T_MAX on Linux. 
							
						 
						
							2015-03-19 22:53:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
							
							
								
							
							
								8acde7dcce 
								
							 
						 
						
							
							
								
								Issue  #23524 : Change back to using Windows errors for _Py_fstat instead of the errno shim.  
							
							
							
						 
						
							2015-03-07 18:14:07 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
							
							
								
							
							
								d81431f587 
								
							 
						 
						
							
							
								
								Issue  #23524 : Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread.  
							
							
							
						 
						
							2015-03-06 14:47:02 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								9672da7bb4 
								
							 
						 
						
							
							
								
								Issue  #23285 : Fix handling of EINTR in fileio.c  
							
							... 
							
							
							
							Fix handling of EINTR: don't return None if PyErr_CheckSignals() raised an
exception.
Initialize also the length outside the loop to only initialize it once. 
							
						 
						
							2015-03-04 18:40:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Steve Dower 
								
							 
						 
						
							
							
							
							
								
							
							
								f2f373f593 
								
							 
						 
						
							
							
								
								Issue  #23152 : Implement _Py_fstat() to support files larger than 2 GB on Windows.  
							
							... 
							
							
							
							fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer. 
							
						 
						
							2015-02-21 08:44:05 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								254dd59068 
								
							 
						 
						
							
							
								
								Issue  #5700 : io.FileIO() called flush() after closing the file.  
							
							... 
							
							
							
							flush() was not called in close() if closefd=False. 
							
						 
						
							2015-02-21 00:35:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								a3712a9a6c 
								
							 
						 
						
							
							
								
								Issue  #5700 : io.FileIO() called flush() after closing the file.  
							
							... 
							
							
							
							flush() was not called in close() if closefd=False. 
							
						 
						
							2015-02-21 00:35:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles-François Natali 
								
							 
						 
						
							
							
							
							
								
							
							
								6e6c59b508 
								
							 
						 
						
							
							
								
								Issue  #23285 : PEP 475 -- Retry system calls failing with EINTR.  
							
							
							
						 
						
							2015-02-07 13:27:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								4954f9fcab 
								
							 
						 
						
							
							
								
								Issue  #17401 : Output the closefd attribute as boolean.  
							
							
							
						 
						
							2014-12-02 23:39:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Collins 
								
							 
						 
						
							
							
							
							
								
							
							
								933430ab69 
								
							 
						 
						
							
							
								
								Issue  #17401 : document closefd in io.FileIO docs and add to repr  
							
							... 
							
							
							
							closefd was documented in the open docs but not the matching FileIO
class documented. Further, closefd, part of the core state for the
object was not shown.
In review it was noted that the open docs are a little confusing about
the interaction between closefd and paths, so tweaked them at the same
time. 
							
						 
						
							2014-10-18 13:32:43 +13:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								43705d76aa 
								
							 
						 
						
							
							
								
								Issue  #21860 : Correct docstrings of FileIO.seek() and FileIO.truncate() methods.  
							
							... 
							
							
							
							Patch by Terry Chia. 
							
						 
						
							2014-09-24 12:44:06 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								b87630c273 
								
							 
						 
						
							
							
								
								Issue  #21860 : Correct docstrings of FileIO.seek() and FileIO.truncate() methods.  
							
							... 
							
							
							
							Patch by Terry Chia. 
							
						 
						
							2014-09-24 12:43:29 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								d8a1447c99 
								
							 
						 
						
							
							
								
								Issue  #22215 : Now ValueError is raised instead of TypeError when str or bytes  
							
							... 
							
							
							
							argument contains not permitted null character or byte. 
							
						 
						
							2014-09-06 20:07:17 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								6680e9f5fd 
								
							 
						 
						
							
							
								
								(Merge 3.4) Issue  #21090 : io.FileIO.readall() does not ignore I/O errors  
							
							... 
							
							
							
							anymore. Before, it ignored I/O errors if at least the first C call read()
succeed. 
							
						 
						
							2014-07-02 23:00:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								e10920f0d1 
								
							 
						 
						
							
							
								
								Issue  #21090 : io.FileIO.readall() does not ignore I/O errors anymore. Before,  
							
							... 
							
							
							
							it ignored I/O errors if at least the first C call read() succeed. 
							
						 
						
							2014-07-02 22:59:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								de68722ca0 
								
							 
						 
						
							
							
								
								Issue  #21679 : Prevent extraneous fstat() calls during open().  Patch by Bohuslav Kabrda.  
							
							
							
						 
						
							2014-06-29 20:07:28 -04: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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								d9d0419a9f 
								
							 
						 
						
							
							
								
								Issue  #19512 : fileio_init() reuses PyId_name identifier instead of "name"  
							
							... 
							
							
							
							literal string 
							
						 
						
							2013-11-06 23:50:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								e619427f7e 
								
							 
						 
						
							
							
								
								Issue  #18876 : The FileIO.mode attribute now better reflects the actual mode under which the file was opened.  
							
							... 
							
							
							
							Patch by Erik Bray. 
							
						 
						
							2013-09-04 20:52:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								e93b63b74b 
								
							 
						 
						
							
							
								
								Issue  #18876 : The FileIO.mode attribute now better reflects the actual mode under which the file was opened.  
							
							... 
							
							
							
							Patch by Erik Bray. 
							
						 
						
							2013-09-04 20:46:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								daf455554b 
								
							 
						 
						
							
							
								
								Issue  #18571 : Implementation of the PEP 446: file descriptors and file handles  
							
							... 
							
							
							
							are now created non-inheritable; add functions os.get/set_inheritable(),
os.get/set_handle_inheritable() and socket.socket.get/set_inheritable(). 
							
						 
						
							2013-08-28 00:53:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								796564c27b 
								
							 
						 
						
							
							
								
								Issue  #18112 : PEP 442 implementation (safe object finalization).  
							
							
							
						 
						
							2013-07-30 19:59:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								85c761d3d3 
								
							 
						 
						
							
							
								
								Issue  #18408 : Fix fileio_read() on _PyBytes_Resize() failure  
							
							... 
							
							
							
							bytes is NULL on _PyBytes_Resize() failure 
							
						 
						
							2013-07-16 21:36:02 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								14b9b11098 
								
							 
						 
						
							
							
								
								If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.  
							
							
							
						 
						
							2013-06-25 00:37:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								9975877f46 
								
							 
						 
						
							
							
								
								Check for correct macro, code uses S_ISDIR().  
							
							
							
						 
						
							2013-06-23 23:52:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								91e8b8180d 
								
							 
						 
						
							
							
								
								Check for correct macro, code uses S_ISDIR().  
							
							
							
						 
						
							2013-06-23 23:51:44 +02:00