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_zipimport.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove tests for #19081
Benjamin Peterson
2014-02-16
1
-84/+21
*
backout #19081 to fix #20621
Benjamin Peterson
2014-02-16
1
-110/+22
*
Remove unneeded use of globals() and locals() in test on imports
Gregory P. Smith
2014-01-28
1
-9/+8
*
Refactor the new test for issue19081 to exec import statements into a
Gregory P. Smith
2014-01-28
1
-10/+14
*
Issue #19081: Remove the zipimporter.files reference as the zip TOC
Gregory P. Smith
2014-01-27
1
-18/+103
*
normalize whitespace from prior issue19081 fix commit.
Gregory P. Smith
2014-01-06
1
-3/+3
*
Fixes issue19081: When a zipimport .zip file in sys.path being imported
Gregory P. Smith
2014-01-06
1
-20/+83
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
1
-1/+1
*
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
Victor Stinner
2011-05-21
1
-17/+0
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-27/+27
*
Fix various missing import/unbound name errors.
Georg Brandl
2010-02-06
1
-2/+2
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-1/+1
*
#6026 - fix tests that failed without zlib
Ezio Melotti
2009-09-12
1
-3/+10
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-2/+2
*
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Nick Coghlan
2009-02-08
1
-6/+6
*
Fix several issues relating to access to source code inside zipfiles. Initial...
Nick Coghlan
2008-12-14
1
-8/+24
*
#1326: document and test zipimporter.archive and zipimporter.prefix.
Georg Brandl
2008-05-11
1
-0/+32
*
#1325: Add docs and tests for zipimporter.archive and zipimporter.prefix.
Georg Brandl
2008-01-06
1
-0/+5
*
Whitespace normalization.
Tim Peters
2006-04-11
1
-2/+2
*
Updated the warnings, linecache, inspect, traceback, site, and doctest modules
Phillip J. Eby
2006-04-11
1
-2/+81
*
Repaired new test failures on Windows:
Tim Peters
2006-01-23
1
-3/+12
*
Whitespace normalization.
Tim Peters
2006-01-23
1
-1/+1
*
Disable this test until I can test on big-endian machines and get passing
Neal Norwitz
2006-01-23
1
-1/+2
*
Test zipimporter a bit more. Also get working with -R :: option for finding ...
Neal Norwitz
2006-01-23
1
-4/+122
*
Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a
Just van Rossum
2003-11-18
1
-0/+7
*
Change the zipimport implementation to accept files containing
Thomas Heller
2003-07-22
1
-1/+20
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
1
-1/+1
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-2/+4
*
Whitespace normalization.
Tim Peters
2003-02-19
1
-5/+5
*
Use correct function name to PyArg_ParseTuple("is_package").
Neal Norwitz
2003-02-17
1
-1/+4
*
cleaned up Jack's Mac OS9 changes
Just van Rossum
2003-01-09
1
-5/+1
*
Various tweaks to make the test work on the Mac.
Jack Jansen
2003-01-08
1
-3/+12
*
Fix for bug #661136
Just van Rossum
2003-01-03
1
-3/+8
*
Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in
Just van Rossum
2003-01-02
1
-4/+5
*
PEP 302 + zipimport:
Just van Rossum
2002-12-30
1
-0/+180