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
/
extension
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...
Eric V. Smith
2012-06-27
2
-5/+5
*
Issue #13959: Have
Brett Cannon
2012-05-11
1
-5/+15
*
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
1
-3/+2
*
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon
2012-05-04
3
-3/+3
*
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
4
-7/+14
*
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-13
1
-2/+4
*
Issue #13890: Also fix for extension module tests for case-insensitivity.
Brett Cannon
2012-01-30
1
-0/+6
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
4
-4/+6
*
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
1
-1/+2
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
3
-6/+6
*
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
4
-9/+9
*
Implement importlib.util.set_loader: a decorator to automatically set
Brett Cannon
2009-03-10
1
-0/+2
*
Skip case-sensitivity tests for extension modules if _testcapi cannot be found.
Brett Cannon
2009-03-08
1
-0/+2
*
Do some cleanup in importlib:
Brett Cannon
2009-02-21
3
-3/+3
*
Add the missing importlib.test.extension.util.
Brett Cannon
2009-02-07
1
-0/+21
*
Factor out helper code from importlib.test.extension.test_path_hook.
Brett Cannon
2009-02-07
4
-39/+19
*
Move importlib completely over to using rpartition and accepting the empty
Brett Cannon
2009-02-07
1
-1/+2
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
2
-9/+9
*
Move extension module loader tests over to importlib.test.abc.LoaderTests.
Brett Cannon
2009-02-01
1
-3/+22
*
Merge testing ABCs for importlib into importlib.test.abc.
Brett Cannon
2009-01-30
1
-2/+2
*
Move importlib.test.extension.test_finder over to importlib.test.finder_tests.
Brett Cannon
2009-01-27
1
-2/+19
*
Tests of case-sensitivity were being executed on OSs which did not have a
Brett Cannon
2009-01-18
1
-2/+2
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
5
-0/+168