- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 26 Tem, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
fixes regression of 5b4feb7e
-
- 24 Tem, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
Catch also ssl.SSLEOFError in NetworkedNNTPTests setUpClass(). EOFError was already catched.
-
- 27 Nis, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
* bpo-30175: Skip client cert tests of test_imaplib The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly generated client x509 certificate anymore. * bpo-30188: Catch EOFError in NetworkedNNTPTests test_nntplib fails randomly with EOFError in NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that case.
-
- 16 Ara, 2016 1 kayıt (commit)
-
-
Xavier de Gaye yazdı
for issue #28971.
-
- 10 Eyl, 2016 1 kayıt (commit)
-
-
Christian Heimes yazdı
The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet.
-
- 28 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Ville Skyttä.
-
- 15 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
This affects documentation, code comments, and a debugging messages.
-
- 19 Ock, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
The previous test relied on a remote server, which currently seems to be shutting the connection down once TLS has been set up, causing an EOFError. Now the test is implemented using a minimal NNTP server running in a background thread.
-
- 03 Nis, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
@unittest.skipUnless(ssl, '...') doesn't work because the class body uses the nntplib.NNTP_SSL attribute which doesn't exist.
-
- 21 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and socket open until the garbage collector cleans them up. Patch by Martin Panter.
-
- 12 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 20 Eyl, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 27 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 25 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 17 Haz, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 15 Şub, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Hynek Schlawack.
-
- 14 Şub, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. Patch by Hynek Schlawack.
-
- 12 Şub, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). Patch by Hynek Schlawack.
-
- 28 Eki, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 03 Mar, 2011 1 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement.
-
- 25 Şub, 2011 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
'latin-1' and 'utf-8'. These are optimized in the Python Unicode implementation to result in more direct processing, bypassing the codec registry. Also see issue11303.
-
- 23 Şub, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 18 Kas, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
exception catcher. Wrapping the initial connection routine is not sufficient as network timeouts can then occur as part of NNTP commands.
-
Antoine Pitrou yazdı
-
- 13 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
enough). Also, use setUpClass in order to connect only once per test run.
-
- 09 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
STARTTLS. Patch by Andrew Vant.
-
- 05 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 04 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 03 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
response, instead of raising an exception.
-
- 02 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
advertised by the server.
-
- 29 Eyl, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-