| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This should make the Linux distros happy as it is now easier to leave
importlib's tests out of their base Python distribution.
|
| |
|
|
|
|
|
|
|
| |
source files for tests. Allows for concurrent execution of the tests by
preventing various executions from trampling each other.
Closes issue #7248.
|
|
|
|
| |
try/finally which may not have been set.
|
|
|
|
|
|
|
| |
case-sensitive filesystems -- which is not the default case. Along the way also
fixed the skipping of tests when sys.dont_write_bytecode is true.
Closes issue #5442 again.
|
|
|
|
|
|
|
| |
(mostly stuff specified by PEP 302). There are two ABCs, PyLoader and
PyPycLoader, which help with implementing source and source/bytecode loaders by
implementing load_module in terms of other methods. This removes a lot of
gritty details loaders typically have to worry about.
|
| |
|
| |
|
|
importlib.test.support to importlib.test.source.util.
|