index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
test
/
source
/
test_case_sensitivity.py
Commit message (
Expand
)
Author
Age
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20
*
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
*
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon
2012-05-04
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
*
Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.
Brett Cannon
2012-01-30
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
*
Tests for case-senstivity were not being skipped for darwin when installed on a
Brett Cannon
2009-05-11
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
*
Separate out finder for source and source/bytecode.
Brett Cannon
2009-02-21
*
Do some cleanup in importlib:
Brett Cannon
2009-02-21
*
Rename importlib.test.support to importlib.test.util.
Brett Cannon
2009-02-01
*
Split out support code that is specific to source tests out of
Brett Cannon
2009-02-01
*
Tests of case-sensitivity were being executed on OSs which did not have a
Brett Cannon
2009-01-18
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18