| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9260: A finer-grained import lock. | Antoine Pitrou | 2012-05-17 | 1 | -0/+2 |
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -15/+16 |
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| * | Merged revisions 76240 via svnmerge from | Antoine Pitrou | 2009-11-13 | 1 | -4/+2 |
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -11/+11 |
* | | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -10/+10 |
* | | Merged revisions 78351 via svnmerge from | R. David Murray | 2010-02-24 | 1 | -4/+13 |
* | | Issue #6551: test_zipimport could import and then destroy some modules of | Antoine Pitrou | 2009-11-13 | 1 | -4/+2 |
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -11/+11 |
|/ |
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 1 | -0/+10 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -10/+14 |
* | Another fix for #1414 | Christian Heimes | 2007-11-12 | 1 | -1/+5 |
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -4/+7 |
* | Convert test_pkg to use unittest. | Collin Winter | 2007-08-24 | 1 | -237/+248 |
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -27/+27 |
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -3/+0 |
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -40/+40 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -6/+6 |
* | Use explicit relative import for an, ehm, relative import. | Thomas Wouters | 2006-04-18 | 1 | -1/+1 |
* | tempfile's mkstemp(): Changed last argument from | Tim Peters | 2002-08-14 | 1 | -1/+1 |
* | runtest(): I don't know why we don't just use TESTFN, but if we have to | Tim Peters | 2002-08-14 | 1 | -4/+5 |
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -8/+7 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -27/+27 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+2 |
* | Patch #103343: Allow the important test_pkg to succeed under Jython. | Tim Peters | 2001-01-21 | 1 | -3/+3 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -5/+5 |
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -4/+4 |
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 1 | -5/+12 |
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -0/+27 |
* | Test that "import sys.imp" fails as it should. | Guido van Rossum | 1998-05-19 | 1 | -1/+12 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -35/+35 |
* | Add empty __init__.py files to the test packages so the new policy | Guido van Rossum | 1997-10-31 | 1 | -1/+4 |
* | Added test for __all__. | Guido van Rossum | 1997-09-08 | 1 | -0/+15 |
* | Fix details in the test: | Guido van Rossum | 1997-09-07 | 1 | -3/+13 |
* | Added feeble test for reload() of packages and submodules. | Guido van Rossum | 1997-09-06 | 1 | -0/+3 |
* | Test set for package import. | Guido van Rossum | 1997-09-06 | 1 | -0/+183 |