summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipimport.py
Commit message (Expand)AuthorAgeFilesLines
* remove tests for #19081Benjamin Peterson2014-02-161-84/+21
* backout #19081 to fix #20621Benjamin Peterson2014-02-161-110/+22
* Remove unneeded use of globals() and locals() in test on importsGregory P. Smith2014-01-281-9/+8
* Refactor the new test for issue19081 to exec import statements into aGregory P. Smith2014-01-271-10/+14
* Issue #19081: Remove the zipimporter.files reference as the zip TOCGregory P. Smith2014-01-271-18/+103
* normalize whitespace from prior issue19081 fix commit.Gregory P. Smith2014-01-061-3/+3
* Fixes issue19081: When a zipimport .zip file in sys.path being importedGregory P. Smith2014-01-061-20/+83
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-1/+1
* Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-211-17/+0
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-27/+27
* Fix various missing import/unbound name errors.Georg Brandl2010-02-061-2/+2
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* #6026 - fix tests that failed without zlibEzio Melotti2009-09-121-3/+10
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-081-6/+6
* Fix several issues relating to access to source code inside zipfiles. Initial...Nick Coghlan2008-12-141-8/+24
* #1326: document and test zipimporter.archive and zipimporter.prefix.Georg Brandl2008-05-111-0/+32
* #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix.Georg Brandl2008-01-061-0/+5
* Whitespace normalization.Tim Peters2006-04-111-2/+2
* Updated the warnings, linecache, inspect, traceback, site, and doctest modulesPhillip J. Eby2006-04-111-2/+81
* Repaired new test failures on Windows:Tim Peters2006-01-231-3/+12
* Whitespace normalization.Tim Peters2006-01-231-1/+1
* Disable this test until I can test on big-endian machines and get passingNeal Norwitz2006-01-231-1/+2
* Test zipimporter a bit more. Also get working with -R :: option for finding ...Neal Norwitz2006-01-231-4/+122
* Fix for [ 765456 ]: testAFakeZlib failed on platforms that use aJust van Rossum2003-11-181-0/+7
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-1/+20
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-1/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-2/+4
* Whitespace normalization.Tim Peters2003-02-191-5/+5
* Use correct function name to PyArg_ParseTuple("is_package").Neal Norwitz2003-02-171-1/+4
* cleaned up Jack's Mac OS9 changesJust van Rossum2003-01-091-5/+1
* Various tweaks to make the test work on the Mac.Jack Jansen2003-01-081-3/+12
* Fix for bug #661136Just van Rossum2003-01-031-3/+8
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-021-4/+5
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+180