1. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  2. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  3. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 9 years ago
  4. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  5. 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 10 years ago
  6. 740c730 Issues #21948 and #16040: Fix typos. by Berker Peksag · 10 years ago
  7. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  8. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 10 years ago
  9. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  10. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  11. 28e7841 Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  12. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  13. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  14. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  15. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 11 years ago
  16. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  17. 06b57ef 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 · 12 years ago
  18. 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 · 12 years ago
  19. 425b8e8 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). by Antoine Pitrou · 12 years ago
  20. 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 · 12 years ago
  21. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 12 years ago
  22. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  23. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  24. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  25. 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 13 years ago
  26. 859c4ef Make `usenetrc` False by default (the old behaviour of having it True by by Antoine Pitrou · 14 years ago
  27. 1cb121e Issue #1926: Add support for NNTP over SSL on port 563, as well as by Antoine Pitrou · 14 years ago
  28. a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. by Antoine Pitrou · 14 years ago
  29. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
  30. 4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER by Antoine Pitrou · 14 years ago
  31. f80b3f7 Issue #10280: NNTP.nntp_version should reflect the highest version by Antoine Pitrou · 14 years ago
  32. a5785b1 Fix NNTP when there's a ".netrc" file by Antoine Pitrou · 14 years ago
  33. 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 14 years ago
  34. 2ca24f0 Merged revisions 72640 via svnmerge from by Antoine Pitrou · 15 years ago
  35. 933238a Issue #3714: nntplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  36. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  37. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  38. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  39. 5dbda75 - Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 19 years ago
  40. 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 20 years ago
  41. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  42. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  43. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  44. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  45. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  46. 782d940 Guard against error if .netrc is missing. by Eric S. Raymond · 22 years ago
  47. ef67956 Fix typo in comment by Neal Norwitz · 22 years ago
  48. b2db587 Make nntplib aware of ~/.netrc credentials; now they get used if they are by Eric S. Raymond · 22 years ago
  49. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  50. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  51. a5e6165 changed misleading argument name by Fredrik Lundh · 23 years ago
  52. d1d584f SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file. by Guido van Rossum · 23 years ago
  53. b9c24fb String method conversion. by Eric S. Raymond · 23 years ago
  54. 269b83b added several more __all__ lists by Skip Montanaro · 23 years ago
  55. dfb673b Whitespace normalization. by Tim Peters · 23 years ago
  56. 47adcba Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'mode by Thomas Wouters · 23 years ago
  57. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  58. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  59. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  60. 93a7c0f Fredrik Lundh: by Guido van Rossum · 24 years ago
  61. 9dd7872 Added new exception classes: by Barry Warsaw · 24 years ago
  62. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  63. 98c17b3 Marc-Andre Lemburg notes about statparse(): by Guido van Rossum · 25 years ago
  64. 0f91183 Fix the comments describing the return values of the head(), body(), by Guido van Rossum · 26 years ago
  65. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  66. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  67. dd65975 Patch by Charles G. Waldman to add optional user and password by Guido van Rossum · 27 years ago
  68. e2ed9df Fixed bugs regarding lines starting with '.' (both receiving and sending). by Guido van Rossum · 27 years ago
  69. c3fb88b Fix xover implementation according to Fred Lundh. by Guido van Rossum · 27 years ago
  70. c6995534 Change the list() function to match the documentation in the comment by Guido van Rossum · 27 years ago
  71. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 28 years ago
  72. 8421c4e actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon by Guido van Rossum · 29 years ago
  73. cf5394f rename debug() to set_debuglevel() by Guido van Rossum · 29 years ago
  74. be9f212 fix comments for list command by Guido van Rossum · 29 years ago
  75. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  76. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 30 years ago
  77. 18fc569 * mainloop.py: added facility for calling select(). Also added by Guido van Rossum · 32 years ago
  78. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago