index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_nntplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
Issue #25859: Reimplement NNTP test_starttls() using local server
Martin Panter
2016-01-19
1
-18/+64
*
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
Serhiy Storchaka
2015-04-03
1
-9/+10
*
Issue #22351: Fix test_nntplib if the ssl module is missing
Victor Stinner
2015-04-03
1
-9/+10
*
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
Serhiy Storchaka
2015-03-21
1
-4/+98
*
Issue #22247: Add NNTPError to nntplib.__all__.
Berker Peksag
2014-09-20
1
-5/+12
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-36/+38
*
merge with 3.3
Georg Brandl
2013-10-27
1
-0/+10
|
\
|
*
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
1
-0/+10
*
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-1/+1
|
/
*
Fix test to really run behind a NNTP virus checker
Antoine Pitrou
2012-06-24
1
-2/+5
*
Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib)
Nick Coghlan
2012-06-17
1
-1/+4
|
\
|
*
Ignore X-Antivirus headers in test_nntplib
Nick Coghlan
2012-06-17
1
-1/+4
*
|
Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body().
Antoine Pitrou
2012-02-15
1
-0/+40
|
\
\
|
|
/
|
*
Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body().
Antoine Pitrou
2012-02-15
1
-0/+40
*
|
Issue #10287: nntplib now queries the server's CAPABILITIES first before send...
Antoine Pitrou
2012-02-14
1
-1/+50
|
\
\
|
|
/
|
*
Issue #10287: nntplib now queries the server's CAPABILITIES first before send...
Antoine Pitrou
2012-02-14
1
-1/+50
*
|
Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...
Antoine Pitrou
2012-02-12
1
-5/+57
|
\
\
|
|
/
|
*
Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...
Antoine Pitrou
2012-02-12
1
-5/+57
*
|
Merge 3.2
Florent Xicluna
2011-10-28
1
-2/+1
|
\
\
|
|
/
|
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-2/+1
*
|
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti
2011-09-28
1
-2/+2
*
|
Issue 9795: adds context manager protocol to nntplib.NNTP class so that it ca...
Giampaolo Rodolà
2011-03-03
1
-0/+21
*
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-1/+1
*
|
Fix imports from collections.abc
Raymond Hettinger
2011-02-23
1
-2/+2
|
/
*
Make test_nntplib more robust
Antoine Pitrou
2010-11-21
1
-2/+4
*
Wrap all test_nntplib methods accessing a remote server in a transient_intern...
Antoine Pitrou
2010-11-18
1
-13/+29
*
Make test_nntplib more robust when the "last" article in a group can't be ret...
Antoine Pitrou
2010-11-18
1
-9/+26
*
Switch from gmane to another provider for NNTP tests (as gmane isn't reliable
Antoine Pitrou
2010-11-13
1
-32/+45
*
Issue #1926: Add support for NNTP over SSL on port 563, as well as
Antoine Pitrou
2010-11-09
1
-24/+76
*
Issue #10282: Add a `nntp_implementation` attribute to NNTP objects.
Antoine Pitrou
2010-11-05
1
-0/+2
*
Issue #10283: Add a `group_pattern` argument to NNTP.list().
Antoine Pitrou
2010-11-04
1
-6/+29
*
Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER
Antoine Pitrou
2010-11-03
1
-1/+26
*
Issue #10280: NNTP.nntp_version should reflect the highest version
Antoine Pitrou
2010-11-02
1
-3/+3
*
Fix NNTP when there's a ".netrc" file
Antoine Pitrou
2010-09-29
1
-1/+2
*
Disable the usenetrc option when testing nntplib
Antoine Pitrou
2010-09-29
1
-1/+2
*
Issue #9360: Cleanup and improvements to the nntplib module. The API
Antoine Pitrou
2010-09-29
1
-0/+1091