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
/
nntplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou
2009-05-14
1
-2/+1
*
- Bug #1015140: disambiguated the term "article id" in nntplib docs and
Georg Brandl
2005-07-17
1
-2/+2
*
Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().
Martin v. Löwis
2004-08-03
1
-2/+2
*
Patch #605370: Add description[s] for RFC 2980 compliance.
Martin v. Löwis
2004-07-26
1
-0/+36
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-5/+5
*
- Several methods of nntplib.NNTP have grown an optional file argument
Guido van Rossum
2003-04-19
1
-14/+14
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-11-24
1
-1/+0
*
Guard against error if .netrc is missing.
Eric S. Raymond
2002-11-17
1
-7/+10
*
Fix typo in comment
Neal Norwitz
2002-11-14
1
-1/+1
*
Make nntplib aware of ~/.netrc credentials; now they get used if they are
Eric S. Raymond
2002-11-13
1
-7/+23
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-2/+1
*
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Martin v. Löwis
2002-02-16
1
-1/+1
*
changed misleading argument name
Fredrik Lundh
2001-10-18
1
-13/+13
*
SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file.
Guido van Rossum
2001-10-01
1
-19/+37
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-10/+9
*
added several more __all__ lists
Skip Montanaro
2001-02-06
1
-1/+4
*
Whitespace normalization.
Tim Peters
2001-01-16
1
-3/+3
*
Fix for SF bug #123625: some newsservers need 'authinfo' *before* 'mode
Thomas Wouters
2001-01-16
1
-0/+20
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-457/+457
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-6/+6
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-18/+18
*
Fredrik Lundh:
Guido van Rossum
2000-03-28
1
-1/+1
*
Added new exception classes:
Barry Warsaw
2000-02-10
1
-28/+81
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-175/+173
*
Marc-Andre Lemburg notes about statparse():
Guido van Rossum
1998-12-21
1
-1/+1
*
Fix the comments describing the return values of the head(), body(),
Guido van Rossum
1998-06-30
1
-0/+6
*
A few lines were indented using spaces instead of tabs -- fix them.
Guido van Rossum
1998-03-26
1
-8/+9
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
1
-10/+9
*
Patch by Charles G. Waldman to add optional user and password
Guido van Rossum
1997-10-20
1
-1/+10
*
Fixed bugs regarding lines starting with '.' (both receiving and sending).
Guido van Rossum
1997-08-26
1
-4/+25
*
Fix xover implementation according to Fred Lundh.
Guido van Rossum
1997-07-17
1
-8/+8
*
Change the list() function to match the documentation in the comment
Guido van Rossum
1997-03-14
1
-1/+1
*
Changed makefile() args from r/w to rb/wb, for non-unix compatability.
Jack Jansen
1996-02-14
1
-1/+1
*
actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon
Guido van Rossum
1995-09-22
1
-4/+87
*
rename debug() to set_debuglevel()
Guido van Rossum
1995-03-30
1
-1/+2
*
fix comments for list command
Guido van Rossum
1995-01-10
1
-2/+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-4/+1
*
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum
1993-12-17
1
-4/+3
*
* mainloop.py: added facility for calling select(). Also added
Guido van Rossum
1992-11-26
1
-10/+10
*
* change default line numbers for 'list' in pdb.py
Guido van Rossum
1992-11-05
1
-0/+368