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