Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9a1337b95e488a46caa781853591c20fd1de3be9
/
Lib
/
test
/
test_frozen.py
95287fa
Remove some from __future__ import with_statements
by Benjamin Peterson
· 17 years ago
607bff1
Some tests did not pass on repeated calls (regrtest -R::)
by Amaury Forgeot d'Arc
· 17 years ago
8820f2a
Add ``if __name__ == '__main__'`` to some test files where it didn't take a lot
by Brett Cannon
· 17 years ago
692bbc4
Port test_frozen to unittest.
by Georg Brandl
· 18 years ago
2918ae8
n the Mac the frozen import that should fail actually succeeds, and we know it, so skip the test in stead of confusing the end user.
by Jack Jansen
· 23 years ago
218c5f9
[SF bug 631713] use the import exeption message in the TestFailed exception.
by Finn Bock
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
4114a4a
Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-).
by Guido van Rossum
· 24 years ago