36 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Georg Brandl 1e5c5f8f7d #1745035: add limits for command and data size to smtpd; patch by Savio Sena. 15 years ago
Giampaolo Rodolà 5ea3d0f95b Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED error. 16 years ago
Giampaolo Rodolà 977c707b42 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher 16 years ago
Giampaolo Rodolà ed2ce469f3 Merged revisions 84289 via svnmerge from 16 years ago
Giampaolo Rodolà 9cf5ef4cc0 fix issue 9129: adds proper error handling on accept() when smtpd accepts new incoming connections. 16 years ago
Giampaolo Rodolà 522180a60b fix smtpd.py I accidentally broke in my previous commit 16 years ago
Giampaolo Rodolà 5fe9cd53b2 revert changes made in r84236 committed by accident 16 years ago
Giampaolo Rodolà 5c8c9a2c33 fix issue #9129: added proper error handling when accepting new connections in SMTPServer.handle_accept 16 years ago
Benjamin Peterson fa45076cbd kill outdated comment 16 years ago
Georg Brandl 17e3d698b5 Avoid triggering DeprecationWarnings in test_smtpd and smtpd. 16 years ago
Richard Jones 803ef8a694 Implementation for issue 4184 16 years ago
Giampaolo Rodolà d68ed93824 Merged revisions 82407 via svnmerge from 16 years ago
Giampaolo Rodolà 610aa4f07f Merged revisions 82404 via svnmerge from 16 years ago
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 16 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Josiah Carlson d74900ebb5 Committing Py3k version of changelist 64080 and 64257, along with updated tests 18 years ago
Barry Warsaw 820c120059 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of 18 years ago
Guido van Rossum 8ce8a784bd Merged revisions 58221-58741 via svnmerge from 19 years ago
Guido van Rossum 806c2469cb Merged revisions 56753-56781 via svnmerge from 19 years ago
Guido van Rossum 68937b4cbc Change some uses of cStringIO.StringIO to io.StringIO. 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Barry Warsaw f267b623f3 Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. 22 years ago
Barry Warsaw b1027643d5 Updated my email address to something that works <wink>. 22 years ago
Skip Montanaro 5fad8bd088 remove debugging print 22 years ago
Skip Montanaro 90e0153940 Allow classes from other modules to be specified at startup. For example, 22 years ago
Barry Warsaw bdc8289e06 smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by 24 years ago
Neal Norwitz f151625b59 SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used 24 years ago
Barry Warsaw ebf5427bfa Two bug fixes for problems reported by Sverre: 25 years ago
Barry Warsaw 93a6327adf SMTPServer.__init__(): The asyncore.dispatcher base class has a method 25 years ago
Barry Warsaw 4a8e9f4e42 SMTPServer.__init__(): Print the start information on the DEBUGSTREAM 25 years ago
Barry Warsaw 0e8427e4f2 Script arguments localhost:localport and remotehost:remoteport are now 25 years ago
Barry Warsaw 406d46e185 found_terminator(): Add a debug print showing the data. 25 years ago
Andrew M. Kuchling e7abf97903 Remove unused import (PyChecker) 25 years ago
Guido van Rossum b8b45eac71 Fix typo in exception name (UnimplementedError should be 25 years ago
Guido van Rossum 4ba3d657ef Use != instead of <>. Sorry, Barry. 25 years ago
Skip Montanaro 0de65807e6 bunch more __all__ lists 25 years ago
Tim Peters 658cba6706 Whitespace normalization. 25 years ago
Barry Warsaw 7e0d9563ca Long ago, Guido suggested that I add this to the standard library. 25 years ago