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_import
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name...
Serhiy Storchaka
2017-09-27
1
-0/+12
*
[3.6] bpo-30876: Relative import from unloaded package now reimports the pack...
Serhiy Storchaka
2017-07-16
3
-3/+21
*
[3.6] bpo-30814: Fixed a race condition when import a submodule from a packag...
Serhiy Storchaka
2017-07-06
3
-0/+30
*
[3.6] Fix skipping test_UNC_path on AppVeyor due to a different error being r...
Zachary Ware
2017-06-04
1
-1/+1
*
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-0/+12
*
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
Ned Deily
2016-03-17
1
-0/+1
*
Issue #24492: make sure that ``from ... import ...` raises an
Brett Cannon
2015-08-12
1
-0/+13
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-3/+4
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-6/+14
*
Issue #21483: Skip test_timestamp_overflow on NFS.
Berker Peksag
2015-04-22
1
-1/+2
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-21/+16
*
Whitespace
Antoine Pitrou
2014-10-13
7
-7/+7
*
Issue #17636: Circular imports involving relative imports are now supported.
Antoine Pitrou
2014-10-13
11
-0/+1134