[issue2423] test_smtplib.py no longer butt slow

2010-08-02 Thread Richard Jones
Richard Jones added the comment: Merged mock socket from test_smtpd.py and committed. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ __

[issue2423] test_smtplib.py no longer butt slow

2010-08-01 Thread Richard Jones
Richard Jones added the comment: The patch to test_smtplib.py no longer applies since trunk is now py3k. I'm looking into it - and seeing whether the mock socket work I implemented for test_smtpd.py will have any common code. I'm hitting some "fun" areas of py3k-ness with bytes/str stuff in s

[issue2423] test_smtplib.py no longer butt slow

2010-07-31 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +richard stage: -> commit review versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list

[issue2423] test_smtplib.py no longer butt slow

2009-05-16 Thread Daniel Diniz
Daniel Diniz added the comment: What platform is that? I'm sure I don't get such a long runtime for test_smtplib on Linux. Maybe this was fixed by changes in socket or smtplib itself? -- nosy: +ajaksu2 versions: +Python 2.7, Python 3.2 -Python 2.6 __

[issue2423] test_smtplib.py no longer butt slow

2008-03-19 Thread Jerry Seutter
Changes by Jerry Seutter <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file9767/mock_socket.py __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bu

[issue2423] test_smtplib.py no longer butt slow

2008-03-19 Thread Jerry Seutter
New submission from Jerry Seutter <[EMAIL PROTECTED]>: Changes only affect test files. test_smtplib.py before: 39.7s test_smtplib.py after: 0.8s socket.getfqdn() calls were causing all the slowness. Added a mock_socket.py file to handle some tests. For other tests that tested both server side