Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								ab91fdef1f 
								
							 
						 
						
							
							
								
								Merged revisions 73715 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://svn.python.org/python/branches/py3k
........
  r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line
  convert old fail* assertions to assert*
........ 
							
						 
						
							2009-08-13 08:51:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								f87e04d339 
								
							 
						 
						
							
							
								
								Finish properly hiding importlib implementation code.  
							
							
							
						 
						
							2009-03-12 22:47:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								4afab6b30b 
								
							 
						 
						
							
							
								
								Separate out finder for source and source/bytecode.  
							
							
							
						 
						
							2009-02-21 03:31:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								2dee597e05 
								
							 
						 
						
							
							
								
								Do some cleanup in importlib:  
							
							... 
							
							
							
							+ Ditch using arguments to super().
+ Ditch subclassing from object directly.
+ Move directory check out of chaining path hook to file path hook/finder.
+ Rename some classes to better reflect they are finders, not importers. 
							
						 
						
							2009-02-21 03:15:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								bcb26c53c0 
								
							 
						 
						
							
							
								
								Rename importlib.test.support to importlib.test.util.  
							
							
							
						 
						
							2009-02-01 04:00:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								4ee2cdaf65 
								
							 
						 
						
							
							
								
								Split out support code that is specific to source tests out of  
							
							... 
							
							
							
							importlib.test.support to importlib.test.source.util. 
							
						 
						
							2009-02-01 03:08:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								f254a75176 
								
							 
						 
						
							
							
								
								Merge testing ABCs for importlib into importlib.test.abc.  
							
							
							
						 
						
							2009-01-30 00:22:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								23cbd8a656 
								
							 
						 
						
							
							
								
								Add initial implementation of importlib. See the NOTES files for what is  
							
							... 
							
							
							
							planned for the package.
There are no docs yet, but they are coming once the API for the first new
function, importlib.import_module() is finalized. 
							
						 
						
							2009-01-18 00:24:28 +00:00