summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipimport.py
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.1) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-201-17/+0
|\
| * Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-201-17/+0
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-27/+27
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-2/+2
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-27/+27
* | test_zipimport: fix test nameVictor Stinner2010-08-171-1/+1
* | Issue #9425: read_directory() is fully unicode compliantVictor Stinner2010-08-161-0/+14
* | PEP 3147Barry Warsaw2010-04-171-20/+19
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-2/+2
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* | Merged revisions 74754 via svnmerge fromEzio Melotti2009-09-121-3/+10
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
|/
* Merged revisions 69425 via svnmerge fromNick Coghlan2009-02-081-6/+6
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-8/+24
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-8/+8
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-0/+32
* Merged revisions 59774-59783 via svnmerge fromChristian Heimes2008-01-061-0/+5
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-3/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+3
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Changes preparing for stricter enforcement of bytes vs. str.Guido van Rossum2007-08-271-1/+1
* Remove RISCOS supportSkip Montanaro2007-08-161-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* SF patch# 1766592 by Paul Colomiets.Guido van Rossum2007-08-031-12/+9
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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