summaryrefslogtreecommitdiffstats
path: root/Doc/library/ftplib.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #6845: Add restart support for binary upload in ftplib. TheAntoine Pitrou2009-11-271-2/+5
| | | | | | | `storbinary()` method of FTP and FTP_TLS objects gains an optional `rest` argument. Patch by Pablo Mouzo. (note: the patch also adds a test for the rest argument in retrbinary())
* Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP usingAntoine Pitrou2009-11-151-0/+58
| | | | TLS or SSL. Patch by Giampaolo Rodola'.
* #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
| | | | | | all the upper level libraries that use it, including urllib2. Added and fixed some tests, and changed docs correspondingly. Thanks to John J Lee for the patch and the pusing, :)
* #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 ↵Benjamin Peterson2008-04-251-14/+15
| | | | the class directive
* 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