1. 12c4aba Merge 3.5 by Victor Stinner · 7 years ago
  2. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 7 years ago
  3. a7613aa Merge: #25591: improve imap tests. by R David Murray · 7 years ago
  4. b079c07 #25591: improve imap tests. by R David Murray · 7 years ago
  5. 727cc93 Issue #28022: Catch another deprecation warning in imaplib by Christian Heimes · 8 years ago
  6. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  7. 317f64f #21815: violate IMAP RFC to be compatible with, e.g., gmail by R David Murray · 8 years ago
  8. 4234710 Issue #20220: Merge time zone workaround from 3.4 into 3.5 by Martin Panter · 9 years ago
  9. 6e0889f Issue #20220: Add DST rules to work around glibc quirk by Martin Panter · 9 years ago
  10. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  11. 78378e8 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  12. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  13. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  14. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  15. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  16. cac9e71 Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. by Antoine Pitrou · 10 years ago
  17. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  18. aab99fd test_imaplib: skip check_hostname test when SNI is not available by Christian Heimes · 11 years ago
  19. 9b116e8 Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  20. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  21. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  22. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  23. 5c67e22 #17333: merge with 3.3. by Ezio Melotti · 11 years ago
  24. 02bf701 #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  25. 8aa164b3 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  26. 6cd6f01 Merge: #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  27. 774a39f #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  28. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  29. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 11 years ago
  30. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 11 years ago
  31. 6489213 fixed whitespace by Alexander Belopolsky · 12 years ago
  32. 8141cc7 Issues #11024: Fixes and additional tests for Time2Internaldate. by Alexander Belopolsky · 12 years ago
  33. e51e25a Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib) by Nick Coghlan · 12 years ago
  34. e6ef462 Issue #15095: Use better assertions in test_imaplib by Nick Coghlan · 12 years ago
  35. 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  36. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  37. 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 13 years ago
  38. 924cbea Use transient_internet() consistently in test_imaplib by Antoine Pitrou · 13 years ago
  39. 7dabf16 Issue #10939: Make Internaldate2tuple test more robust. by Alexander Belopolsky · 13 years ago
  40. 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 13 years ago
  41. 73efd62 test_imaplib: reap_server() closes the server when done by Victor Stinner · 13 years ago
  42. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  43. dbe7519 Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, by Antoine Pitrou · 14 years ago
  44. 36c0dbc Avoid some BytesWarnings when running test_imaplib in verbose mode by Antoine Pitrou · 14 years ago
  45. f3b001f Issue #4471: Add the IMAP.starttls() method to enable encryption on by Antoine Pitrou · 14 years ago
  46. d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 14 years ago
  47. b1436f1 Fix IMAP.login() to work properly. by Antoine Pitrou · 14 years ago
  48. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  49. e8dc258 Merged revisions 76726-76727 via svnmerge from by R. David Murray · 15 years ago
  50. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  51. 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
  52. 8d30b1e I don't know what's going on with this test, but the last change from by Tim Peters · 22 years ago
  53. dc96ae6 revert to version 1.2 by Piers Lauder · 22 years ago
  54. 108b791 Reverting this to rev 1.3. It's apparently broken everywhere at rev by Tim Peters · 22 years ago
  55. 139bccb remove redundant import by Piers Lauder · 22 years ago
  56. 8b6bb4f remove redundant code by Piers Lauder · 22 years ago
  57. 385a77a remove o/s dependancy from test by Piers Lauder · 22 years ago
  58. f0a70f6 Alter text test arg to obey new rule, also include inverse test to make time-zone independant by Piers Lauder · 22 years ago
  59. 1e2fb57 Remove unused imports, clean up trailing whitespace. by Fred Drake · 22 years ago
  60. ea752fb Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 22 years ago