summaryrefslogtreecommitdiff
path: root/Lib/test/test_pkg.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Gregory P. Smith2018-09-121-8/+9
* Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)Sergey Fedoseev2018-07-091-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-9/+11
* Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-171-0/+2
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-15/+16
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 76240 via svnmerge fromAntoine Pitrou2009-11-131-4/+2
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-11/+11
* | PEP 3147Barry Warsaw2010-04-171-10/+10
* | Merged revisions 78351 via svnmerge fromR. David Murray2010-02-241-4/+13
* | Issue #6551: test_zipimport could import and then destroy some modules ofAntoine Pitrou2009-11-131-4/+2
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-11/+11
|/
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-0/+10
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-10/+14
* Another fix for #1414Christian Heimes2007-11-121-1/+5
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-4/+7
* Convert test_pkg to use unittest.Collin Winter2007-08-241-237/+248
* Remove RISCOS supportSkip Montanaro2007-08-161-27/+27
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-3/+0
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-40/+40
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* Use explicit relative import for an, ehm, relative import.Thomas Wouters2006-04-181-1/+1
* 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