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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Rework importlib benchmarks so that they measure number of executions within a
Brett Cannon
2009-09-03
1
-51/+52
*
|
Clarify why test_import is failing under importlib.
Brett Cannon
2009-08-30
1
-2/+3
*
|
Trying to import a submodule from another module and not a package was raising
Brett Cannon
2009-08-30
3
-4/+11
*
|
test_pep3120 is no longer a problem for importlib as the test was tweaked.
Brett Cannon
2009-08-30
1
-1/+0
*
|
When the globals argument to importlib.__import__() contained any value for
Brett Cannon
2009-08-30
2
-11/+17
*
|
Turn on verbose2 for importlib.test.regrtest so as to see failures when they ...
Brett Cannon
2009-08-30
1
-2/+1
*
|
Raise TypeError if the name given to importlib.__import__() lacks an rpartition
Brett Cannon
2009-08-30
3
-1/+24
*
|
Fix the importlib_only test decorator to work again; don't capture the flag v...
Brett Cannon
2009-08-30
1
-1/+3
*
|
Use the public API, not a private one.
Brett Cannon
2009-08-30
1
-1/+1
*
|
Allow importlib.__import__ to accept any iterable for fromlist. Discovered when
Brett Cannon
2009-08-30
2
-2/+10
*
|
Provide module docstrings for the two main test drivers in importlib that
Brett Cannon
2009-08-30
2
-2/+11
*
|
Tweak importlib.test.regrtest to only specify the implicit tests to exclude
Brett Cannon
2009-08-30
1
-4/+6
*
|
Have importlib raise ImportError if None is found in sys.modules. This matches
Brett Cannon
2009-08-30
2
-5/+20
*
|
Add a test file to importlib that runs regrtest using importlib.__import__.
Brett Cannon
2009-08-27
1
-0/+33
*
|
Add support for a --builtin argument to importlib.test to trigger running
Brett Cannon
2009-08-27
1
-0/+5
*
|
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
4
-22/+95
*
|
Importlib's documentation said that importlib.abc.PyLoader inherited from
Brett Cannon
2009-07-20
2
-15/+62
*
|
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
*
Rip out a useless method that the superclass implements properly.
Brett Cannon
2009-04-01
1
-19/+0
*
Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
Brett Cannon
2009-03-30
2
-3/+23
*
Add simple tests for __import__ for future optimizations to importlib.
Brett Cannon
2009-03-30
1
-0/+82
*
Document import's semantics for the language reference. This includes filling
Brett Cannon
2009-03-21
1
-7/+0
*
Implement InspectLoader for FrozenImporter.
Brett Cannon
2009-03-15
4
-9/+65
*
Implement InspectLoader for BuiltinImporter.
Brett Cannon
2009-03-15
6
-22/+80
*
A few more docstring/API cleanups for importlib.
Brett Cannon
2009-03-15
4
-53/+55
*
Clean up docstring from importlib.util.module_for_loader.
Brett Cannon
2009-03-15
1
-8/+8
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
12
-55/+43
*
Last big re-organization of importlib._bootstrap. Should actually be able to ...
Brett Cannon
2009-03-12
1
-172/+173
*
Do a little bit of reorganization on importlib._bootstrap.
Brett Cannon
2009-03-12
1
-58/+69
*
Make utility code in importlib._bootstrap private.
Brett Cannon
2009-03-12
1
-32/+32
*
Define importlib.__init__.__all__.
Brett Cannon
2009-03-12
1
-1/+3
*
Add a NOTE for importlib to fill in the docstrings for the ABCs.
Brett Cannon
2009-03-11
1
-0/+2
[prev]
[next]