index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_import.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove debug output, fix assert (hopefully) and exercise signedness issues a ...
Antoine Pitrou
2012-01-25
1
-1/+1
*
Skip test failure under OpenIndiana
Antoine Pitrou
2012-01-25
1
-0/+5
*
Make test work under 32-bit systems, and when invoked through Lib/test/regrte...
Antoine Pitrou
2012-01-25
1
-9/+16
*
Issue #11235: Fix OverflowError when trying to import a source file whose mod...
Antoine Pitrou
2012-01-24
1
-0/+13
*
Fix test_import failure when run multiple times.
Antoine Pitrou
2011-12-21
1
-1/+4
*
Issue #7732: Try to fix the a failing test on Windows
Victor Stinner
2011-11-14
1
-1/+2
*
Issue #7732: Fix a crash on importing a module if a directory has the same name
Victor Stinner
2011-09-23
1
-0/+8
*
Merged revisions 87251 via svnmerge from
R. David Murray
2010-12-15
1
-1/+13
*
This test was not expected in r84100 (not yet ready).
Florent Xicluna
2010-08-16
1
-8/+0
*
Merged revisions 84097,84099 via svnmerge from
Florent Xicluna
2010-08-16
1
-12/+15
*
Turned out that if you used explicit relative import syntax
Brett Cannon
2010-05-20
1
-0/+12
*
Fix and check cgi module deprecation warnings. Revert an unwanted rename in ...
Florent Xicluna
2010-03-17
1
-1/+1
*
Cleanup in test_import and test_coding.
Florent Xicluna
2010-03-17
1
-70/+50
*
Delete unused import.
Collin Winter
2010-03-17
1
-1/+0
*
Style cleanup in test_import.
Collin Winter
2010-03-17
1
-70/+73
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
1
-12/+11
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-3/+3
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-9/+10
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-10/+9
*
Using CleanImport to revert a reload of the os module doesn't work due to fun...
Nick Coghlan
2009-10-18
1
-4/+16
*
Avoid replacing existing modules and sys.path in import tests
Nick Coghlan
2009-10-17
1
-4/+5
*
Curdir needs to be in the path for the test to work on all buildbots.
R. David Murray
2009-07-09
1
-0/+2
*
Specify umask in execute bit test to get consistent results
R. David Murray
2009-07-09
1
-0/+2
*
Make test work with -O.
R. David Murray
2009-07-09
1
-2/+8
*
Conditionalize test cleanup code to eliminate traceback, which will
R. David Murray
2009-07-09
1
-1/+1
*
Issue 6070: when creating a compiled file, after copying the mode bits, on
R. David Murray
2009-07-07
1
-0/+19
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-7/+7
*
Add a test for UNC import paths, see issue 3677
Kristján Valur Jónsson
2009-01-24
1
-0/+21
*
Use shutil.rmtree rather than os.rmdir.
Antoine Pitrou
2009-01-06
1
-1/+1
*
Issue #1180193: When importing a module from a .pyc (or .pyo) file with
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
[next]