| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -3/+20 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -6/+6 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -0/+2 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 1 | -1/+13 |
|
|
* | Good catch Neal! | Christian Heimes | 2008-01-11 | 1 | -1/+2 |
|
|
* | Merged revisions 59864-59882 via svnmerge from | Christian Heimes | 2008-01-10 | 1 | -0/+10 |
|
|
* | Another patch for #1762972: __file__ points to the py file instead pyo/pyc file | Christian Heimes | 2008-01-07 | 1 | -1/+22 |
|
|
* | Issue #1762972: Readded the reload() function as imp.reload() | Christian Heimes | 2008-01-07 | 1 | -0/+40 |
|
|
* | Removed test from test_import. It will never work on all systems, see #1377 | Christian Heimes | 2007-12-20 | 1 | -17/+0 |
|
|
* | Correct a failing test when test_import is run after test_coding: | Amaury Forgeot d'Arc | 2007-11-16 | 1 | -0/+2 |
|
|
* | Disabled test_sys_path_with_unicode for now | Christian Heimes | 2007-11-04 | 1 | -1/+1 |
|
|
* | Removed non ASCII text from test as requested by Guido. | Christian Heimes | 2007-11-01 | 1 | -4/+5 |
|
|
* | Added unit test for bug http://bugs.python.org/issue1293 | Christian Heimes | 2007-11-01 | 1 | -1/+11 |
|
|
* | Fixed unit tests for os.environ. Some of the tests didn't test at all because... | Christian Heimes | 2007-11-01 | 1 | -2/+32 |
|
|
* | First merge from the trunk straight into the py3k branch. I'm not | Guido van Rossum | 2007-08-16 | 1 | -2/+2 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -11/+11 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -70/+6 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+10 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -8/+8 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -7/+4 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -200/+197 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+17 |
|
|
* | Use relative import now that it is required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+13 |
|
|
* | New tests: | Tim Peters | 2004-08-02 | 1 | -0/+84 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -3/+3 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. | Jack Jansen | 2002-07-08 | 1 | -2/+1 |
|
|
* | Disable the test for importing very long lists for MacPython: it triggers | Jack Jansen | 2002-06-20 | 1 | -1/+2 |
|
|
* | test_module_with_large_stack(): This failed when Python was run with -O, | Tim Peters | 2002-06-15 | 1 | -2/+5 |
|
|
* | test_module_with_large_stack(): This failed on Windows, for the wrong | Tim Peters | 2002-06-15 | 1 | -1/+1 |
|
|
* | Fix SF bug # 561858 Assertion with very long lists | Neal Norwitz | 2002-06-14 | 1 | -0/+31 |
|
|
* | Verify that the imp can find and load .py files. | Jeremy Hylton | 2002-05-30 | 1 | -0/+5 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -3/+3 |
|
|
* | Rip the import repr truncation test out of here and put it in test_repr.py | Barry Warsaw | 2001-08-24 | 1 | -35/+0 |
|
|
* | Added a test for module repr truncation when the package name is | Barry Warsaw | 2001-08-16 | 1 | -0/+35 |
|
|
* | Derived from SF patch #446899 Permit import of .pyw under Windows, from | Tim Peters | 2001-08-04 | 1 | -39/+46 |
|
|
* | s/endswith/startswith/ | Tim Peters | 2001-08-01 | 1 | -1/+1 |
|
|
* | Rewritten version of Finn Bock's SF patch #446907 (Allow jython to | Tim Peters | 2001-08-01 | 1 | -1/+4 |
|
|
* | SF bug #422177: Results from .pyc differs from .py | Tim Peters | 2001-05-08 | 1 | -0/+3 |
|
|
* | Addrf simple test that import is case-sensitive. | Tim Peters | 2001-03-21 | 1 | -1/+10 |
|
|
* | Insert the current directory to the front of sys.path -- and remove it | Guido van Rossum | 2000-10-24 | 1 | -0/+5 |
|
|
* | Adding Jeremy's new test_import (SF patch 101709). | Tim Peters | 2000-10-06 | 1 | -0/+44 |
|
|