1. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  2. 7b31397 bpo-32680 add default "sock" on SMTP objects (#5345) by Romuald Brunet · 6 years ago
  3. 5b7a2cb bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9108) by Pablo Galindo · 6 years ago
  4. d5fbe9b bpo-34246: Use no mutable default args in smtplib (GH-8554) by Pablo Aguiar · 6 years ago
  5. 48ed88a bpo-32663 Make SMTPUTF8SimTests run (#5314) by chason · 6 years ago
  6. 8d83e4b bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) by Stéphane Wirtel · 7 years ago
  7. 18e95b4 bpo-31234: Join threads in tests (#3572) by Victor Stinner · 7 years ago
  8. efb1d0a bpo-29639: change test.support.HOST to "localhost" by Gregory P. Smith · 7 years ago
  9. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  10. b0deeb4 #25446: Fix regression in smtplib's AUTH LOGIN support. by R David Murray · 9 years ago
  11. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  12. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 9 years ago
  13. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  14. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 9 years ago
  15. b10be15 Merge #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  16. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  17. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  18. 76e13c1 #15014: Add 'auth' command to implement auth mechanisms and use it in login. by R David Murray · 10 years ago
  19. 1144da5 #19662: Eliminate warnings in other test modules that use smtpd. by R David Murray · 10 years ago
  20. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 10 years ago
  21. b38b5c4 merge with 3.3 by Georg Brandl · 10 years ago
  22. 1ff23d7 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  23. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  24. 7859182 Closes #6683: add a test that exercises multiple authentication. by Andrew Kuchling · 11 years ago
  25. e86eb89 merge 3.3 (#19125) by Benjamin Peterson · 11 years ago
  26. 1eca062 fix test to run and test that smtpd does support ELHO (closes #19125) by Benjamin Peterson · 11 years ago
  27. e0a1bf3 Merge: #5713: One more test_smtplib timing fix. by R David Murray · 11 years ago
  28. 6bd5202 #5713: One more test_smtplib timing fix. by R David Murray · 11 years ago
  29. dac94d6 Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  30. 54bd49d Merge: #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  31. 03b0116 #5712: Preemptively fix some other possible timing issues. by R David Murray · 11 years ago
  32. ba7d9d4 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  33. a686ed7 Merge: #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  34. 853c0f9 #5713: fix timing issue in smtplib tests. by R David Murray · 11 years ago
  35. 82c6b45 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  36. f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  37. d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. by R David Murray · 11 years ago
  38. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  39. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  40. 69d03c4 Cleanup: remove not needed mocks. by Andrew Svetlov · 12 years ago
  41. 2ade6f2 Issue #16647: save socket error details in LMTP.connect() by Andrew Svetlov · 12 years ago
  42. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  43. 8640743 Issue #14442: Add missing errno import in test_smtplib. by Ross Lagerwall · 12 years ago
  44. 76f570a Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  45. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  46. b351a48 Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst by Senthil Kumaran · 13 years ago
  47. 3d23fd6 Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. by Senthil Kumaran · 13 years ago
  48. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  49. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  50. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  51. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  52. 0a9f16b merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  53. 0f663d0 #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  54. 477a6eb Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 13 years ago
  55. b912c5a I was right, hardconding the localhost IP doesn't work in linux-vserver. by R David Murray · 13 years ago
  56. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 13 years ago
  57. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  58. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  59. 9595166 string exceptions; how quaint by Benjamin Peterson · 14 years ago
  60. d094efd cleanup resources in test_smtplib #10264 by Benjamin Peterson · 14 years ago
  61. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  62. 6a9e6bb fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_socket by Richard Jones · 14 years ago
  63. 64b02de improvements to test_smtplib per issue2423 by Richard Jones · 14 years ago
  64. d930b63 Merged revisions 80882 via svnmerge from by Giampaolo Rodolà · 14 years ago
  65. 043bad0 Merged revisions 80669 via svnmerge from by Antoine Pitrou · 14 years ago
  66. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  67. c3d4772 Merged revisions 75849 via svnmerge from by Antoine Pitrou · 15 years ago
  68. 23ddc0e Merged revisions 73022 via svnmerge from by R. David Murray · 15 years ago
  69. fb12391 Finish issue 5259 by adding tests and fixes for the 'login' by R. David Murray · 15 years ago
  70. caa27b7 Fix for issue 5259: ASCII encode the username and password before passing by R. David Murray · 15 years ago
  71. 2532967 Merged revisions 66028 via svnmerge from by Neal Norwitz · 16 years ago
  72. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  73. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  74. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  75. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  76. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  77. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  78. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  79. 380f7f2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61081-61095 via svnmerge from by Christian Heimes · 16 years ago
  80. 90c3d9b Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60969,60971-60976 via svnmerge from by Christian Heimes · 16 years ago
  81. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  82. 74e68c7 Fix test_smtplib by munging asynchat some more. by Thomas Wouters · 17 years ago
  83. 5a23cc5 Two changes (not enough to make the test pass though) having to do with by Guido van Rossum · 17 years ago
  84. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  85. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  86. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago