Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -3/+0 |
| | |||||
* | Skip new imaplib SSL tests if ssl is not available. | R. David Murray | 2009-12-09 | 1 | -14/+31 |
| | |||||
* | Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is | R. David Murray | 2009-12-09 | 1 | -3/+163 |
| | | | | | | missing proper end-of-line termination. Patch and tests by Scott Dial. The new tests include a test harness which will make it easier to add additional tests. | ||||
* | Changed test so it no longer runs as a side effect of importing. | Jerry Seutter | 2008-03-26 | 1 | -7/+20 |
| | |||||
* | I don't know what's going on with this test, but the last change from | Tim Peters | 2002-08-04 | 1 | -1/+1 |
| | | | | | Piers obviously couldn't have passed on any platform. Fiddling it so it works (for a meaning of "works" no stronger than "doesn't fail" <wink>). | ||||
* | revert to version 1.2 | Piers Lauder | 2002-08-03 | 1 | -5/+6 |
| | |||||
* | Reverting this to rev 1.3. It's apparently broken everywhere at rev | Tim Peters | 2002-07-31 | 1 | -5/+5 |
| | | | | 1.6, and pierslauder didn't respond to email about it on Monday. | ||||
* | remove redundant import | Piers Lauder | 2002-07-27 | 1 | -1/+0 |
| | |||||
* | remove redundant code | Piers Lauder | 2002-07-27 | 1 | -1/+1 |
| | |||||
* | remove o/s dependancy from test | Piers Lauder | 2002-07-27 | 1 | -4/+5 |
| | |||||
* | Alter text test arg to obey new rule, also include inverse test to make ↵ | Piers Lauder | 2002-06-17 | 1 | -6/+5 |
| | | | | time-zone independant | ||||
* | Remove unused imports, clean up trailing whitespace. | Fred Drake | 2002-01-05 | 1 | -2/+0 |
| | |||||
* | Check for time.struct_time in addition to tuples. Use 3 characters | Martin v. Löwis | 2002-01-05 | 1 | -0/+14 |
for zone hours. Fixes #499169. |