Mark Dickinson 
								
							 
						 
						
							
							
							
							
								
							
							
								76464494bc 
								
							 
						 
						
							
							
								
								Fix math.factorial KeyboardInterrupt segfault.  Thanks Amaury for report and diagnosis.  
							
							
							
						 
						
							2012-10-25 10:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Petri Lehtinen 
								
							 
						 
						
							
							
							
							
								
							
							
								5445a8cb41 
								
							 
						 
						
							
							
								
								Replace tabs with spaces in posixmodule.c  
							
							
							
						 
						
							2012-10-23 16:29:59 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nadeem Vawda 
								
							 
						 
						
							
							
							
							
								
							
							
								18b7fcc7a6 
								
							 
						 
						
							
							
								
								Merge  #14398 : Fix size truncation and overflow bugs in bz2 module.  
							
							
							
						 
						
							2012-10-21 21:16:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nadeem Vawda 
								
							 
						 
						
							
							
							
							
								
							
							
								5f8f0d6777 
								
							 
						 
						
							
							
								
								Issue  #14398 : Fix size truncation and overflow bugs in bz2 module.  
							
							
							
						 
						
							2012-10-21 21:13:27 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gregory P. Smith 
								
							 
						 
						
							
							
							
							
								
							
							
								a10ddb8a55 
								
							 
						 
						
							
							
								
								Fixes Issue  #16114 : The subprocess module no longer provides a  
							
							... 
							
							
							
							misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist. 
							
						 
						
							2012-10-10 03:44:47 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gregory P. Smith 
								
							 
						 
						
							
							
							
							
								
							
							
								5591b02a4c 
								
							 
						 
						
							
							
								
								Fixes Issue  #16114 : The subprocess module no longer provides a  
							
							... 
							
							
							
							misleading error message stating that args[0] did not exist when
either the cwd or executable keyword arguments specified a path that
did not exist.
It now keeps track of if the child got as far as preexec and reports it if
not back to the parent via a special "noexec" error message value in
the error pipe so that the cwd can be blamed for a failed chdir
instead of the exec of the executable being blamed instead.
The executable is also always reported accurately when exec fails.
Unittests enhanced to cover these cases. 
							
						 
						
							2012-10-10 03:34:47 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Dickinson 
								
							 
						 
						
							
							
							
							
								
							
							
								c04ddff290 
								
							 
						 
						
							
							
								
								Issue  #16096 : Fix several occurrences of potential signed integer overflow.  Thanks Serhiy Storchaka.  
							
							
							
						 
						
							2012-10-06 18:04:49 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								ee329318db 
								
							 
						 
						
							
							
								
								Issue  #16089 : Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL).  
							
							
							
						 
						
							2012-10-04 19:53:29 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								6e1d2b6e78 
								
							 
						 
						
							
							
								
								Closes   #16126 : PyErr_Format format mismatch in _testcapimodule.c  
							
							
							
						 
						
							2012-10-04 16:06:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								cf45325b61 
								
							 
						 
						
							
							
								
								Closes   #15897 : zipimport.c doesn't check return value of fseek(). Typo  
							
							
							
						 
						
							2012-10-03 03:16:42 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								fb22f542d2 
								
							 
						 
						
							
							
								
								MERGE:  Closes   #15897 : zipimport.c doesn't check return value of fseek()  
							
							
							
						 
						
							2012-10-03 03:00:37 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								09bf7a799d 
								
							 
						 
						
							
							
								
								Closes   #15897 : zipimport.c doesn't check return value of fseek()  
							
							
							
						 
						
							2012-10-03 02:13:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								c194884983 
								
							 
						 
						
							
							
								
								Sanitize and modernize some of the _elementtree code (see issue  #16089 ).  
							
							
							
						 
						
							2012-10-01 23:40:37 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								a0346e56ac 
								
							 
						 
						
							
							
								
								Support gcc's -ansi flag: use "__asm__" instead of "asm".  
							
							
							
						 
						
							2012-09-30 17:31:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								e59aa8c94d 
								
							 
						 
						
							
							
								
								Revert 29506c7db353 (build output should be accurate).  
							
							
							
						 
						
							2012-09-30 17:20:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								5c9a5895d4 
								
							 
						 
						
							
							
								
								merge  
							
							
							
						 
						
							2012-09-30 15:51:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								72c9946718 
								
							 
						 
						
							
							
								
								Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supported in ANSI C  
							
							
							
						 
						
							2012-09-30 15:49:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								9a3f05e60f 
								
							 
						 
						
							
							
								
								Make it clear that the pi function is modified for benchmarking purposes.  
							
							
							
						 
						
							2012-09-30 09:24:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								6b6a1df996 
								
							 
						 
						
							
							
								
								Restore the benchmark order to avoid waiting for decimal.py if just the  
							
							... 
							
							
							
							prec=9 test is used. 
							
						 
						
							2012-09-25 17:07:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								6cf50c5b1d 
								
							 
						 
						
							
							
								
								Fix whitespace.  
							
							
							
						 
						
							2012-09-25 10:26:15 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								63092fe0ea 
								
							 
						 
						
							
							
								
								Fix whitespace.  
							
							
							
						 
						
							2012-09-25 10:25:41 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								d266c4451f 
								
							 
						 
						
							
							
								
								Make the decimal bench file run under Python 2.7.  
							
							
							
						 
						
							2012-09-25 10:23:47 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								49d130227b 
								
							 
						 
						
							
							
								
								merge 3.2: Issue  #16013 : Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.  
							
							
							
						 
						
							2012-09-25 02:37:20 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								67b7b98a47 
								
							 
						 
						
							
							
								
								Issue  #16013 : Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.  
							
							
							
						 
						
							2012-09-25 02:30:27 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								22340be15e 
								
							 
						 
						
							
							
								
								Issue  #16012 : Fix a regression in pyexpat. The parser's UseForeignDTD()  
							
							... 
							
							
							
							method doesn't require an argument again. 
							
						 
						
							2012-09-24 13:27:28 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								e26d3af7ee 
								
							 
						 
						
							
							
								
								Issue  #16012 : Fix a regression in pyexpat. The parser's UseForeignDTD()  
							
							... 
							
							
							
							method doesn't require an argument again. 
							
						 
						
							2012-09-24 13:17:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								3b9493b53c 
								
							 
						 
						
							
							
								
								Use C-style comments for C89 / ANSI C compatibility  
							
							
							
						 
						
							2012-09-23 16:11:15 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								91ceeceea7 
								
							 
						 
						
							
							
								
								Use C-style comments (required for the AIX build slave).  
							
							
							
						 
						
							2012-09-23 15:51:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								7e6523fbd7 
								
							 
						 
						
							
							
								
								Use C-style comments.  
							
							
							
						 
						
							2012-09-23 15:46:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								a3ff101e6a 
								
							 
						 
						
							
							
								
								Issue  #5969 : faulthandler module: rename dump_tracebacks_later() to  
							
							... 
							
							
							
							dump_traceback_later() and cancel_dump_tracebacks_later() to
cancel_dump_traceback_later(). 
							
						 
						
							2012-09-23 11:06:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Belopolsky 
								
							 
						 
						
							
							
							
							
								
							
							
								57caede470 
								
							 
						 
						
							
							
								
								Issue  #15973 : fixed 3.2 backport.  
							
							
							
						 
						
							2012-09-20 17:23:46 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Belopolsky 
								
							 
						 
						
							
							
							
							
								
							
							
								9b9ed867bc 
								
							 
						 
						
							
							
								
								merged 3.2  
							
							
							
						 
						
							2012-09-20 16:42:34 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Belopolsky 
								
							 
						 
						
							
							
							
							
								
							
							
								3ec153681e 
								
							 
						 
						
							
							
								
								Issue  #15973 : Fixed segmentation fault on timezone comparison to other types.  
							
							
							
						 
						
							2012-09-20 16:39:33 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								ca8aa4acf6 
								
							 
						 
						
							
							
								
								Issue  #15144 : Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.  
							
							... 
							
							
							
							Patch by Serhiy Storchaka. 
							
						 
						
							2012-09-20 20:56:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								1c47222a25 
								
							 
						 
						
							
							
								
								merge  
							
							
							
						 
						
							2012-09-20 12:43:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								5cb31c9277 
								
							 
						 
						
							
							
								
								Issue  #15977 : Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times  
							
							
							
						 
						
							2012-09-20 12:42:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Trent Nelson 
								
							 
						 
						
							
							
							
							
								
							
							
								9a46105a89 
								
							 
						 
						
							
							
								
								#15965 : Explicitly cast AT_FDCWD as (int).  
							
							... 
							
							
							
							Required on Solaris 10 (which defines AT_FDCWD as 0xffd19553),
harmless on other platforms. 
							
						 
						
							2012-09-18 21:50:06 -04: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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								9d20e0edd9 
								
							 
						 
						
							
							
								
								Issue  #15926 : Fix crash after multiple reinitializations of the interpreter.  
							
							
							
						 
						
							2012-09-12 18:01:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								6f3e5e48d3 
								
							 
						 
						
							
							
								
								remove useless and defined initialization ( closes   #15921 )  
							
							
							
						 
						
							2012-09-11 12:05:05 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								b7a2800831 
								
							 
						 
						
							
							
								
								MERGE:  Closes   #15793 : Stack corruption in ssl.RAND_egd()  
							
							
							
						 
						
							2012-09-11 02:08:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								c8754a13e6 
								
							 
						 
						
							
							
								
								Closes   #15793 : Stack corruption in ssl.RAND_egd()  
							
							
							
						 
						
							2012-09-11 02:00:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								67bd81b867 
								
							 
						 
						
							
							
								
								MERGE:  #15676 : mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2)  
							
							
							
						 
						
							2012-09-10 22:58:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								e8db356cf1 
								
							 
						 
						
							
							
								
								#15676 : mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2)  
							
							
							
						 
						
							2012-09-10 22:58:07 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								4886d5b338 
								
							 
						 
						
							
							
								
								#15676 : mmap: add empty file check prior to offset check <- Previous patch was incomplete  
							
							
							
						 
						
							2012-09-10 22:50:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jesus Cea 
								
							 
						 
						
							
							
							
							
								
							
							
								1f2799bef4 
								
							 
						 
						
							
							
								
								#15676 : mmap: add empty file check prior to offset check <- Previous patch was incomplete  
							
							
							
						 
						
							2012-09-10 22:49:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Stefan Krah 
								
							 
						 
						
							
							
							
							
								
							
							
								76e12179c5 
								
							 
						 
						
							
							
								
								Issue  #15882 : Change _decimal to accept any coefficient tuple when  
							
							... 
							
							
							
							constructing infinities. This is done for backwards compatibility
with decimal.py: Infinity coefficients are undefined in _decimal
(in accordance with the specification). 
							
						 
						
							2012-09-10 19:34:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
							
							
								
							
							
								f47d79fec1 
								
							 
						 
						
							
							
								
								Fixed reference leak in error branch of _bufferedreader_read_all(). The variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364  
							
							
							
						 
						
							2012-09-10 17:46:09 +02: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