Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								1f05708f69 
								
							 
						 
						
							
							
								
								Use __stdin__ instead of stdin to derive FileType -- safer against  
							
							... 
							
							
							
							assignments. 
							
						 
						
							1998-12-19 23:53:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								45e2fbc2e7 
								
							 
						 
						
							
							
								
								Mass check-in after untabifying all files that need it.  
							
							
							
						 
						
							1998-03-26 21:13:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								f15d15964b 
								
							 
						 
						
							
							
								
								Use sys.exc_info() where needed.  
							
							
							
						 
						
							1997-09-29 23:22:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								898c915a31 
								
							 
						 
						
							
							
								
								Added some try-excepts so that it can be imported in restricted mode  
							
							... 
							
							
							
							(though some type names are undefined in that case, e.g. CodeType
(inaccessible), FileType (not always accessible), and TracebackType
and FrameType (inaccessible). 
							
						 
						
							1997-09-04 22:12:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								e449af7da9 
								
							 
						 
						
							
							
								
								Ellipses -> Ellipsis rename (the dictionary really says that it should  
							
							... 
							
							
							
							be Ellipsis!).
Bumped the API version because a linker-visible symbol is affected.
Old C code will still compile -- there's a b/w compat macro.
Similarly, old Python code will still run, builtin exports both
Ellipses and Ellipsis. 
							
						 
						
							1996-10-11 16:25:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								8741b2b988 
								
							 
						 
						
							
							
								
								Added Slice and Ellipses types.  
							
							
							
						 
						
							1996-10-11 16:00:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								0f6f812acb 
								
							 
						 
						
							
							
								
								better way to define ComplexType  
							
							
							
						 
						
							1996-02-13 00:04:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								06d74418e5 
								
							 
						 
						
							
							
								
								add ComplexType  
							
							
							
						 
						
							1996-01-25 17:31:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								780620f2fd 
								
							 
						 
						
							
							
								
								added DictType as alias for DictionaryType  
							
							
							
						 
						
							1995-02-27 13:14:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								adc940eabf 
								
							 
						 
						
							
							
								
								Cosmetic changes  
							
							
							
						 
						
							1994-09-29 10:04:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								85d8945590 
								
							 
						 
						
							
							
								
								Two new generally useful modules: types defines names for all built-in types,  
							
							... 
							
							
							
							StringIO implements pseudo files writing into and reading from strings. 
							
						 
						
							1994-06-23 11:53:27 +00:00