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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29514: Make magic number test work for candidates (GH-7945)
Ned Deily
2018-06-27
1
-1/+1
*
bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145)
Miss Islington (bot)
2018-05-28
1
-7/+13
*
bpo-33629: Prevent coredump in test_importlib (GH-7090)
Miss Islington (bot)
2018-05-24
1
-1/+4
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Miss Islington (bot)
2018-03-17
1
-1/+15
*
Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (...
Barry Warsaw
2018-02-26
2
-20/+2
*
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
Barry Warsaw
2018-02-03
2
-2/+20
*
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...
Andrew Svetlov
2017-12-14
1
-1/+1
*
[3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-411...
Serhiy Storchaka
2017-10-26
1
-0/+43
*
[3.6] bpo-31642: Restore blocking "from" import by setting None in sys.module...
Serhiy Storchaka
2017-10-08
1
-0/+14
*
[3.6] bpo-30876: Relative import from unloaded package now reimports the pack...
Serhiy Storchaka
2017-07-16
1
-1/+1
*
[3.6] bpo-29514: Check magic number for bugfix releases (#2157)
Nick Coghlan
2017-06-13
1
-0/+44
*
Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator.
Xavier de Gaye
2016-12-08
1
-1/+1
*
Issue #28026: Raise ImportError when exec_module() exists but create_module()...
Eric Snow
2016-09-08
1
-7/+1
*
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
2
-0/+25
*
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
2
-5/+9
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-0/+9
|
\
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-0/+9
*
|
Merge for #27083
Brett Cannon
2016-07-16
3
-18/+18
|
\
\
|
|
/
|
*
Fix regressions introduced by fixes for issue #27083.
Brett Cannon
2016-07-16
3
-18/+18
*
|
Merge for #27083
Brett Cannon
2016-07-15
1
-6/+9
|
\
\
|
|
/
|
*
Issue #27083: Respect the PYTHONCASEOK environment variable under
Brett Cannon
2016-07-15
1
-6/+9
*
|
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon
2016-07-08
2
-2/+0
*
|
Issue #26186: Remove the restriction that built-in and extension
Brett Cannon
2016-06-25
1
-0/+2
*
|
Merge from 3.5
Brett Cannon
2016-06-25
1
-3/+13
|
\
\
|
|
/
|
*
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon
2016-06-25
1
-3/+13
*
|
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
Eric Snow
2016-05-10
7
-38/+106
*
|
Fixes #19711: Add tests for reloading namespace packages.
Eric Snow
2016-05-10
1
-1/+33
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
4
-6/+0
*
|
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
Issue #23277: Remove more unused sys and os imports.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
5
-6/+0
*
|
Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py
Brett Cannon
2016-04-08
1
-17/+0
*
|
Cleanup regrtest "main()" function
Victor Stinner
2016-03-24
1
-2/+2
*
|
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
1
-1/+1
*
|
Merge for issue #26186
Brett Cannon
2016-02-21
1
-0/+1
|
\
\
|
|
/
|
*
Issue #26186: Remove an invalid type check in
Brett Cannon
2016-02-21
1
-0/+1
*
|
Merge for issue #26367
Brett Cannon
2016-02-20
1
-0/+5
|
\
\
|
|
/
|
*
Issue #26367: Have importlib.__init__() raise RuntimeError when
Brett Cannon
2016-02-20
1
-0/+5
*
|
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-1/+1
*
|
Issue #18018: Raise an ImportError if a relative import is attempted
Brett Cannon
2016-01-23
1
-0/+5
*
|
whitespace cleanup
Brett Cannon
2016-01-22
1
-2/+2
*
|
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon
2016-01-22
2
-15/+34
*
|
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Brett Cannon
2016-01-15
1
-14/+26
|
/
*
Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX.
Serhiy Storchaka
2015-11-11
1
-8/+14
*
use assert method in another place
Benjamin Peterson
2015-05-30
1
-1/+1
*
use assert method (#24328)
Benjamin Peterson
2015-05-29
1
-1/+1
*
fix importing one char extension modules (closes #24328)
Benjamin Peterson
2015-05-29
1
-0/+8
*
Issue #24285: fix importing extensions from packages
Nick Coghlan
2015-05-26
1
-0/+7
[next]