1. 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 20 years ago
  2. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  3. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  4. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  5. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  6. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  7. 782d940 Guard against error if .netrc is missing. by Eric S. Raymond · 22 years ago
  8. ef67956 Fix typo in comment by Neal Norwitz · 22 years ago
  9. b2db587 Make nntplib aware of ~/.netrc credentials; now they get used if they are by Eric S. Raymond · 22 years ago
  10. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  11. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  12. a5e6165 changed misleading argument name by Fredrik Lundh · 23 years ago
  13. d1d584f SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file. by Guido van Rossum · 23 years ago
  14. b9c24fb String method conversion. by Eric S. Raymond · 23 years ago
  15. 269b83b added several more __all__ lists by Skip Montanaro · 23 years ago
  16. dfb673b Whitespace normalization. by Tim Peters · 23 years ago
  17. 47adcba Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'mode by Thomas Wouters · 23 years ago
  18. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  19. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  20. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  21. 93a7c0f Fredrik Lundh: by Guido van Rossum · 24 years ago
  22. 9dd7872 Added new exception classes: by Barry Warsaw · 24 years ago
  23. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  24. 98c17b3 Marc-Andre Lemburg notes about statparse(): by Guido van Rossum · 26 years ago
  25. 0f91183 Fix the comments describing the return values of the head(), body(), by Guido van Rossum · 26 years ago
  26. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  27. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  28. dd65975 Patch by Charles G. Waldman to add optional user and password by Guido van Rossum · 27 years ago
  29. e2ed9df Fixed bugs regarding lines starting with '.' (both receiving and sending). by Guido van Rossum · 27 years ago
  30. c3fb88b Fix xover implementation according to Fred Lundh. by Guido van Rossum · 27 years ago
  31. c6995534 Change the list() function to match the documentation in the comment by Guido van Rossum · 27 years ago
  32. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 28 years ago
  33. 8421c4e actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon by Guido van Rossum · 29 years ago
  34. cf5394f rename debug() to set_debuglevel() by Guido van Rossum · 29 years ago
  35. be9f212 fix comments for list command by Guido van Rossum · 29 years ago
  36. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  37. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  38. 18fc569 * mainloop.py: added facility for calling select(). Also added by Guido van Rossum · 32 years ago
  39. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago