COMMITS
/ Lib/nntplib.py April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
March 21, 2015
S
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
Serhiy Storchaka committed
November 23, 2014
B
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson committed
September 20, 2014
B
Issue #22247: Add NNTPError to nntplib.__all__.
Berker Peksag committed
July 9, 2014
B
Issues #21948 and #16040: Fix typos.
Berker Peksag committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
December 2, 2013
C
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
Christian Heimes committed
November 23, 2013
C
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes committed
October 27, 2013
G
merge with 3.3
Georg Brandl committed
G
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Georg Brandl committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
June 2, 2012
R
#1079: Fix parsing of encoded words.
R David Murray committed
February 14, 2012
A
February 12, 2012
A
December 10, 2011
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
E
#11515: Merge with 3.2.
Ezio Melotti committed
March 3, 2011
G
November 9, 2010
A
Make `usenetrc` False by default (the old behaviour of having it True by
Antoine Pitrou committed
A
Issue #1926: Add support for NNTP over SSL on port 563, as well as
Antoine Pitrou committed
November 5, 2010
A
Issue #10282: Add a `nntp_implementation` attribute to NNTP objects.
Antoine Pitrou committed
November 4, 2010
A
Issue #10283: Add a `group_pattern` argument to NNTP.list().
Antoine Pitrou committed
November 3, 2010
A
Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER
Antoine Pitrou committed
November 2, 2010
A
Issue #10280: NNTP.nntp_version should reflect the highest version
Antoine Pitrou committed
September 29, 2010
A
Fix NNTP when there's a ".netrc" file
Antoine Pitrou committed
A
Issue #9360: Cleanup and improvements to the nntplib module. The API
Antoine Pitrou committed
May 14, 2009
A
Merged revisions 72640 via svnmerge from
Antoine Pitrou committed
November 5, 2008
C
Issue #3714: nntplib module broken by str to unicode conversion
Christian Heimes committed
February 9, 2007
G
Fix a bunch of doctests with the -d option of refactor.py.
Guido van Rossum committed
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
July 17, 2005
G
- Bug #1015140: disambiguated the term "article id" in nntplib docs and
Georg Brandl committed
August 3, 2004
M
Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().
Martin v. Löwis committed
July 26, 2004
M
Patch #605370: Add description[s] for RFC 2980 compliance.
Martin v. Löwis committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
April 19, 2003
G
- Several methods of nntplib.NNTP have grown an optional file argument
Guido van Rossum committed
February 27, 2003
G
Get rid of many apply() calls.
Guido van Rossum committed
November 24, 2002
T
Whitespace normalization.
Tim Peters committed
November 17, 2002
E
Guard against error if .netrc is missing.
Eric S. Raymond committed
November 14, 2002
N
Fix typo in comment
Neal Norwitz committed
November 13, 2002
E
Make nntplib aware of ~/.netrc credentials; now they get used if they are
Eric S. Raymond committed
June 3, 2002
W
Remove uses of the string and types modules:
Walter Dörwald committed