index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_importlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-07
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
21
-94
/
+199
|
\
\
|
|
/
|
/
|
|
*
Merge for #27083
Brett Cannon
2016-07-15
21
-94
/
+199
|
|
\
|
|
*
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
|
|
|
\
|
|
*
|
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
|
|
|
\
\
|
|
*
\
\
Merge for issue #26186
Brett Cannon
2016-02-20
3
-22
/
+58
|
|
|
\
\
\
|
|
|
*
\
\
Merge for issue #26367
Brett Cannon
2016-02-20
3
-22
/
+58
|
|
|
|
\
\
\
|
|
|
|
*
|
|
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-22
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
*
|
|
|
|
|
|
Fix regressions introduced by fixes for issue #27083.
Brett Cannon
2016-07-16
3
-18
/
+18
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #27083: Respect the PYTHONCASEOK environment variable under
Brett Cannon
2016-07-15
1
-6
/
+9
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon
2016-06-25
1
-3
/
+13
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #26581: Use the first coding cookie on a line, not the last one.
Serhiy Storchaka
2016-03-20
1
-1
/
+1
|
/
/
/
*
|
|
Issue #26186: Remove an invalid type check in
Brett Cannon
2016-02-20
1
-0
/
+1
|
/
/
*
|
Issue #26367: Have importlib.__init__() raise RuntimeError when
Brett Cannon
2016-02-20
1
-0
/
+5
|
/
*
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
*
Issue #24192: Fix namespace package imports.
Eric Snow
2015-05-15
1
-1
/
+1
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-02
3
-6
/
+6
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-18
/
+96
*
Remove a dead test for a never-launched API
Brett Cannon
2015-03-27
1
-9
/
+0
*
Issue #22834: Drop a redundant comment and use errno instead of an
Brett Cannon
2015-02-27
1
-2
/
+2
*
Issue #22834: Fix a failing test under Solaris due to the platform not
Brett Cannon
2015-02-20
1
-2
/
+8
*
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
4
-3
/
+19
*
#22980 Adds platform and version tags to .pyd files
Steve Dower
2014-12-15
1
-0
/
+24
[next]