Christian Heimes 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c2007573dd 
								
							 
						 
						
							
							
								
								gh-84461: Fix parallel testing on WebAssembly (GH-93768)  
							
							
							
						 
						
							2022-06-13 19:51:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Heimes 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dc5e02b2f4 
								
							 
						 
						
							
							
								
								gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)  
							
							... 
							
							
							
							Co-authored-by: Brett Cannon <brett@python.org> 
							
						 
						
							2022-06-11 08:42:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Pablo Galindo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								436b648910 
								
							 
						 
						
							
							
								
								bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)  
							
							... 
							
							
							
							Automerge-Triggered-By: @pablogsal 
							
						 
						
							2020-06-11 10:08:05 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Pablo Galindo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c5fc156852 
								
							 
						 
						
							
							
								
								bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)  
							
							... 
							
							
							
							Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> 
							
						 
						
							2020-04-22 23:29:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dc6b9462c0 
								
							 
						 
						
							
							
								
								bpo-20361: Remove workaround for a now fixed bug ( #5283 )  
							
							... 
							
							
							
							"python3 -bb -Wd" now works as expected:
"python3 -bb -Wd -Werror::BytesWarning" is no more needed. 
							
						 
						
							2018-01-23 13:30:53 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								d39dbf4cf1 
								
							 
						 
						
							
							
								
								Simplify run_tests.py ( #3482 )  
							
							
							
						 
						
							2017-09-10 20:32:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								3e56c23e7d 
								
							 
						 
						
							
							
								
								regrtest: add -u for unbuffered stdout/stderr  
							
							
							
						 
						
							2016-09-21 17:12:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zachary Ware 
								
							 
						 
						
							
							
							
							
								
							
							
								69d2d013f1 
								
							 
						 
						
							
							
								
								Issue  #21907 : Exit with the correct return code  
							
							
							
						 
						
							2014-07-07 15:07:46 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zachary Ware 
								
							 
						 
						
							
							
							
							
								
							
							
								e12fa65744 
								
							 
						 
						
							
							
								
								Issue  #21907 : Improved the batch scripts provided for building Python.  
							
							... 
							
							
							
							The user-facing scripts in PCbuild have been updated to be easier to use
and the buildbot scripts in Tools\buildbot have been updated to use the
user-facing scripts in PCbuild wherever possible. 
							
						 
						
							2014-07-07 13:39:59 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								a171979a19 
								
							 
						 
						
							
							
								
								Remove a workaround for fixed issue  #20355 .  
							
							
							
						 
						
							2014-04-29 00:58:02 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								20f8728bf0 
								
							 
						 
						
							
							
								
								Issue  #20535 : PYTHONWARNING no longer affects the run_tests.py script.  
							
							... 
							
							
							
							Patch by Arfrever Frehtes Taifersar Arahesis. 
							
						 
						
							2014-02-24 13:57:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								b992a0e102 
								
							 
						 
						
							
							
								
								Issue  #19936 : Added executable bits or shebang lines to Python scripts which  
							
							... 
							
							
							
							requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang line to use python3 executable in the unittestgui script. 
							
						 
						
							2014-01-16 17:15:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								ebdcd859e5 
								
							 
						 
						
							
							
								
								Move private function _args_from_interpreter_flags() to subprocess.py, so  
							
							... 
							
							
							
							that it can be imported when threads are disabled.
(followup to issue #12098 ) 
							
						 
						
							2012-05-18 18:33:07 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Benjamin Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								c9f54cf512 
								
							 
						 
						
							
							
								
								enable hash randomization by default  
							
							
							
						 
						
							2012-02-21 16:08:05 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								2fb477c0f0 
								
							 
						 
						
							
							
								
								Merge 3.2: Issue  #13703  plus some related test suite fixes.  
							
							
							
						 
						
							2012-02-21 00:33:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								87ae0a2804 
								
							 
						 
						
							
							
								
								Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default':  
							
							... 
							
							
							
							Issue #12804 : Prevent "make test" from using network resources. 
							
						 
						
							2011-10-01 16:41:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nadeem Vawda 
								
							 
						 
						
							
							
							
							
								
							
							
								08aa3c0235 
								
							 
						 
						
							
							
								
								Issue  #12804 : Prevent "make test" from using network resources.  
							
							
							
						 
						
							2011-08-21 16:41:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								7f0a6ddb90 
								
							 
						 
						
							
							
								
								Use -n for tests under Windows  
							
							
							
						 
						
							2011-08-16 20:02:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nadeem Vawda 
								
							 
						 
						
							
							
							
							
								
							
							
								328b5015a2 
								
							 
						 
						
							
							
								
								Clean up description of Tools/scripts/run_tests.py.  
							
							... 
							
							
							
							Also, add an entry for the script in Tools/scripts/README. 
							
						 
						
							2011-08-02 10:16:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nadeem Vawda 
								
							 
						 
						
							
							
							
							
								
							
							
								3c01d16ed9 
								
							 
						 
						
							
							
								
								Issue  #11651 : Move options for running tests into a Python script.  
							
							... 
							
							
							
							This will be particularly useful to Windows users.
run_tests.py originally written by Brett Cannon. 
							
						 
						
							2011-08-01 23:48:26 +02:00