summaryrefslogtreecommitdiffstats
path: root/Doc/library/nntplib.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's ↵Florent Xicluna2011-12-101-0/+3
| | | | DeprecationWarning (cgi, importlib, nntplib, smtpd).
* #12547: Fix example in nntplib doc. Patch by July Tikhonov.Ezio Melotti2011-07-261-2/+2
|
* Merge from 3.2 . Replace the term members with correct and appropriate ↵Senthil Kumaran2011-07-041-1/+1
|\ | | | | | | terminology. Initial patch by Adam Woodbeck.
| * issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵Senthil Kumaran2011-07-041-1/+1
| | | | | | | | attribute and 'methods' where it denotes methods. Context should clarify usage.
* | Issue 9795: adds context manager protocol to nntplib.NNTP class so that it ↵Giampaolo Rodolà2011-03-031-0/+13
|/ | | | can used with the 'with' statement.
* More source linksRaymond Hettinger2011-01-271-0/+4
|
* Make `usenetrc` False by default (the old behaviour of having it True byAntoine Pitrou2010-11-091-5/+7
| | | | default could be rather confusing).
* Issue #1926: Add support for NNTP over SSL on port 563, as well asAntoine Pitrou2010-11-091-2/+47
| | | | STARTTLS. Patch by Andrew Vant.
* Issue #10282: Add a `nntp_implementation` attribute to NNTP objects.Antoine Pitrou2010-11-051-12/+34
|
* Issue #10283: Add a `group_pattern` argument to NNTP.list().Antoine Pitrou2010-11-041-8/+14
|
* Issue #10285: explain the `flag` return field better in NNTP.list().Antoine Pitrou2010-11-031-2/+11
| | | | Patch by Julien Élie.
* Issue #10281: nntplib now returns None for absent fields in the OVER/XOVERAntoine Pitrou2010-11-031-0/+2
| | | | response, instead of raising an exception.
* Issue #9360: Cleanup and improvements to the nntplib module. The APIAntoine Pitrou2010-09-291-172/+284
| | | | | now conforms to the philosophy of bytes and unicode separation in Python 3. A test suite has also been added.
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-20/+20
|
* Update nntplib examples to use a public news server.Antoine Pitrou2010-09-071-17/+17
| | | | | The example still doesn't work as-is under py3k, due to incomplete or buggy porting of the nntplib module.
* Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
|
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r59606 | georg.brandl | 2007-12-29 11:57:00 +0100 (Sat, 29 Dec 2007) | 2 lines Some cleanup in the docs. ........ r59611 | martin.v.loewis | 2007-12-29 19:49:21 +0100 (Sat, 29 Dec 2007) | 2 lines Bug #1699: Define _BSD_SOURCE only on OpenBSD. ........ r59612 | raymond.hettinger | 2007-12-29 23:09:34 +0100 (Sat, 29 Dec 2007) | 1 line Simpler documentation for itertools.tee(). Should be backported. ........ r59613 | raymond.hettinger | 2007-12-29 23:16:24 +0100 (Sat, 29 Dec 2007) | 1 line Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object(). ........ r59620 | christian.heimes | 2007-12-31 15:47:07 +0100 (Mon, 31 Dec 2007) | 3 lines Added wininst-9.0.exe executable for VS 2008 Integrated bdist_wininst into PCBuild9 directory ........ r59621 | christian.heimes | 2007-12-31 15:51:18 +0100 (Mon, 31 Dec 2007) | 1 line Moved PCbuild directory to PC/VS7.1 ........ r59622 | christian.heimes | 2007-12-31 15:59:26 +0100 (Mon, 31 Dec 2007) | 1 line Fix paths for build bot ........ r59623 | christian.heimes | 2007-12-31 16:02:41 +0100 (Mon, 31 Dec 2007) | 1 line Fix paths for build bot, part 2 ........ r59624 | christian.heimes | 2007-12-31 16:18:55 +0100 (Mon, 31 Dec 2007) | 1 line Renamed PCBuild9 directory to PCBuild ........
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-8/+1
|
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-1/+1
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+350