Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								32732e3fbd 
								
							 
						 
						
							
							
								
								Change importlib.machinery.PathFinder to not have implicit semantics (that's  
							
							... 
							
							
							
							not handled by importlib._bootstrap._DefaultPathFinder). 
							
						 
						
							2009-02-15 05:48:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								7bf8d4ed4d 
								
							 
						 
						
							
							
								
								Add the missing importlib.test.extension.util.  
							
							
							
						 
						
							2009-02-07 02:33:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								534b2cd176 
								
							 
						 
						
							
							
								
								Factor out helper code from importlib.test.extension.test_path_hook.  
							
							
							
						 
						
							2009-02-07 02:06:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								06c9d96b70 
								
							 
						 
						
							
							
								
								Move importlib completely over to using rpartition and accepting the empty  
							
							... 
							
							
							
							string for top-level modules. 
							
						 
						
							2009-02-07 01:52:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								d94e558fdc 
								
							 
						 
						
							
							
								
								Move importlib's built-in importer to use rpartition for __package__.  
							
							
							
						 
						
							2009-02-07 01:40:19 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								eb2e0dd19d 
								
							 
						 
						
							
							
								
								Move importlib's frozen importer over to rpartition for setting __package__.  
							
							
							
						 
						
							2009-02-07 01:38:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								2c318a1390 
								
							 
						 
						
							
							
								
								Rewrite the code implementing __import__ for importlib. Now it is much simpler  
							
							... 
							
							
							
							and relies much more on meta path finders to abstract out various parts of
import.
As part of this the semantics for import_module tightened up and now follow
__import__ much more closely (biggest thing is that the 'package' argument must
now already be imported, else a SystemError is raised). 
							
						 
						
							2009-02-07 01:15:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								6411aa5dd4 
								
							 
						 
						
							
							
								
								Finish implementing tests for importlib.machinery.PathFinder by testing that  
							
							... 
							
							
							
							implicit hooks are handled properly. 
							
						 
						
							2009-02-06 00:07:49 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								1f9bcd38a9 
								
							 
						 
						
							
							
								
								Add tests for using sys.path_hooks by importlib.machinery.PathFinder.  
							
							
							
						 
						
							2009-02-05 23:36:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								48f5c4eec6 
								
							 
						 
						
							
							
								
								Implement test for sys.path_importer_cache having None for  
							
							... 
							
							
							
							importlib.machinery.PathFinder. 
							
						 
						
							2009-02-05 22:02:03 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								939ea76b3c 
								
							 
						 
						
							
							
								
								Begin writing tests for importlib.machinery.PathFinder.  
							
							
							
						 
						
							2009-02-05 02:53:23 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								d720b36248 
								
							 
						 
						
							
							
								
								Move import semantic util code to importlib.test.import_.util.  
							
							
							
						 
						
							2009-02-01 04:28:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								bcb26c53c0 
								
							 
						 
						
							
							
								
								Rename importlib.test.support to importlib.test.util.  
							
							
							
						 
						
							2009-02-01 04:00:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								ae9ad186d0 
								
							 
						 
						
							
							
								
								Do not execute the .pyc/.pyo files as well as the .py files.  
							
							
							
						 
						
							2009-02-01 03:51:54 +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 
								
							 
						 
						
							
							
							
							
								
							
							
								30b047dc35 
								
							 
						 
						
							
							
								
								Move source loader tests (including reload tests) over to  
							
							... 
							
							
							
							importlib.test.abc.LoaderTests. 
							
						 
						
							2009-02-01 02:05:11 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								223a19d8b1 
								
							 
						 
						
							
							
								
								Fix importlib.machinery.FrozenImporter.load_module() to set __package__  
							
							... 
							
							
							
							properly. Discovered by also moving the loader tests over to
importlib.test.abc.LoaderTests. 
							
						 
						
							2009-02-01 01:34:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								e70485e7c1 
								
							 
						 
						
							
							
								
								Move extension module loader tests over to importlib.test.abc.LoaderTests.  
							
							
							
						 
						
							2009-02-01 00:49:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								d98a6a014d 
								
							 
						 
						
							
							
								
								Move built-in loader tests to importlib.test.abc.LoaderTests.  
							
							
							
						 
						
							2009-02-01 00:37:13 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								f254a75176 
								
							 
						 
						
							
							
								
								Merge testing ABCs for importlib into importlib.test.abc.  
							
							
							
						 
						
							2009-01-30 00:22:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								a74ccea968 
								
							 
						 
						
							
							
								
								Initial take on importlib.test.loader_tests.  
							
							
							
						 
						
							2009-01-27 02:39:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								d197a2b136 
								
							 
						 
						
							
							
								
								Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.  
							
							
							
						 
						
							2009-01-27 01:44:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								1d0b43d24e 
								
							 
						 
						
							
							
								
								Move importlib.test.builtin.test_finder over to importlib.test.finder_tests.  
							
							
							
						 
						
							2009-01-27 01:41:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								97c8a07f1d 
								
							 
						 
						
							
							
								
								Make importlib.test.finder_tests an ABC.  
							
							
							
						 
						
							2009-01-27 01:34:30 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								c49715f682 
								
							 
						 
						
							
							
								
								Move importlib.test.extension.test_finder over to importlib.test.finder_tests.  
							
							
							
						 
						
							2009-01-27 01:33:54 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								5abdc93eb8 
								
							 
						 
						
							
							
								
								Add importlib.machinery with its first tenants, BuitinImporter and  
							
							... 
							
							
							
							FrozenImporter. Docs forthcoming.
I plan on all finders and loaders (and most likely hooks) to live
in imoprtlib.machinery. Utility stuff will end up in importlib.util.
Higher-level API stuff will stay on imoprtlib directly (e.g. import_module). 
							
						 
						
							2009-01-22 22:43:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								d994864d54 
								
							 
						 
						
							
							
								
								Remove a debugging print statement that accidentally got left in.  
							
							
							
						 
						
							2009-01-19 07:07:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								2c5c79cfc4 
								
							 
						 
						
							
							
								
								Tests of case-sensitivity were being executed on OSs which did not have a  
							
							... 
							
							
							
							case-insensitive file system, leading to test failures. This was due to using
the TestCase objects directly instead of the guard in the test_main() function.
Move over to a class decorator instead to control if the tests should be run. 
							
						 
						
							2009-01-18 06:55:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brett Cannon 
								
							 
						 
						
							
							
							
							
								
							
							
								7044d6b848 
								
							 
						 
						
							
							
								
								Skip over any file or folder that starts with a dot (e.g. .svn).  
							
							
							
						 
						
							2009-01-18 00:36:22 +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