aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pkg.py
Commit message (Expand)AuthorAge
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
* Merged revisions 76240 via svnmerge fromAntoine Pitrou2009-11-13
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-19
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-03
* Another fix for #1414Christian Heimes2007-11-12
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Convert test_pkg to use unittest.Collin Winter2007-08-24
* Remove RISCOS supportSkip Montanaro2007-08-16
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-12
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-06
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-09
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Use explicit relative import for an, ehm, relative import.Thomas Wouters2006-04-18
* tempfile's mkstemp(): Changed last argument fromTim Peters2002-08-14
* runtest(): I don't know why we don't just use TESTFN, but if we have toTim Peters2002-08-14
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-09
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-24
* String method conversion.Eric S. Raymond2001-02-09
* Patch #103343: Allow the important test_pkg to succeed under Jython.Tim Peters2001-01-21
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-01
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-17
* Test that "import sys.imp" fails as it should.Guido van Rossum1998-05-19
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Add empty __init__.py files to the test packages so the new policyGuido van Rossum1997-10-31
* Added test for __all__.Guido van Rossum1997-09-08
* Fix details in the test:Guido van Rossum1997-09-07
* Added feeble test for reload() of packages and submodules.Guido van Rossum1997-09-06
* Test set for package import.Guido van Rossum1997-09-06