summaryrefslogtreecommitdiffstats
path: root/Doc/library/ftplib.rst
Commit message (Expand)AuthorAgeFilesLines
* fix parameter names in ftplib documentation (GH-656)Xiang Zhang2017-03-131-6/+6
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-281-1/+1
* Silence a Sphinx warning in ftplib.rst.Berker Peksag2015-01-061-1/+1
* allow a SSLContext to be given to ftplib.FTP_TLSBenjamin Peterson2015-01-041-5/+13
* make SSLv23 the default version in ftplib (closes #23111)Benjamin Peterson2015-01-041-1/+1
* 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
* Closes #16789: :meth:`quit` links to constants instead of own moduleJesus Cea2012-12-261-4/+4
* Backport source links from 3.x.Éric Araujo2011-08-191-0/+4
* Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge...Georg Brandl2010-11-261-14/+19
* Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv...Georg Brandl2010-08-011-3/+3
* Fix reference direction.Georg Brandl2010-05-101-1/+1
* Fix-up ftplib documentation:Georg Brandl2010-01-311-30/+29
* Issue #6845: Add restart support for binary upload in ftplib. TheAntoine Pitrou2009-11-271-2/+5
* Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP usingAntoine Pitrou2009-11-151-0/+58
* #6756: add some info about the "acct" parameter.Georg Brandl2009-09-041-1/+2
* Test commit.Georg Brandl2009-01-041-1/+0
* fix typoBenjamin Peterson2008-10-041-1/+1
* fix various doc typos #3320Benjamin Peterson2008-07-121-1/+1
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-6/+4
* #2452: timeout is used for all blocking operations.Georg Brandl2008-05-111-8/+10
* reformat some documentation of classes so methods and attributes are under th...Benjamin Peterson2008-04-251-14/+15
* Update docs for new callpack params added in r60188Gregory P. Smith2008-01-261-8/+18
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+320