index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
test
/
import_
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trying to import a submodule from another module and not a package was raising
Brett Cannon
2009-08-30
1
-0/+6
*
When the globals argument to importlib.__import__() contained any value for
Brett Cannon
2009-08-30
1
-7/+13
*
Raise TypeError if the name given to importlib.__import__() lacks an rpartition
Brett Cannon
2009-08-30
1
-0/+22
*
Fix the importlib_only test decorator to work again; don't capture the flag v...
Brett Cannon
2009-08-30
1
-1/+3
*
Use the public API, not a private one.
Brett Cannon
2009-08-30
1
-1/+1
*
Allow importlib.__import__ to accept any iterable for fromlist. Discovered when
Brett Cannon
2009-08-30
1
-2/+9
*
Have importlib raise ImportError if None is found in sys.modules. This matches
Brett Cannon
2009-08-30
1
-4/+14
*
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
2
-7/+10
*
Make __package__ setting tests specific to importlib. Also move to assertRais...
Brett Cannon
2009-08-27
1
-4/+5
*
Move a test-skipping decorator over to unittest.skipIf.
Brett Cannon
2009-08-27
1
-10/+3
*
Remove unused import for function that no longer exists.
R. David Murray
2009-07-01
1
-1/+0
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
6
-31/+31
*
Fixup/simplify another nested context manager.
Raymond Hettinger
2009-06-12
1
-6/+3
*
Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
Brett Cannon
2009-03-30
1
-0/+19
*
A few more docstring/API cleanups for importlib.
Brett Cannon
2009-03-15
1
-1/+1
*
Remove a dead XXX comment.
Brett Cannon
2009-03-09
1
-1/+0
*
Do some cleanup in importlib:
Brett Cannon
2009-02-21
1
-3/+3
*
Change importlib.machinery.PathFinder to not have implicit semantics (that's
Brett Cannon
2009-02-15
2
-34/+35
*
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon
2009-02-07
4
-148/+9
*
Finish implementing tests for importlib.machinery.PathFinder by testing that
Brett Cannon
2009-02-06
1
-4/+19
*
Add tests for using sys.path_hooks by importlib.machinery.PathFinder.
Brett Cannon
2009-02-05
1
-2/+10
*
Implement test for sys.path_importer_cache having None for
Brett Cannon
2009-02-05
1
-2/+14
*
Begin writing tests for importlib.machinery.PathFinder.
Brett Cannon
2009-02-05
1
-1/+57
*
Move import semantic util code to importlib.test.import_.util.
Brett Cannon
2009-02-01
8
-56/+99
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
7
-129/+124
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
8
-0/+799