Fredrik Lundh 
								
							 
						 
						
							
							
							
							
								
							
							
								f785042433 
								
							 
						 
						
							
							
								
								a bold attempt to fix things broken by MAL's verify patch: import  
							
							... 
							
							
							
							'verify' iff it's used by a test module... 
							
						 
						
							2001-01-17 21:51:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc-André Lemburg 
								
							 
						 
						
							
							
							
							
								
							
							
								3661908a6a 
								
							 
						 
						
							
							
								
								This patch removes all uses of "assert" in the regression test suite  
							
							... 
							
							
							
							and replaces them with a new API verify(). As a result the regression
suite will also perform its tests in optimization mode.
Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. 
							
						 
						
							2001-01-17 19:11:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Drake 
								
							 
						 
						
							
							
							
							
								
							
							
								004d5e6880 
								
							 
						 
						
							
							
								
								Make reindent.py happy (convert everything to 4-space indents!).  
							
							
							
						 
						
							2000-10-23 17:22:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Wouters 
								
							 
						 
						
							
							
							
							
								
							
							
								b9fa0a843e 
								
							 
						 
						
							
							
								
								Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'  
							
							... 
							
							
							
							to signify a test that should be marked as 'skipped' rather than 'failed'.
Also 'document' it, in README. 
							
						 
						
							2000-08-04 13:34:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeremy Hylton 
								
							 
						 
						
							
							
							
							
								
							
							
								f82b04ecbb 
								
							 
						 
						
							
							
								
								factor out test definitions to string_tests module  
							
							... 
							
							
							
							test_string and test_userstring run same tests for string methods 
							
						 
						
							2000-07-10 17:08:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc-André Lemburg 
								
							 
						 
						
							
							
							
							
								
							
							
								9d4674168f 
								
							 
						 
						
							
							
								
								Added tests for the new .isalpha() and .isalnum() methods.  
							
							
							
						 
						
							2000-07-05 09:46:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								b28bc8cd05 
								
							 
						 
						
							
							
								
								Marc-Andre Lemburg:  
							
							... 
							
							
							
							Modified .splitlines() tests according to the changes
in stringobject.c. 
							
						 
						
							2000-04-11 15:37:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								51ac58039f 
								
							 
						 
						
							
							
								
								On 17-Mar-2000, Marc-Andre Lemburg said:  
							
							... 
							
							
							
							Attached you find an update of the Unicode implementation.
    The patch is against the current CVS version. I would appreciate
    if someone with CVS checkin permissions could check the changes
    in.
    The patch contains all bugs and patches sent this week and also
    fixes a leak in the codecs code and a bug in the free list code
    for Unicode objects (which only shows up when compiling Python
    with Py_DEBUG; thanks to MarkH for spotting this one). 
							
						 
						
							2000-03-20 16:36:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								a831cac7a8 
								
							 
						 
						
							
							
								
								Marc-Andre Lemburg: test script for Unicode implementation.  
							
							
							
						 
						
							2000-03-10 23:23:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								6e1d78a181 
								
							 
						 
						
							
							
								
								Added a couple of endswith test cases for bugs reported by Timbot.  
							
							... 
							
							
							
							Also added a short circuit for the regression test suite since CVS
insisted on putting this file in the main branch. :( 
							
						 
						
							1999-06-15 16:49:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								d5258681e7 
								
							 
						 
						
							
							
								
								Added more tests of join  
							
							
							
						 
						
							1999-06-14 18:38:42 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								122473fc70 
								
							 
						 
						
							
							
								
								Two extra startswith tests  
							
							
							
						 
						
							1999-06-11 17:51:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								8a9514a660 
								
							 
						 
						
							
							
								
								Harness can now test object methods directly, if they aren't available  
							
							... 
							
							
							
							in the string module.
Add a bunch of new tests for extended startswith/endswith arguments. 
							
						 
						
							1999-06-11 17:48:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Barry Warsaw 
								
							 
						 
						
							
							
							
							
								
							
							
								50f0e16d1b 
								
							 
						 
						
							
							
								
								Regression test for the new string methods.  
							
							
							
						 
						
							1999-06-10 22:53:10 +00:00