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
/
importlib
/
test
/
source
/
test_file_loader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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