index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pkg.py
Commit message (
Expand
)
Author
Age
*
tempfile's mkstemp(): Changed last argument from
Tim Peters
2002-08-14
*
runtest(): I don't know why we don't just use TESTFN, but if we have to
Tim Peters
2002-08-14
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
*
String method conversion.
Eric S. Raymond
2001-02-09
*
Patch #103343: Allow the important test_pkg to succeed under Jython.
Tim Peters
2001-01-21
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
Applying patch #100994 to allow JPython to use more of the standard
Barry Warsaw
2000-09-01
*
Apply SF patch #101135, adding 'import module as m' and 'from module import
Thomas Wouters
2000-08-17
*
Test that "import sys.imp" fails as it should.
Guido van Rossum
1998-05-19
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
*
Add empty __init__.py files to the test packages so the new policy
Guido van Rossum
1997-10-31
*
Added test for __all__.
Guido van Rossum
1997-09-08
*
Fix details in the test:
Guido van Rossum
1997-09-07
*
Added feeble test for reload() of packages and submodules.
Guido van Rossum
1997-09-06
*
Test set for package import.
Guido van Rossum
1997-09-06