- 05 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This hides unwanted implementation details from tracebacks.
-
- 15 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
This affects documentation, code comments, and a debugging messages.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 21 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and socket open until the garbage collector cleans them up. Patch by Martin Panter.
-
- 23 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Donald Stufft.
-
- 12 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 20 Eyl, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 09 Tem, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 02 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
indication for TLS/SSL connections.
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs().
-
- 27 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 02 Haz, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
This is a behavior change: before this leading and trailing spaces were stripped from ASCII parts, now they are preserved. Without this fix we didn't parse the examples in the RFC correctly, so I think breaking backward compatibility here is justified. Patch by Ralf Schlatterbeck.
-
- 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.
-
- 10 Ara, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd).
-
- 15 Mar, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
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.
-
- 09 Kas, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
default could be rather confusing).
-
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ı
now conforms to the philosophy of bytes and unicode separation in Python 3. A test suite has also been added.
-
- 14 May, 2009 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72640 | antoine.pitrou | 2009-05-14 23:22:08 +0200 (jeu., 14 mai 2009) | 5 lines Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr. (Unfortunately, nntplib doesn't have a test suite) ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72640 | antoine.pitrou | 2009-05-14 23:22:08 +0200 (jeu., 14 mai 2009) | 5 lines Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr. (Unfortunately, nntplib doesn't have a test suite) ........
-
Antoine Pitrou yazdı
(Unfortunately, nntplib doesn't have a test suite)
-
- 05 Kas, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
Patch by Victor, Reviewed by Barry
-
- 09 Şub, 2007 2 kayıt (commit)
-
-
Guido van Rossum yazdı
We still have 27 failing tests (down from 39).
-
Guido van Rossum yazdı
There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
-
- 10 Ock, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
-
- 17 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
docstrings to either "article number" or "message id".
-
- 03 Agu, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-