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_imp.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13959: Have
Brett Cannon
2012-05-11
1
-6/+13
*
Change tests for imp.cache_from_source() to follow os.path.join/split
Brett Cannon
2012-04-22
1
-43/+32
*
Issue #14599: Generalize a test for ImportError.path and add support
Brett Cannon
2012-04-20
1
-0/+11
*
Issue #14633: Simplify imp.find_modue() test after fixes from issue
Brett Cannon
2012-04-20
1
-4/+2
*
More debug output
Antoine Pitrou
2012-02-27
1
-2/+2
*
Improve debugging output for test failure
Antoine Pitrou
2012-02-27
1
-1/+1
*
Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah.
Antoine Pitrou
2012-02-26
1
-0/+1
*
Additional debug info in case of failure
Antoine Pitrou
2012-02-22
1
-2/+1
*
unload() should be sufficient
Antoine Pitrou
2012-02-22
1
-2/+2
*
Try to debug sporadic test failures
Antoine Pitrou
2012-02-22
1
-2/+5
*
Issue #12451: Add support.create_empty_file()
Victor Stinner
2011-06-30
1
-2/+1
*
Issue #11919: try to fix test_imp failure on some buildbots.
Antoine Pitrou
2011-04-25
1
-1/+2
|
\
|
*
Issue #11919: try to fix test_imp failure on some buildbots.
Antoine Pitrou
2011-04-25
1
-1/+2
*
|
Correctly merging #9319 into 3.3?
Jesus Cea
2011-04-25
1
-0/+4
|
\
\
|
|
/
|
*
Issue #9319: Fix the unit test
Victor Stinner
2011-04-22
1
-1/+2
|
*
Issue #9319: Fix a crash on parsing a Python source code without encoding
Victor Stinner
2011-04-22
1
-0/+3
*
|
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
Victor Stinner
2011-04-04
1
-0/+6
*
|
Fix imp.cache_from_source() if the directory name contains a dot
Victor Stinner
2011-03-14
1
-0/+4
|
/
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-1/+1
*
Move test_imp over to file context managers.
Brett Cannon
2010-10-29
1
-23/+23
*
Issue #9308: Removed redundant coding cookies. Added tests for
Alexander Belopolsky
2010-10-15
1
-9/+23
*
test_imp: getfilesystemencoding() cannot be None anymore
Victor Stinner
2010-09-29
1
-1/+0
*
Fix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE
Victor Stinner
2010-08-13
1
-2/+2
*
Issue #9425: NullImporter constructor is fully unicode compliant
Victor Stinner
2010-08-13
1
-0/+13
*
pydoc still has a silly encoding
Benjamin Peterson
2010-07-05
1
-1/+1
*
PEP 3147
Barry Warsaw
2010-04-17
1
-2/+125
*
Typo
Florent Xicluna
2010-03-20
1
-1/+1
*
#8133: Use appropriate Unicode decomposition on MacOS X platform.
Florent Xicluna
2010-03-20
1
-1/+8
*
take into account shebang line change
Benjamin Peterson
2010-03-11
1
-1/+1
*
The test was failing because the curdir was missing from sys.path. This shoul...
Ezio Melotti
2010-03-06
1
-0/+4
*
Cleanup and minor fixes.
Ezio Melotti
2010-03-06
1
-17/+13
*
sys.getdefaultencoding() can return None.
Ezio Melotti
2010-03-05
1
-0/+1
*
r78689 enabled the test on more platforms but the buildbot did not like it. U...
Ezio Melotti
2010-03-05
1
-6/+5
*
This fixes a missing .lower() on the encoding name, a wrong byte undecodable ...
Ezio Melotti
2010-03-05
1
-42/+45
*
Note that a number of the changes listed below were not applicable to the Py3...
Nick Coghlan
2009-10-18
1
-7/+27
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
Issue #5604: non-ASCII characters in module name passed to
Guido van Rossum
2009-03-30
1
-0/+71
*
Issue #3806: LockTests in test_imp should be skipped when thread is not avail...
Hirokazu Yamamoto
2008-09-09
1
-4/+10
*
PyTokenizer_FindEncoding() always failed because it set the tokenizer state
Brett Cannon
2008-09-04
1
-0/+16
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1/+0
*
Issue #1762972: Readded the reload() function as imp.reload()
Christian Heimes
2008-01-07
1
-0/+8
*
Issue 1267, continued.
Guido van Rossum
2007-10-22
1
-0/+17
*
Patch 1267 by Christian Heimes.
Guido van Rossum
2007-10-19
1
-0/+7
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-29/+33
*
Skip test_imp if threading is not available.
Brett Cannon
2004-12-18
1
-1/+5
*
Rewrote. As reported on c.l.py, when the test suite is run via
Tim Peters
2003-04-26
1
-20/+30
*
Import test_support properly
Neal Norwitz
2003-02-17
1
-1/+1
*
Actually run these tests from regrtest.py.
Neal Norwitz
2003-02-17
1
-2/+5
*
Cleanup from patch #683257:
Neal Norwitz
2003-02-12
1
-0/+26