| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from | R. David Murray | 2009-07-19 | 1 | -1/+30 |
|
|
* | Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,... | Georg Brandl | 2009-01-14 | 1 | -1/+1 |
|
|
* | Merged revisions 68360 via svnmerge from | Antoine Pitrou | 2009-01-06 | 1 | -1/+93 |
|
|
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te... | Nick Coghlan | 2008-09-11 | 1 | -7/+7 |
|
|
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -8/+8 |
|
|
* | Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError wh... | Nick Coghlan | 2008-07-13 | 1 | -3/+33 |
|
|
* | Allow test_import to work when it is invoked directly | Benjamin Peterson | 2008-04-25 | 1 | -0/+2 |
|
|
* | Import relimport using a relative import. | Martin v. Löwis | 2008-03-19 | 1 | -1/+1 |
|
|
* | Issue #2400: Allow relative imports to "import *". | Martin v. Löwis | 2008-03-19 | 1 | -1/+13 |
|
|
* | Fixed #1776. __import__() no longer imports modules by file name | Christian Heimes | 2008-01-09 | 1 | -1/+11 |
|
|
* | Removed non ASCII text from test as requested by Guido. Sorry :/ | Christian Heimes | 2007-11-01 | 1 | -20/+2 |
|
|
* | Backport of import tests for bug http://bugs.python.org/issue1293 and bug htt... | Christian Heimes | 2007-11-01 | 1 | -2/+43 |
|
|
* | Remove test.test_support.guard_warnings_filter. | Brett Cannon | 2007-08-14 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-03-12 | 1 | -2/+2 |
|
|
* | Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ... | Collin Winter | 2007-03-12 | 1 | -0/+10 |
|
|
* | Add test.test_support.guard_warnings_filter . This function returns a context | Brett Cannon | 2006-12-13 | 1 | -7/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-10-18 | 1 | -2/+2 |
|
|
* | Convert test_import to unittest. | Georg Brandl | 2006-09-30 | 1 | -200/+197 |
|
|
* | - Add new Warning class, ImportWarning | Thomas Wouters | 2006-04-27 | 1 | -0/+17 |
|
|
* | Use absolute imports | Neal Norwitz | 2006-04-03 | 1 | -1/+1 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+13 |
|
|
* | New tests: | Tim Peters | 2004-08-02 | 1 | -0/+84 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -3/+3 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. | Jack Jansen | 2002-07-08 | 1 | -2/+1 |
|
|
* | Disable the test for importing very long lists for MacPython: it triggers | Jack Jansen | 2002-06-20 | 1 | -1/+2 |
|
|
* | test_module_with_large_stack(): This failed when Python was run with -O, | Tim Peters | 2002-06-15 | 1 | -2/+5 |
|
|
* | test_module_with_large_stack(): This failed on Windows, for the wrong | Tim Peters | 2002-06-15 | 1 | -1/+1 |
|
|
* | Fix SF bug # 561858 Assertion with very long lists | Neal Norwitz | 2002-06-14 | 1 | -0/+31 |
|
|
* | Verify that the imp can find and load .py files. | Jeremy Hylton | 2002-05-30 | 1 | -0/+5 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -3/+3 |
|
|
* | Rip the import repr truncation test out of here and put it in test_repr.py | Barry Warsaw | 2001-08-24 | 1 | -35/+0 |
|
|
* | Added a test for module repr truncation when the package name is | Barry Warsaw | 2001-08-16 | 1 | -0/+35 |
|
|
* | Derived from SF patch #446899 Permit import of .pyw under Windows, from | Tim Peters | 2001-08-04 | 1 | -39/+46 |
|
|
* | s/endswith/startswith/ | Tim Peters | 2001-08-01 | 1 | -1/+1 |
|
|
* | Rewritten version of Finn Bock's SF patch #446907 (Allow jython to | Tim Peters | 2001-08-01 | 1 | -1/+4 |
|
|
* | SF bug #422177: Results from .pyc differs from .py | Tim Peters | 2001-05-08 | 1 | -0/+3 |
|
|
* | Addrf simple test that import is case-sensitive. | Tim Peters | 2001-03-21 | 1 | -1/+10 |
|
|
* | Insert the current directory to the front of sys.path -- and remove it | Guido van Rossum | 2000-10-24 | 1 | -0/+5 |
|
|
* | Adding Jeremy's new test_import (SF patch 101709). | Tim Peters | 2000-10-06 | 1 | -0/+44 |
|
|