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_abc_loader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
1
-886/+0
*
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
Brett Cannon
2012-07-02
1
-2/+6
*
Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...
Eric V. Smith
2012-06-27
1
-11/+10
*
Issue #14938: importlib.abc.SourceLoader.is_package() now takes the
Brett Cannon
2012-06-16
1
-2/+3
*
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-13
1
-4/+7
*
Move some code from importlib.__init__ to importlib._bootstrap that
Brett Cannon
2012-01-25
1
-4/+4
*
kill useless import added by 87331661042b
Benjamin Peterson
2012-01-16
1
-1/+0
*
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
1
-3/+7
*
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...
Florent Xicluna
2011-12-10
1
-2/+2
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-25/+36
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-0/+1
*
Move importlib.abc.SourceLoader to _bootstrap.
Brett Cannon
2010-06-28
1
-4/+3
*
fix test with more obviously incorrect bytecode
Benjamin Peterson
2010-06-28
1
-1/+1
*
Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.
Brett Cannon
2010-06-27
1
-6/+394
*
Implement the PEP 302 protocol for get_filename() as
Brett Cannon
2009-07-20
1
-3/+50
*
Some tests in importlib.test.source.test_abc_loader were testing what happens
Brett Cannon
2009-07-20
1
-8/+16
*
Update importlib.test.source.test_abc_loader to new features added in Python ...
Brett Cannon
2009-07-19
1
-17/+19
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-11/+11
*
Tests for case-senstivity were not being skipped for darwin when installed on a
Brett Cannon
2009-05-11
1
-8/+8
*
importlib.test.source.test_abc_loader was making a bad assumption that all file
Brett Cannon
2009-04-02
1
-16/+21
*
Make a test in importlib have a more robust test value.
Brett Cannon
2009-04-02
1
-1/+1
*
Give a more informative message on an importlib test upon failure.
Brett Cannon
2009-04-02
1
-1/+3
*
Implement get_source for importlib.abc.PyLoader using source_path and get_data.
Brett Cannon
2009-03-10
1
-9/+32
*
Introduce importlib.abc. The module contains various ABCs related to imports
Brett Cannon
2009-03-09
1
-0/+390