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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix no-op tests in importlib.
Antoine Pitrou
2011-12-30
1
-0/+4
|
\
|
*
Fix no-op tests in importlib.
Antoine Pitrou
2011-12-30
1
-0/+4
*
|
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...
Florent Xicluna
2011-12-10
1
-2/+2
|
/
*
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
-25/+36
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
3
-1/+32
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
6
-107/+193
*
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
*
Repair test failure. Bug 8727.
Barry Warsaw
2010-05-18
1
-0/+3
*
PEP 3147
Barry Warsaw
2010-04-17
4
-14/+29
*
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
*
Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places
Brett Cannon
2009-11-05
1
-11/+4
*
importlib.test.source.util referenced variables in the 'finally' part of a
Brett Cannon
2009-11-05
1
-2/+6
*
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
3
-9/+12
*
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
4
-24/+24
*
Tests for case-senstivity were not being skipped for darwin when installed on a
Brett Cannon
2009-05-11
4
-35/+26
*
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
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
5
-19/+25
*
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
3
-96/+404
*
Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode.
Brett Cannon
2009-03-09
1
-1/+5
*
Refactor source and bytecode file loaders in importlib so that there
Brett Cannon
2009-02-21
2
-13/+13
*
Separate out finder for source and source/bytecode.
Brett Cannon
2009-02-21
2
-2/+2
*
Do some cleanup in importlib:
Brett Cannon
2009-02-21
3
-3/+3
*
Move importlib completely over to using rpartition and accepting the empty
Brett Cannon
2009-02-07
1
-1/+1
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
6
-9/+6
*
Split out support code that is specific to source tests out of
Brett Cannon
2009-02-01
6
-30/+123
*
Move source loader tests (including reload tests) over to
Brett Cannon
2009-02-01
2
-73/+72
*
Merge testing ABCs for importlib into importlib.test.abc.
Brett Cannon
2009-01-30
1
-2/+2
*
Tests of case-sensitivity were being executed on OSs which did not have a
Brett Cannon
2009-01-18
1
-2/+1
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
7
-0/+617