summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_pkg
Commit message (Collapse)AuthorAgeFilesLines
* Patch #103343: Allow the important test_pkg to succeed under Jython.Tim Peters2001-01-211-3/+3
|
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-011-5/+5
| | | | | | | | | | | | | Python test suite. Specifically, - import time instead of strop in test_b1 - test for ClassType of exceptions using isinstance instead of equality in test_exceptions - remove __builtins__ from dir() output in test_pkg test_pkg output needs to be regenerated.
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-0/+7
| | | | | | | | name as n'. By doing some twists and turns, "as" is not a reserved word. There is a slight change in semantics for 'from module import name' (it will now honour the 'global' keyword) but only in cases that are explicitly undocumented.
* Added test for __all__.Guido van Rossum1997-09-081-0/+7
|
* Added feeble test for reload() of packages and submodules.Guido van Rossum1997-09-061-0/+2
|
* Test set for package import.Guido van Rossum1997-09-061-0/+29