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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Move over to using assertRaises as a context manager for importlib tests.
Brett Cannon
2009-08-27
9
-24/+36
*
|
Make __package__ setting tests specific to importlib. Also move to assertRais...
Brett Cannon
2009-08-27
1
-4/+5
*
|
Move a test-skipping decorator over to unittest.skipIf.
Brett Cannon
2009-08-27
1
-10/+3
*
|
Implement the PEP 302 protocol for get_filename() as
Brett Cannon
2009-07-20
2
-4/+57
*
|
Importlib's documentation said that importlib.abc.PyLoader inherited from
Brett Cannon
2009-07-20
1
-14/+61
*
|
Remove custom test-skipping code in importlib tests for unittest code.
Brett Cannon
2009-07-20
1
-13/+14
*
|
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
*
|
Importlib was using custom code to discover all test modules in importlib.test.
Brett Cannon
2009-07-15
2
-31/+14
*
|
Remove unused import for function that no longer exists.
R. David Murray
2009-07-01
1
-1/+0
*
|
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
19
-85/+85
|
/
*
Fixup/simplify another nested context manager.
Raymond Hettinger
2009-06-12
1
-6/+3
*
Tests for case-senstivity were not being skipped for darwin when installed on a
Brett Cannon
2009-05-11
6
-45/+37
*
fix name again
Benjamin Peterson
2009-04-04
1
-1/+1
*
fix name
Benjamin Peterson
2009-04-04
1
-1/+1
*
fix naming
Benjamin Peterson
2009-04-03
1
-3/+3
*
os.path.listdir -> os.listdir
Benjamin Peterson
2009-04-03
1
-1/+1
*
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
*
Check that on a platform that is expected to have a case-insensitive filesystem
Brett Cannon
2009-04-02
1
-1/+8
*
Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
Brett Cannon
2009-03-30
1
-0/+19
*
Add simple tests for __import__ for future optimizations to importlib.
Brett Cannon
2009-03-30
1
-0/+82
*
Implement InspectLoader for FrozenImporter.
Brett Cannon
2009-03-15
1
-1/+35
*
Implement InspectLoader for BuiltinImporter.
Brett Cannon
2009-03-15
3
-16/+48
*
A few more docstring/API cleanups for importlib.
Brett Cannon
2009-03-15
1
-1/+1
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
9
-28/+34
*
Implement importlib.util.set_loader: a decorator to automatically set
Brett Cannon
2009-03-10
3
-4/+9
*
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
5
-98/+438
*
Remove a dead XXX comment.
Brett Cannon
2009-03-09
1
-1/+0
*
Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode.
Brett Cannon
2009-03-09
1
-1/+5
*
Skip case-sensitivity tests for extension modules if _testcapi cannot be found.
Brett Cannon
2009-03-08
1
-0/+2
*
Rename importlib.util.set___package__ to set_package.
Brett Cannon
2009-03-04
1
-3/+3
*
Add a test for importlib.import_module.
Brett Cannon
2009-03-04
1
-1/+10
*
Expose importlib.util.set___package__.
Brett Cannon
2009-03-02
1
-1/+50
*
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
7
-9/+9
*
Implement the more specific PEP 302 semantics for loaders and what happens upon
Brett Cannon
2009-02-17
1
-0/+69
*
Change importlib.machinery.PathFinder to not have implicit semantics (that's
Brett Cannon
2009-02-15
2
-34/+35
*
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
5
-40/+21
*
Move importlib completely over to using rpartition and accepting the empty
Brett Cannon
2009-02-07
2
-2/+3
*
Move importlib's built-in importer to use rpartition for __package__.
Brett Cannon
2009-02-07
1
-1/+1
*
Move importlib's frozen importer over to rpartition for setting __package__.
Brett Cannon
2009-02-07
1
-1/+1
*
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon
2009-02-07
5
-150/+15
*
Finish implementing tests for importlib.machinery.PathFinder by testing that
Brett Cannon
2009-02-06
1
-4/+19
*
Add tests for using sys.path_hooks by importlib.machinery.PathFinder.
Brett Cannon
2009-02-05
1
-2/+10
*
Implement test for sys.path_importer_cache having None for
Brett Cannon
2009-02-05
1
-2/+14
[prev]
[next]