summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipimport_support.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in test modules.Georg Brandl2010-02-071-3/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-4/+4
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-5/+2
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-2/+5
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-151-19/+17
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* Issue #4197: Fix the remaining part of the doctest-in-zipfile problem by givi...Nick Coghlan2008-12-151-0/+29
* Add file that was missed from r67750Nick Coghlan2008-12-141-0/+203