Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								3844fe5ed8 
								
							 
						 
						
							
							
								
								Issue  #25220 : Move most regrtest.py code to libregrtest  
							
							
							
						 
						
							2015-09-26 10:38:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								98de5340d4 
								
							 
						 
						
							
							
								
								Issue  #25220 : Create Lib/test/libregrtest/  
							
							... 
							
							
							
							Start to split regrtest.py into smaller parts with the creation of
Lib/test/libregrtest/cmdline.py: code to handle the command line, especially
parsing command line arguments. This part of the code is tested by
test_regrtest. 
							
						 
						
							2015-09-26 09:43:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								0cca00b67e 
								
							 
						 
						
							
							
								
								Issue  #25220 : Backed out changeset eaf9a99b6bb8  
							
							
							
						 
						
							2015-09-23 23:16:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								7b92abf0e9 
								
							 
						 
						
							
							
								
								Issue  #25220 : Create Lib/test/libregrtest/  
							
							... 
							
							
							
							Start to split regrtest.py into smaller parts with the creation of
Lib/test/libregrtest/cmdline.py. 
							
						 
						
							2015-09-23 23:04:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								95536b8405 
								
							 
						 
						
							
							
								
								rename some more tests to avoid duplicate names ( #19123 )  
							
							
							
						 
						
							2013-09-29 15:18:43 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								11f34caac4 
								
							 
						 
						
							
							
								
								delete duplicate test ( closes   #19123 )  
							
							
							
						 
						
							2013-09-29 10:39:51 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles-François Natali 
								
							 
						 
						
							
							
							
							
								
							
							
								833bf1fcb2 
								
							 
						 
						
							
							
								
								Issue  #18935 : Fix test_regrtest.test_timeout when built --without-threads (the  
							
							... 
							
							
							
							'--timeout' option requires faulthandler.dump_traceback_later). 
							
						 
						
							2013-09-08 12:27:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eli Bendersky 
								
							 
						 
						
							
							
							
							
								
							
							
								e8de29669d 
								
							 
						 
						
							
							
								
								Remove unused --debug option of regrtest.  
							
							... 
							
							
							
							If bots fail due to using this flag, the buildbot scripts have to be modified
to omit it. Regrtest ignores it anyway. 
							
						 
						
							2013-09-02 17:01:10 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								64f7c4e4ca 
								
							 
						 
						
							
							
								
								Issue  #16799 : Switched from getopt to argparse style in regrtest's argument  
							
							... 
							
							
							
							parsing.  Added more tests for regrtest's argument parsing. 
							
						 
						
							2013-08-29 12:26:23 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Jerdonek 
								
							 
						 
						
							
							
							
							
								
							
							
								15738427f6 
								
							 
						 
						
							
							
								
								Issue  #16854 : Fix regrtest.usage() regression introduced in 6e2e5adc0400.  
							
							... 
							
							
							
							This fixes a regression introduced in the commit for issue #15302 , which
switched regrtest from getopt to argparse. 
							
						 
						
							2013-01-07 17:07:32 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Jerdonek 
								
							 
						 
						
							
							
							
							
								
							
							
								d6c18dcd20 
								
							 
						 
						
							
							
								
								Issue  #15302 : Switch regrtest from using getopt to using argparse.  
							
							... 
							
							
							
							This is the first step in refactoring regrtest to use argparse.  The
regrtest module's main() function still expects a getopt-style return
value rather than an argparse.Namespace instance. 
							
						 
						
							2012-12-27 18:53:12 -08:00