Ezio Melotti
|
8b61611309
|
#15865: merge with 3.2.
|
2012-09-08 20:49:18 +03:00 |
Ezio Melotti
|
e927e25637
|
#15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek.
|
2012-09-08 20:46:01 +03:00 |
Florent Xicluna
|
67317750af
|
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd).
|
2011-12-10 11:07:42 +01:00 |
Ezio Melotti
|
04f648cb90
|
#12547: Fix example in nntplib doc. Patch by July Tikhonov.
|
2011-07-26 09:37:46 +03:00 |
Senthil Kumaran
|
276a58b821
|
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
|
2011-07-04 11:31:53 -07:00 |
Senthil Kumaran
|
a6bac95a3c
|
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
|
2011-07-04 11:28:30 -07:00 |
Giampaolo Rodolà
|
424298a155
|
Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement.
|
2011-03-03 18:34:06 +00:00 |
Raymond Hettinger
|
469271d4ea
|
More source links
|
2011-01-27 20:38:46 +00:00 |
Antoine Pitrou
|
859c4ef0a0
|
Make `usenetrc` False by default (the old behaviour of having it True by
default could be rather confusing).
|
2010-11-09 18:58:42 +00:00 |
Antoine Pitrou
|
1cb121ecea
|
Issue #1926: Add support for NNTP over SSL on port 563, as well as
STARTTLS. Patch by Andrew Vant.
|
2010-11-09 18:54:37 +00:00 |
Antoine Pitrou
|
a078115434
|
Issue #10282: Add a `nntp_implementation` attribute to NNTP objects.
|
2010-11-05 19:16:37 +00:00 |
Antoine Pitrou
|
08eeadac27
|
Issue #10283: Add a `group_pattern` argument to NNTP.list().
|
2010-11-04 21:36:15 +00:00 |
Antoine Pitrou
|
7dd1af00ad
|
Issue #10285: explain the `flag` return field better in NNTP.list().
Patch by Julien Élie.
|
2010-11-03 18:32:54 +00:00 |
Antoine Pitrou
|
4103bc09a4
|
Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER
response, instead of raising an exception.
|
2010-11-03 18:18:43 +00:00 |
Antoine Pitrou
|
69ab95105f
|
Issue #9360: Cleanup and improvements to the nntplib module. The API
now conforms to the philosophy of bytes and unicode separation in Python 3.
A test suite has also been added.
|
2010-09-29 15:03:40 +00:00 |
Antoine Pitrou
|
11cb961b38
|
Add cross-references to the glossary entry for file objects.
|
2010-09-15 11:11:28 +00:00 |
Antoine Pitrou
|
e339651b6f
|
Update nntplib examples to use a public news server.
The example still doesn't work as-is under py3k, due to incomplete
or buggy porting of the nntplib module.
|
2010-09-07 18:44:12 +00:00 |
Georg Brandl
|
48310cd3f2
|
Remove trailing whitespace.
|
2009-01-03 21:18:54 +00:00 |
Christian Heimes
|
5b5e81c637
|
Merged revisions 59605-59624 via svnmerge from
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
........
|
2007-12-31 16:14:33 +00:00 |
Georg Brandl
|
6911e3ce3f
|
Convert all print statements in the docs.
|
2007-09-04 07:15:32 +00:00 |
Georg Brandl
|
55ac8f0f26
|
Get rid of the remaining versionadded/versionchanged directives.
|
2007-09-01 13:51:09 +00:00 |
Georg Brandl
|
81ac1ce56a
|
Address a few XXX comments, other fixes.
|
2007-08-31 17:17:17 +00:00 |
Georg Brandl
|
116aa62bf5
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |