This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-29 23:56:56 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
625cd23da4e760311bd81d8f3f7edba809e981d8
cpython
/
Lib
/
importlib
/
test
T
History
Brett Cannon
dfc32706a0
Make the benchmark recording more sensible for importlib.test.benchmark.
2012-02-23 19:34:35 -05:00
..
builtin
…
extension
Issue
#13890
: Also fix for extension module tests for case-insensitivity.
2012-01-30 12:51:49 -05:00
frozen
…
import_
Improper type for __package__ should raise TypeError, not ValueError.
2012-02-23 18:29:12 -05:00
source
Issue
#13890
: Fix importlib case-sensitivity tests to not run on Windows.
2012-01-30 12:48:16 -05:00
__init__.py
…
__main__.py
Fix importlib.test.__main__ to only worry about command-line flags when directly executed.
2012-02-17 10:44:24 -05:00
abc.py
…
benchmark.py
Make the benchmark recording more sensible for importlib.test.benchmark.
2012-02-23 19:34:35 -05:00
regrtest.py
…
test_abc.py
…
test_api.py
Issue
#13591
: import_module potentially imports a module twice.
2011-12-14 22:23:46 -06:00
test_util.py
Issue
#13593
: updating the importlib utility decorators for __qualname__.
2011-12-14 22:53:13 -06:00
util.py
Issue
#13591
: import_module potentially imports a module twice.
2011-12-14 22:23:46 -06:00