1. 02bf701 #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  2. 6cd6f01 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  3. 774a39f #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  4. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  5. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  6. 6489213 fixed whitespace by Alexander Belopolsky · 12 years ago
  7. 8141cc7 Issues #11024: Fixes and additional tests for Time2Internaldate. by Alexander Belopolsky · 12 years ago
  8. e51e25a Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib) by Nick Coghlan · 12 years ago
  9. e6ef462 Issue #15095: Use better assertions in test_imaplib by Nick Coghlan · 12 years ago
  10. 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  11. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  12. 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 13 years ago
  13. 924cbea Use transient_internet() consistently in test_imaplib by Antoine Pitrou · 13 years ago
  14. 7dabf16 Issue #10939: Make Internaldate2tuple test more robust. by Alexander Belopolsky · 14 years ago
  15. 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 14 years ago
  16. 73efd62 test_imaplib: reap_server() closes the server when done by Victor Stinner · 14 years ago
  17. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  18. dbe7519 Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, by Antoine Pitrou · 14 years ago
  19. 36c0dbc Avoid some BytesWarnings when running test_imaplib in verbose mode by Antoine Pitrou · 14 years ago
  20. f3b001f Issue #4471: Add the IMAP.starttls() method to enable encryption on by Antoine Pitrou · 14 years ago
  21. d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 14 years ago
  22. b1436f1 Fix IMAP.login() to work properly. by Antoine Pitrou · 14 years ago
  23. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  24. e8dc258 Merged revisions 76726-76727 via svnmerge from by R. David Murray · 15 years ago
  25. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  26. f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 16 years ago
  27. 8d30b1e I don't know what's going on with this test, but the last change from by Tim Peters · 22 years ago
  28. dc96ae6 revert to version 1.2 by Piers Lauder · 22 years ago
  29. 108b791 Reverting this to rev 1.3. It's apparently broken everywhere at rev by Tim Peters · 22 years ago
  30. 139bccb remove redundant import by Piers Lauder · 22 years ago
  31. 8b6bb4f remove redundant code by Piers Lauder · 22 years ago
  32. 385a77a remove o/s dependancy from test by Piers Lauder · 22 years ago
  33. f0a70f6 Alter text test arg to obey new rule, also include inverse test to make time-zone independant by Piers Lauder · 22 years ago
  34. 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 23 years ago
  35. ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 23 years ago