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-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-122/+100
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-30876: Relative import from unloaded package now reimports the package (#...
Serhiy Storchaka
2017-07-12
1
-1/+1
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-0/+6
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
1
-2/+12
*
bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576...
Serhiy Storchaka
2017-04-29
1
-13/+16
*
bpo-29514: Check magic number for bugfix release (#54)
Eric Appelt
2017-04-17
1
-0/+44
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-16
1
-0/+6
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
2
-3/+0
*
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
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-0/+167
*
Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
Serhiy Storchaka
2015-05-21
1
-1/+0
[next]