| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to make test_import a bit more robust | Antoine Pitrou | 2011-03-21 | 1 | -0/+3 |
|\ |
|
| * | Try to make test_import a bit more robust | Antoine Pitrou | 2011-03-21 | 1 | -0/+3 |
|
|
* | | Remove an overly specific exception message test. | Brett Cannon | 2011-03-17 | 1 | -2/+0 |
|/ |
|
* | #4236: avoid possible Fatal Error when import is called from __del__ | R. David Murray | 2010-12-14 | 1 | -0/+13 |
|
|
* | close open file from find_module() | Benjamin Peterson | 2010-10-30 | 1 | -0/+1 |
|
|
* | condense | Benjamin Peterson | 2010-10-30 | 1 | -5/+1 |
|
|
* | kill pointless function imports | Benjamin Peterson | 2010-10-30 | 1 | -1/+0 |
|
|
* | remove useless assignment | Benjamin Peterson | 2010-10-30 | 1 | -1/+1 |
|
|
* | Better check for "any optimize option given". | Georg Brandl | 2010-10-14 | 1 | -1/+1 |
|
|
* | #9964: fix running test_import under -O or -OO. | Georg Brandl | 2010-10-14 | 1 | -1/+2 |
|
|
* | I get it wrong in r84097: s/relative/absolute/ | Florent Xicluna | 2010-08-16 | 1 | -1/+2 |
|
|
* | Use test.support and unittest features. Fix duplicated test (bad merge in r7... | Florent Xicluna | 2010-08-16 | 1 | -26/+9 |
|
|
* | Issue #9425: skip tests if a filename is not encodable | Victor Stinner | 2010-08-07 | 1 | -0/+5 |
|
|
* | Stop shadowing a test class. | Brett Cannon | 2010-07-23 | 1 | -2/+2 |
|
|
* | Explicitly test relative imports by reusing importlib tests. | Brett Cannon | 2010-07-23 | 1 | -1/+14 |
|
|
* | Make test_import a little bit more robust for cleaning up after itself in the | Brett Cannon | 2010-07-03 | 1 | -6/+8 |
|
|
* | Merged revisions 81380 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -0/+11 |
|
|
* | Repair test failure. Bug 8727. | Barry Warsaw | 2010-05-18 | 1 | -1/+0 |
|
|
* | Make test_module_with_large_stack as an expected failure because of a change in | Brett Cannon | 2010-05-15 | 1 | -0/+1 |
|
|
* | Fix a comment to state the right thing. | Brett Cannon | 2010-05-15 | 1 | -4/+3 |
|
|
* | A test was not guaranteeing cleanup in the face of an exception. | Brett Cannon | 2010-05-15 | 1 | -7/+8 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -30/+176 |
|
|
* | Merged revisions 79030-79032 via svnmerge from | Florent Xicluna | 2010-03-17 | 1 | -50/+59 |
|
|
* | Add tests for overriding and shadowing __import__; these are a useful tripwir... | Collin Winter | 2010-03-17 | 1 | -2/+24 |
|
|
* | Merged revisions 79016 via svnmerge from | Collin Winter | 2010-03-17 | 1 | -54/+59 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -2/+2 |
|
|
* | Note that a number of the changes listed below were not applicable to the Py3... | Nick Coghlan | 2009-10-18 | 1 | -5/+19 |
|
|
* | Loosen an exception test in test_import to not require an explicit message bu... | Brett Cannon | 2009-08-30 | 1 | -2/+1 |
|
|
* | Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+29 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -7/+7 |
|
|
* | make file closing more robust | Benjamin Peterson | 2009-06-13 | 1 | -7/+6 |
|
|
* | Add a test for UNC import paths, see issue 3677 | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+21 |
|
|
* | Merged revisions 68360-68361 via svnmerge from | Antoine Pitrou | 2009-01-06 | 1 | -1/+94 |
|
|
* | forward port r66386 | Benjamin Peterson | 2008-10-16 | 1 | -5/+8 |
|
|
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 1 | -2/+2 |
|
|
* | 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 |
|
|