summaryrefslogtreecommitdiff
path: root/Lib/test/test_frozen.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* In a number of places code still reversRonald Oussoren2010-05-051-7/+6
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+1
* Remove some from __future__ import with_statementsBenjamin Peterson2008-04-301-1/+0
* Some tests did not pass on repeated calls (regrtest -R::)Amaury Forgeot d'Arc2008-04-181-0/+4
* Add ``if __name__ == '__main__'`` to some test files where it didn't take a lotBrett Cannon2008-04-011-0/+5
* Port test_frozen to unittest.Georg Brandl2007-08-241-23/+36
* n the Mac the frozen import that should fail actually succeeds, and we know i...Jack Jansen2003-01-081-6/+7
* [SF bug 631713] use the import exeption message in the TestFailedFinn Bock2002-11-011-3/+3
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Fix the frozen bytecode for __hello__ (betcha didn't know that existedGuido van Rossum2001-10-181-0/+26