1. 1dd75a6 Backport test_nntplib fixes from default. by Antoine Pitrou · 12 years ago
  2. 14d99a1 Ignore X-Antivirus headers in test_nntplib by Nick Coghlan · 12 years ago
  3. 2640b52 Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). by Antoine Pitrou · 13 years ago
  4. 7113562 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. by Antoine Pitrou · 13 years ago
  5. 54411c1 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 13 years ago
  6. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  7. 3bce11c Make test_nntplib more robust by Antoine Pitrou · 14 years ago
  8. de60918 Wrap all test_nntplib methods accessing a remote server in a transient_internet() by Antoine Pitrou · 14 years ago
  9. d28f790 Make test_nntplib more robust when the "last" article in a group can't be retrieved by Antoine Pitrou · 14 years ago
  10. 45ca987 Switch from gmane to another provider for NNTP tests (as gmane isn't reliable by Antoine Pitrou · 14 years ago
  11. 1cb121e Issue #1926: Add support for NNTP over SSL on port 563, as well as by Antoine Pitrou · 14 years ago
  12. a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. by Antoine Pitrou · 14 years ago
  13. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
  14. 4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER by Antoine Pitrou · 14 years ago
  15. f80b3f7 Issue #10280: NNTP.nntp_version should reflect the highest version by Antoine Pitrou · 14 years ago
  16. a5785b1 Fix NNTP when there's a ".netrc" file by Antoine Pitrou · 14 years ago
  17. 2620d81 Disable the usenetrc option when testing nntplib by Antoine Pitrou · 14 years ago
  18. 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 14 years ago