summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import.py
Commit message (Expand)AuthorAgeFilesLines
* Rip the import repr truncation test out of here and put it in test_repr.pyBarry Warsaw2001-08-241-35/+0
* Added a test for module repr truncation when the package name isBarry Warsaw2001-08-161-0/+35
* Derived from SF patch #446899 Permit import of .pyw under Windows, fromTim Peters2001-08-041-39/+46
* s/endswith/startswith/Tim Peters2001-08-011-1/+1
* Rewritten version of Finn Bock's SF patch #446907 (Allow jython toTim Peters2001-08-011-1/+4
* SF bug #422177: Results from .pyc differs from .pyTim Peters2001-05-081-0/+3
* Addrf simple test that import is case-sensitive.Tim Peters2001-03-211-1/+10
* Insert the current directory to the front of sys.path -- and remove itGuido van Rossum2000-10-241-0/+5
* Adding Jeremy's new test_import (SF patch 101709).Tim Peters2000-10-061-0/+44