summaryrefslogtreecommitdiff
path: root/Lib/test/test_pkg.py
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-231-4/+13
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-11/+11
* Some tests did not pass on repeated calls (regrtest -R::)Amaury Forgeot d'Arc2008-04-181-1/+11
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Implement PEP 366Nick Coghlan2007-12-031-10/+14
* Convert test_pkg to use unittest.Collin Winter2007-08-241-240/+251
* tempfile's mkstemp(): Changed last argument fromTim Peters2002-08-141-1/+1
* runtest(): I don't know why we don't just use TESTFN, but if we have toTim Peters2002-08-141-4/+5
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-8/+7
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-27/+27
* String method conversion.Eric S. Raymond2001-02-091-2/+2
* Patch #103343: Allow the important test_pkg to succeed under Jython.Tim Peters2001-01-211-3/+3
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-5/+5
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-4/+4
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-011-5/+12
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-0/+27
* Test that "import sys.imp" fails as it should.Guido van Rossum1998-05-191-1/+12
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-35/+35
* Add empty __init__.py files to the test packages so the new policyGuido van Rossum1997-10-311-1/+4
* Added test for __all__.Guido van Rossum1997-09-081-0/+15
* Fix details in the test:Guido van Rossum1997-09-071-3/+13
* Added feeble test for reload() of packages and submodules.Guido van Rossum1997-09-061-0/+3
* Test set for package import.Guido van Rossum1997-09-061-0/+183