summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pkg.py
Commit message (Expand)AuthorAgeFilesLines
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-4/+4
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-011-5/+12
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-0/+27
* Test that "import sys.imp" fails as it should.Guido van Rossum1998-05-191-1/+12
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-35/+35
* Add empty __init__.py files to the test packages so the new policyGuido van Rossum1997-10-311-1/+4
* Added test for __all__.Guido van Rossum1997-09-081-0/+15
* Fix details in the test:Guido van Rossum1997-09-071-3/+13
* Added feeble test for reload() of packages and submodules.Guido van Rossum1997-09-061-0/+3
* Test set for package import.Guido van Rossum1997-09-061-0/+183