This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c7ceb2bc951b9e69d2bb148c80014dce080c431a
cpython
/
Lib
/
importlib
/
test
History
Brett Cannon
b46a1793a7
Update importlib.invalidate_caches() to be more general.
2012-02-27 18:15:42 -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
Update importlib.invalidate_caches() to be more general.
2012-02-27 18:15:42 -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
Update importlib.invalidate_caches() to be more general.
2012-02-27 18:15:42 -05: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