| Commit message (Expand) | Author | Age | Files | Lines |
* | #13700: Make imap.authenticate with authobject work. | R David Murray | 2013-02-19 | 1 | -9/+118 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | Issue #15095: Use better assertions in test_imaplib | Nick Coghlan | 2012-06-17 | 1 | -5/+5 |
|
|
* | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near | Alexander Belopolsky | 2012-04-29 | 1 | -1/+8 |
|
|
* | Use transient_internet() consistently in test_imaplib | Antoine Pitrou | 2011-03-23 | 1 | -12/+16 |
|
|
* | Issue #10939: Make Internaldate2tuple test more robust. | Alexander Belopolsky | 2011-01-29 | 1 | -6/+8 |
|
|
* | Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson | Alexander Belopolsky | 2011-01-29 | 1 | -0/+11 |
|
|
* | test_imaplib: reap_server() closes the server when done | Victor Stinner | 2011-01-05 | 1 | -0/+1 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, | Antoine Pitrou | 2010-11-16 | 1 | -0/+6 |
|
|
* | Avoid some BytesWarnings when running test_imaplib in verbose mode | Antoine Pitrou | 2010-11-16 | 1 | -2/+2 |
|
|
* | Issue #4471: Add the IMAP.starttls() method to enable encryption on | Antoine Pitrou | 2010-11-12 | 1 | -3/+13 |
|
|
* | Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by | Antoine Pitrou | 2010-11-09 | 1 | -0/+1 |
|
|
* | Fix IMAP.login() to work properly. | Antoine Pitrou | 2010-11-09 | 1 | -3/+43 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -3/+0 |
|
|
* | Merged revisions 76726-76727 via svnmerge from | R. David Murray | 2009-12-10 | 1 | -3/+194 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 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 |
|
|
* | 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 |
|
|
* | 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 time-... | Piers Lauder | 2002-06-17 | 1 | -6/+5 |
|
|
* | 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 |
|
|