summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipimport_support.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-6/+6
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-3/+2
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
|\
| * Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-1/+1
|/
* Issue14255 Don't flatten case of tempdirTim Golden2013-10-251-2/+4
* Merge #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-5/+16
|\
| * #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-5/+16
* | (merge 3.2) Issue #12400: test_zipimport_support doesn't restore originalVictor Stinner2011-06-291-19/+12
|\ \ | |/
| * Issue #12400: test_zipimport_support doesn't restore original sys.stdoutVictor Stinner2011-06-291-19/+12
* | Remove a now unneeded tweak to test_zipimport_support in order to notBrett Cannon2011-03-111-5/+0
* | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-3/+7
|/
* Issue 10971: Make test_zipimport_support once again compatible with refleak h...Nick Coghlan2011-02-071-48/+54
* Issue 10556: test_zipimport_support implicitly imports too many modules (incl...Nick Coghlan2011-01-111-6/+17
* Fix test suite to not activate new sigint behavior in pdb.Georg Brandl2010-12-041-1/+1
* test_zipimport_support: use ascii() on bytes output to avoid BytesWarningVictor Stinner2010-10-201-2/+2
* Better Python spawning primitives in test.script_helper, forAntoine Pitrou2010-10-081-7/+7
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-3/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-4/+4
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-161-23/+21
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Merged revisions 67790 via svnmerge fromNick Coghlan2008-12-151-0/+29
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-0/+199