summaryrefslogtreecommitdiff
path: root/Lib/ftplib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-0/+4
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Removed unused imports.Serhiy Storchaka2016-04-251-2/+0
* Issue #23883: Add missing APIs to __all__; patch by Jacek Ko?odziejMartin Panter2015-11-141-1/+2
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-112/+5
|\
| * Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-112/+5
| |\
| | * merge 3.4 (#23111)Benjamin Peterson2014-12-301-2/+2
| | |\
| | * \ merge 3.4 (#22921)Benjamin Peterson2014-11-231-112/+5
| | |\ \
| | | * | Issue #6623: Remove deprecated Netrc class in the ftplib module.Berker Peksag2014-11-011-112/+5
* | | | | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
|/ / / /
* | | | Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-5/+10
| |_|/ |/| |
* | | make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)Benjamin Peterson2014-12-301-2/+2
|/ /
* | don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-4/+2
|/
* Issue #20978: pyflakes: fix undefined namesVictor Stinner2014-03-201-1/+0
* Issue #19781: ftplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-2/+6
* Issue #19735: Implement private function ssl._create_stdlib_context() toChristian Heimes2013-11-231-11/+6
* Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-3/+12
|\
| * Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-5/+18
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* | ftplib: update connect() docstring by mentioning 'timeout' argumentGiampaolo Rodola'2013-04-261-0/+1
* | (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not inst...Giampaolo Rodola'2013-03-181-4/+4
* | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-2/+2
|\ \ | |/
| * Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-2/+2
| |\
| | * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-2/+2
* | | Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were ...Giampaolo Rodola'2013-03-071-71/+15
* | | PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...)Giampaolo Rodola'2013-03-071-29/+57
* | | #6623: Add explicit deprecation warning for ftplib.Netrc.R David Murray2013-02-191-0/+3
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-4/+4
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-4/+4
|/ /
* | Issue 16646 (ftplib): deliberately use intermediate variable after catching e...Giampaolo Rodola'2012-12-171-44/+63
|\ \ | |/ |/|
| * Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-171-3/+7
| |\
| * | fix #13563: make use of with statement in ftplib.py where neededGiampaolo Rodola'2011-12-101-20/+5
| * | Cleanup code: remove int/long idioms and simplify a while statement.Florent Xicluna2011-10-231-13/+4
| * | Merge: #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-11/+54
| |\ \
| | * | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne...Giampaolo Rodola'2011-06-271-0/+8
| | * | merge with 3.2Giampaolo Rodola'2011-05-071-11/+46
| | |\ \
| | | * | Issue #11072: added MLSD command (RFC-3659) support to ftplib.Giampaolo Rodola'2011-05-061-1/+29
| | | * | #11515: Merge with 3.2.Ezio Melotti2011-03-151-10/+17
| | | |\ \
| | | | * | Fix issue 8594: adds a source_address parameter to ftplib module.Giampaolo Rodolà2011-02-281-6/+13
| | | | * | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
| | | | * | In FTP.close() method, make sure to also close the socket object, not only th...Giampaolo Rodolà2011-02-221-3/+3
* | | | | | Issue 16646 (ftplib): deliberately use intermediate variable after catching e...Giampaolo Rodola'2012-12-171-1/+2
| |_|_|_|/ |/| | | |
* | | | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-171-3/+7
|/ / / /
* | | | Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-25/+31
|/ / /
* | | merge with 3.1Giampaolo Rodola'2011-05-071-1/+11
|\ \ \ | |/ / |/| |
| * | #12002 - ftplib's abort() method raises TypeErrorGiampaolo Rodola'2011-05-071-1/+2
* | | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Merged revisions 80228 via svnmerge fromGiampaolo Rodolà2010-04-191-0/+4
| * Fix Issue #3817: 225 is now considered a valid response code for ABORGiampaolo Rodolà2010-04-181-1/+1