summaryrefslogtreecommitdiff
path: root/Doc/library/ftplib.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319)Prateek Nayak2019-09-261-1/+1
* Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271)Stéphane Wirtel2019-09-261-1/+2
* Update ftplib.all_errors documentation to match code (#15026)Andrew Scheller2019-09-111-1/+1
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-3/+3
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-0/+6
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
* ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652)Jelle Zijlstra2017-03-131-1/+1
* fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653)Jelle Zijlstra2017-03-131-2/+2
* Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-0/+7
* Issue #27210: Fix doctests for a few modules.Zachary Ware2016-08-101-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* Issue #26580: Remove outdated reference to ftpmirrorBerker Peksag2016-03-181-6/+0
* Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()Gregory P. Smith2015-12-131-3/+3
* Issue #25689: Fix language in ftplib and nntplib docsMartin Panter2015-11-211-2/+1
* Fix a few grammar problems in the documentation and commentsMartin Panter2015-11-141-2/+2
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
* update docs for #23111Benjamin Peterson2014-12-301-1/+1
* Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.Berker Peksag2014-10-081-4/+4
* Issue #20913: improve the SSL security considerations to first advocate using...Antoine Pitrou2014-03-221-33/+22
* Issue #19781: ftplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+10
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+2
* Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ft...Georg Brandl2013-10-061-13/+13
* MERGE: Closes #16789: :meth:`quit` links to constants instead of own moduleJesus Cea2012-12-261-4/+4
|\
| * Closes #16789: :meth:`quit` links to constants instead of own moduleJesus Cea2012-12-261-4/+4
* | Merge ftplib doc fix with 3.2.Ezio Melotti2012-10-051-9/+9
|\ \ | |/
| * The file obj passed to ftp.storbinary/storlines must be opened in binary mode.Ezio Melotti2012-10-051-9/+9
| * Issue 11263: Fix link to source code.Raymond Hettinger2011-02-211-1/+1
* | Documentation typo.Florent Xicluna2011-10-231-1/+1
* | Replace mentions of socket.error.Antoine Pitrou2011-10-121-2/+1
* | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne...Giampaolo Rodola'2011-06-271-0/+8
* | #11072- applying http://bugs.python.org/review/11072/show suggestionsGiampaolo Rodola'2011-05-071-8/+8
* | Issue #11072: added MLSD command (RFC-3659) support to ftplib.Giampaolo Rodola'2011-05-061-6/+23
* | Fix issue 8594: adds a source_address parameter to ftplib module.Giampaolo Rodolà2011-02-281-6/+19
* | Issue 11263: Fix link to source code.Raymond Hettinger2011-02-211-1/+1
|/
* More source linksRaymond Hettinger2011-01-271-0/+4
* #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.Georg Brandl2010-10-151-17/+27
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-8/+8
* Clarification.Georg Brandl2010-07-301-3/+3
* Fix issue #8806: add SSL contexts support to ftplibGiampaolo Rodolà2010-05-261-1/+4
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-191-1/+1
* Fix issue #4972: adds ftplib.FTP context manager protocolGiampaolo Rodolà2010-05-101-0/+19
* Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,...Benjamin Peterson2010-02-031-26/+20
* Merged revisions 76546 via svnmerge fromAntoine Pitrou2009-11-271-2/+6
* Merged revisions 76309 via svnmerge fromAntoine Pitrou2009-11-171-0/+59
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-111-1/+2
* More conversion to new-style optional args.Georg Brandl2009-05-171-29/+28
* Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge...Benjamin Peterson2009-01-091-1/+0
* merge from trunkBenjamin Peterson2008-10-111-1/+1
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1