| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | #1079: Fix parsing of encoded words. | R David Murray | 2012-06-02 | 1 | -1/+1 |
|
|
* | Issue #10287: nntplib now queries the server's CAPABILITIES first before send... | Antoine Pitrou | 2012-02-14 | 1 | -6/+15 |
|\ |
|
| * | Issue #10287: nntplib now queries the server's CAPABILITIES first before send... | Antoine Pitrou | 2012-02-14 | 1 | -6/+15 |
|
|
* | | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe... | Antoine Pitrou | 2012-02-12 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe... | Antoine Pitrou | 2012-02-12 | 1 | -1/+4 |
|
|
* | | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn... | Florent Xicluna | 2011-12-10 | 1 | -2/+2 |
|
|
* | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
| |\ |
|
| | * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
* | | | Issue 9795: adds context manager protocol to nntplib.NNTP class so that it ca... | Giampaolo Rodolà | 2011-03-03 | 1 | -0/+14 |
|/ / |
|
* | | Make `usenetrc` False by default (the old behaviour of having it True by | Antoine Pitrou | 2010-11-09 | 1 | -3/+3 |
|
|
* | | Issue #1926: Add support for NNTP over SSL on port 563, as well as | Antoine Pitrou | 2010-11-09 | 1 | -76/+183 |
|
|
* | | Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. | Antoine Pitrou | 2010-11-05 | 1 | -0/+3 |
|
|
* | | Issue #10283: Add a `group_pattern` argument to NNTP.list(). | Antoine Pitrou | 2010-11-04 | 1 | -3/+8 |
|
|
* | | Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER | Antoine Pitrou | 2010-11-03 | 1 | -3/+4 |
|
|
* | | Issue #10280: NNTP.nntp_version should reflect the highest version | Antoine Pitrou | 2010-11-02 | 1 | -1/+3 |
|
|
* | | Fix NNTP when there's a ".netrc" file | Antoine Pitrou | 2010-09-29 | 1 | -2/+3 |
|
|
* | | Issue #9360: Cleanup and improvements to the nntplib module. The API | Antoine Pitrou | 2010-09-29 | 1 | -290/+656 |
|/ |
|
* | Merged revisions 72640 via svnmerge from | Antoine Pitrou | 2009-05-14 | 1 | -2/+1 |
|
|
* | Issue #3714: nntplib module broken by str to unicode conversion | Christian Heimes | 2008-11-05 | 1 | -63/+52 |
|
|
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -10/+10 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+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 |
|
|