Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #27210: Fix doctests for a few modules. | Zachary Ware | 2016-08-10 | 1 | -5/+5 |
| | | | | Initial patch by Jelle Zijlstra. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #25689: Fix language in ftplib and nntplib docs | Martin Panter | 2015-11-21 | 1 | -2/+2 |
| | | | | Original patch by Silent Ghost. | ||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | Issue #20913: improve the SSL security considerations to first advocate ↵ | Antoine Pitrou | 2014-03-22 | 1 | -7/+9 |
| | | | | using create_default_context(). | ||||
* | Issue #19783: nntplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+8 |
| | | | | indication for TLS/SSL connections. | ||||
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
|\ | |||||
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-29 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Closes #19416: fix references in the nntplib docs. | Georg Brandl | 2013-10-29 | 1 | -3/+3 |
| | | |||||
* | | Issue #8890: Stop advertising an insecure use of /tmp in docs | Petri Lehtinen | 2013-02-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #8890: Stop advertising an insecure use of /tmp in docs | Petri Lehtinen | 2013-02-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Issue #8890: Stop advertising an insecure use of /tmp in docs | Petri Lehtinen | 2013-02-23 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -2/+1 |
|/ / | |||||
* | | #15865: merge with 3.2. | Ezio Melotti | 2012-09-08 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | #15865: add "*" in the signature to document keyword-only args in the docs. ↵ | Ezio Melotti | 2012-09-08 | 1 | -3/+3 |
| | | | | | | | | Patch by Chris Jerdonek. | ||||
* | | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's ↵ | Florent Xicluna | 2011-12-10 | 1 | -0/+3 |
| | | | | | | | | DeprecationWarning (cgi, importlib, nntplib, smtpd). | ||||
* | | #12547: Fix example in nntplib doc. Patch by July Tikhonov. | Ezio Melotti | 2011-07-26 | 1 | -2/+2 |
| | | |||||
* | | Merge from 3.2 . Replace the term members with correct and appropriate ↵ | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | terminology. Initial patch by Adam Woodbeck. | ||||
| * | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵ | Senthil Kumaran | 2011-07-04 | 1 | -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-03 | 1 | -0/+13 |
|/ | | | | can used with the 'with' statement. | ||||
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
| | |||||
* | Make `usenetrc` False by default (the old behaviour of having it True by | Antoine Pitrou | 2010-11-09 | 1 | -5/+7 |
| | | | | default could be rather confusing). | ||||
* | Issue #1926: Add support for NNTP over SSL on port 563, as well as | Antoine Pitrou | 2010-11-09 | 1 | -2/+47 |
| | | | | STARTTLS. Patch by Andrew Vant. | ||||
* | Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. | Antoine Pitrou | 2010-11-05 | 1 | -12/+34 |
| | |||||
* | Issue #10283: Add a `group_pattern` argument to NNTP.list(). | Antoine Pitrou | 2010-11-04 | 1 | -8/+14 |
| | |||||
* | Issue #10285: explain the `flag` return field better in NNTP.list(). | Antoine Pitrou | 2010-11-03 | 1 | -2/+11 |
| | | | | Patch by Julien Élie. | ||||
* | Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER | Antoine Pitrou | 2010-11-03 | 1 | -0/+2 |
| | | | | response, instead of raising an exception. | ||||
* | Issue #9360: Cleanup and improvements to the nntplib module. The API | Antoine Pitrou | 2010-09-29 | 1 | -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 Pitrou | 2010-09-15 | 1 | -20/+20 |
| | |||||
* | Update nntplib examples to use a public news server. | Antoine Pitrou | 2010-09-07 | 1 | -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 Brandl | 2009-01-03 | 1 | -3/+3 |
| | |||||
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -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 Brandl | 2007-09-04 | 1 | -2/+2 |
| | |||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -8/+1 |
| | |||||
* | Address a few XXX comments, other fixes. | Georg Brandl | 2007-08-31 | 1 | -1/+1 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+350 |