summaryrefslogtreecommitdiff
path: root/Lib/nntplib.py
Commit message (Expand)AuthorAgeFilesLines
* 2.6 mergeBarry Warsaw2013-10-011-1/+1
|\
| * Typo caught by : Arfrever Frehtes Taifersar Arahesis.Barry Warsaw2013-10-011-1/+1
* | - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-301-1/+10
|\ \ | |/
| * - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-301-1/+10
| * Merged revisions 72640 via svnmerge fromAntoine Pitrou2009-05-141-2/+1
* | #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* | Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.Antoine Pitrou2009-05-141-2/+1
|/
* - Bug #1015140: disambiguated the term "article id" in nntplib docs andGeorg Brandl2005-07-171-2/+2
* Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().Martin v. Löwis2004-08-031-2/+2
* Patch #605370: Add description[s] for RFC 2980 compliance.Martin v. Löwis2004-07-261-0/+36
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
* - Several methods of nntplib.NNTP have grown an optional file argumentGuido van Rossum2003-04-191-14/+14
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Whitespace normalization.Tim Peters2002-11-241-1/+0
* Guard against error if .netrc is missing.Eric S. Raymond2002-11-171-7/+10
* Fix typo in commentNeal Norwitz2002-11-141-1/+1
* Make nntplib aware of ~/.netrc credentials; now they get used if they areEric S. Raymond2002-11-131-7/+23
* Remove uses of the string and types modules:Walter Dörwald2002-06-031-2/+1
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-161-1/+1
* changed misleading argument nameFredrik Lundh2001-10-181-13/+13
* SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file.Guido van Rossum2001-10-011-19/+37
* String method conversion.Eric S. Raymond2001-02-091-10/+9
* added several more __all__ listsSkip Montanaro2001-02-061-1/+4
* Whitespace normalization.Tim Peters2001-01-161-3/+3
* Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'modeThomas Wouters2001-01-161-0/+20
* Whitespace normalization.Tim Peters2001-01-151-457/+457
* Update the code to better reflect recommended style:Fred Drake2000-12-121-6/+6
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-18/+18
* Fredrik Lundh:Guido van Rossum2000-03-281-1/+1
* Added new exception classes:Barry Warsaw2000-02-101-28/+81
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-175/+173
* Marc-Andre Lemburg notes about statparse():Guido van Rossum1998-12-211-1/+1
* Fix the comments describing the return values of the head(), body(),Guido van Rossum1998-06-301-0/+6
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-8/+9
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-10/+9
* Patch by Charles G. Waldman to add optional user and passwordGuido van Rossum1997-10-201-1/+10
* Fixed bugs regarding lines starting with '.' (both receiving and sending).Guido van Rossum1997-08-261-4/+25
* Fix xover implementation according to Fred Lundh.Guido van Rossum1997-07-171-8/+8
* Change the list() function to match the documentation in the commentGuido van Rossum1997-03-141-1/+1
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-141-1/+1
* actualized example; added xover, xgtitle, xpath, date methods by Kevan HeydonGuido van Rossum1995-09-221-4/+87
* rename debug() to set_debuglevel()Guido van Rossum1995-03-301-1/+2
* fix comments for list commandGuido van Rossum1995-01-101-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+1
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-4/+3
* * mainloop.py: added facility for calling select(). Also addedGuido van Rossum1992-11-261-10/+10
* * change default line numbers for 'list' in pdb.pyGuido van Rossum1992-11-051-0/+368