summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imaplib.py
Commit message (Expand)AuthorAgeFilesLines
* Use transient_internet() consistently in test_imaplibAntoine Pitrou2011-03-231-12/+16
* Issue #10939: Make Internaldate2tuple test more robust.Alexander Belopolsky2011-01-291-6/+8
* Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe PetersonAlexander Belopolsky2011-01-291-0/+11
* test_imaplib: reap_server() closes the server when doneVictor Stinner2011-01-051-0/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,Antoine Pitrou2010-11-161-0/+6
* Avoid some BytesWarnings when running test_imaplib in verbose modeAntoine Pitrou2010-11-161-2/+2
* Issue #4471: Add the IMAP.starttls() method to enable encryption onAntoine Pitrou2010-11-121-3/+13
* Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch byAntoine Pitrou2010-11-091-0/+1
* Fix IMAP.login() to work properly.Antoine Pitrou2010-11-091-3/+43
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-3/+0
* Merged revisions 76726-76727 via svnmerge fromR. David Murray2009-12-101-3/+194
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-261-7/+20
* I don't know what's going on with this test, but the last change fromTim Peters2002-08-041-1/+1
* revert to version 1.2Piers Lauder2002-08-031-5/+6
* Reverting this to rev 1.3. It's apparently broken everywhere at revTim Peters2002-07-311-5/+5
* remove redundant importPiers Lauder2002-07-271-1/+0
* remove redundant codePiers Lauder2002-07-271-1/+1
* remove o/s dependancy from testPiers Lauder2002-07-271-4/+5
* Alter text test arg to obey new rule, also include inverse test to make time-...Piers Lauder2002-06-171-6/+5
* Remove unused imports, clean up trailing whitespace.Fred Drake2002-01-051-2/+0
* Check for time.struct_time in addition to tuples. Use 3 charactersMartin v. Löwis2002-01-051-0/+14