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
/
test
/
test_importlib
/
import_
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22002: Make full use of test discovery in test sub-packages.
Zachary Ware
2014-07-23
2
-12/+8
*
Issue #19593: Use specific asserts in importlib tests.
Serhiy Storchaka
2014-07-07
2
-2/+2
*
Issue #20763: Fix importlib.machinery.PathFinder to support
Brett Cannon
2014-02-26
1
-0/+24
*
Issue #19712: Update test.test_importlib.import_ to test/use PEP 451
Brett Cannon
2013-12-06
7
-53/+74
*
Issue #19712: Port test.test_importlib.import_ tests to use PEP 451
Brett Cannon
2013-11-29
3
-16/+68
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-2/+2
*
Issue #16803: test.test_importlib.import_ now tests frozen and source code
Brett Cannon
2013-11-08
10
-152/+146
*
[Issue #19357] Ensure module "loaded" during tests gets forgotten.
Eric Snow
2013-10-23
1
-1/+1
|
\
|
*
[Issue #19357] Ensure module "loaded" during tests gets forgotten.
Eric Snow
2013-10-23
1
-1/+1
|
*
Issue #16793. Replace deprecated unittest asserts with modern counterparts.
Serhiy Storchaka
2012-12-27
1
-1/+1
*
|
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
Brett Cannon
2013-10-18
1
-2/+2
*
|
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
2
-8/+4
*
|
Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.
Brett Cannon
2013-07-04
1
-7/+0
*
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
1
-1/+0
*
|
Issue #17177: stop using imp in test_importlib
Brett Cannon
2013-06-15
3
-6/+6
*
|
Issue #15767: Add an explicit test for raising ModuleNotFoundError
Brett Cannon
2013-06-13
1
-0/+7
*
|
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
2
-4/+8
*
|
Normalize whitespace
Brett Cannon
2013-03-13
1
-1/+1
*
|
Issue #17117: Have both import itself and importlib.util.set_loader()
Brett Cannon
2013-03-13
1
-0/+44
*
|
Do a better job of preserving the state of sys.modules.
Barry Warsaw
2012-11-20
1
-1/+6
|
\
\
|
|
/
|
*
Do a better job of preserving the state of sys.modules.
Barry Warsaw
2012-11-20
1
-1/+6
*
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-4/+21
|
\
\
|
|
/
|
*
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-4/+21
*
|
Clean up some warnings in test suite output.
Nadeem Vawda
2012-10-13
1
-1/+1
|
/
*
Closes issue #15111: Calling __import__ with a module specified in
Brett Cannon
2012-10-10
1
-1/+14
*
Issue #15316: Let exceptions raised during imports triggered by the
Brett Cannon
2012-08-24
1
-0/+38
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
10
-0/+933