Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #103343: Allow the important test_pkg to succeed under Jython. | Tim Peters | 2001-01-21 | 1 | -3/+3 |
| | |||||
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 1 | -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 import | Thomas Wouters | 2000-08-17 | 1 | -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 Rossum | 1997-09-08 | 1 | -0/+7 |
| | |||||
* | Added feeble test for reload() of packages and submodules. | Guido van Rossum | 1997-09-06 | 1 | -0/+2 |
| | |||||
* | Test set for package import. | Guido van Rossum | 1997-09-06 | 1 | -0/+29 |