summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_import.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-111-7/+7
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-8/+8
* Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError wh...Nick Coghlan2008-07-131-3/+33
* Allow test_import to work when it is invoked directlyBenjamin Peterson2008-04-251-0/+2
* Import relimport using a relative import.Martin v. Löwis2008-03-191-1/+1
* Issue #2400: Allow relative imports to "import *".Martin v. Löwis2008-03-191-1/+13
* Fixed #1776. __import__() no longer imports modules by file nameChristian Heimes2008-01-091-1/+11
* Removed non ASCII text from test as requested by Guido. Sorry :/Christian Heimes2007-11-011-20/+2
* Backport of import tests for bug http://bugs.python.org/issue1293 and bug htt...Christian Heimes2007-11-011-2/+43
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-141-2/+2
* Whitespace normalization.Tim Peters2007-03-121-2/+2
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-121-0/+10
* Add test.test_support.guard_warnings_filter . This function returns a contextBrett Cannon2006-12-131-7/+4
* Whitespace normalization.Tim Peters2006-10-181-2/+2
* Convert test_import to unittest.Georg Brandl2006-09-301-200/+197
* - Add new Warning class, ImportWarningThomas Wouters2006-04-271-0/+17
* Use absolute importsNeal Norwitz2006-04-031-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+13
* New tests:Tim Peters2004-08-021-0/+84
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-3/+3
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.Jack Jansen2002-07-081-2/+1
* Disable the test for importing very long lists for MacPython: it triggersJack Jansen2002-06-201-1/+2
* test_module_with_large_stack(): This failed when Python was run with -O,Tim Peters2002-06-151-2/+5
* test_module_with_large_stack(): This failed on Windows, for the wrongTim Peters2002-06-151-1/+1
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-0/+31
* Verify that the imp can find and load .py files.Jeremy Hylton2002-05-301-0/+5
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-3/+3
* 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