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
/
importlib
/
test
/
source
/
test_file_loader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-482
/
+0
*
Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...
Eric V. Smith
2012-06-27
1
-6
/
+6
*
Issue #13959: Have
Brett Cannon
2012-05-11
1
-0
/
+35
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg
2012-04-25
1
-1
/
+1
*
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg
2012-04-25
1
-1
/
+1
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg
2012-04-25
1
-1
/
+1
*
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
1
-9
/
+9
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-1
/
+1
*
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-12
1
-4
/
+12
*
Port import fixes from 2.7.
Antoine Pitrou
2012-01-25
1
-12
/
+32
|
\
|
*
Port remaining test fixes, and fix test_importlib too.
Antoine Pitrou
2012-01-25
1
-1
/
+9
|
|
\
|
*
\
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-12
/
+32
|
|
\
\
|
|
*
|
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-12
/
+32
*
|
|
|
Port import fixes from 2.7.
Antoine Pitrou
2012-01-25
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Port remaining test fixes, and fix test_importlib too.
Antoine Pitrou
2012-01-25
1
-1
/
+9
|
/
/
*
|
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-0
/
+17
|
/
*
Fix no-op tests in importlib.
Antoine Pitrou
2011-12-30
1
-0
/
+4
*
Closes #12291: Fixed bug which was found when doing multiple loads from one ...
Vinay Sajip
2011-07-02
1
-1
/
+1
*
Make sure that no __pycache__ directory is needlessly left behind when testing
Brett Cannon
2010-08-22
1
-7
/
+10
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-0
/
+17
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-94
/
+176
*
Repair test failure. Bug 8727.
Barry Warsaw
2010-05-18
1
-0
/
+3
*
PEP 3147
Barry Warsaw
2010-04-17
1
-4
/
+5
*
Importlib was not matching import's handling of .pyc files where it had less
Brett Cannon
2010-02-19
1
-24
/
+99
*
When trying to write new bytecode, importlib was not catching the IOError
Brett Cannon
2009-11-07
1
-0
/
+26
*
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
1
-4
/
+6
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-7
/
+7
*
Tests for case-senstivity were not being skipped for darwin when installed on a
Brett Cannon
2009-05-11
1
-2
/
+2
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
1
-9
/
+15
*
Introduce importlib.abc. The module contains various ABCs related to imports
Brett Cannon
2009-03-09
1
-0
/
+175