Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fbc56fde26b3b59f89cbb18d32154f084f615253
/
Lib
/
test
/
test_pkg.py
c2077b0
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
f28fd24
Issue 6292: for the moment at least, the test suite passes if run
by R. David Murray
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
607bff1
Some tests did not pass on repeated calls (regrtest -R::)
by Amaury Forgeot d'Arc
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
ef01d82
Implement PEP 366
by Nick Coghlan
· 18 years ago
0f5e87a
Convert test_pkg to use unittest.
by Collin Winter
· 18 years ago
04490bf
tempfile's mkstemp(): Changed last argument from
by Tim Peters
· 23 years ago
632a4fb
runtest(): I don't know why we don't just use TESTFN, but if we have to
by Tim Peters
· 23 years ago
3b0a329
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 24 years ago
fc170b1
String method conversion.
by Eric S. Raymond
· 25 years ago
d304f44
Patch #103343: Allow the important test_pkg to succeed under Jython.
by Tim Peters
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
3a9d061
Applying patch #100994 to allow JPython to use more of the standard
by Barry Warsaw
· 25 years ago
5215225
Apply SF patch #101135, adding 'import module as m' and 'from module import
by Thomas Wouters
· 25 years ago
5f4fb91
Test that "import sys.imp" fails as it should.
by Guido van Rossum
· 27 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
e8d1139
Add empty __init__.py files to the test packages so the new policy
by Guido van Rossum
· 28 years ago
c8bf884
Added test for __all__.
by Guido van Rossum
· 28 years ago
10887a3
Fix details in the test:
by Guido van Rossum
· 28 years ago
81da02e
Added feeble test for reload() of packages and submodules.
by Guido van Rossum
· 28 years ago
6c61242
Test set for package import.
by Guido van Rossum
· 28 years ago