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
*
bpo-37473: Don't import importlib ASAP in tests (GH-14661)
Victor Stinner
2019-07-14
1
-9/+7
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-4/+3
*
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner
2019-05-24
1
-7/+1
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-1/+2
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-0/+48
*
bpo-33237: Improve AttributeError message for partially initialized module. (...
Serhiy Storchaka
2018-10-30
3
-0/+17
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-2/+2
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-2/+2
*
bpo-33465: Use an unlikely to be built-in C extension in a test (#6797)
Barry Warsaw
2018-05-15
1
-5/+6
*
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan
2018-03-25
1
-4/+7
*
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5...
Xiang Zhang
2018-03-24
1
-0/+21
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-1/+1
*
bpo-31492: Fix assertion failures in case of a module with a bad __name__ att...
Oren Milman
2017-09-19
1
-0/+12
*
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
Serhiy Storchaka
2017-08-29
1
-0/+17
*
bpo-30876: Relative import from unloaded package now reimports the package (#...
Serhiy Storchaka
2017-07-12
3
-3/+21
*
bpo-30814: Fixed a race condition when import a submodule from a package. (#2...
Serhiy Storchaka
2017-07-06
3
-0/+30
*
Fix skipping test_UNC_path on AppVeyor due to a different error being raised ...
Segev Finer
2017-06-02
1
-1/+1
*
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Serhiy Storchaka
2017-05-09
3
-0/+8
*
bpo-29693: Fix for DeprecationWarning in test_import (#421)
Anish Shah
2017-03-03
1
-2/+2
*
use select instead of _opcode for import test (#372)
Benjamin Peterson
2017-03-01
1
-5/+5
*
weaken test_from_import_missing_attr_has_name_and_path regular expression (#371)
Benjamin Peterson
2017-03-01
1
-1/+1
*
bpo-29546: Improve from-import error message with location (#103)
Matthias Bussonnier
2017-02-22
1
-1/+13
*
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Matthias Bussonnier
2017-02-15
1
-0/+19
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
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