Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej | Martin Panter | 2015-11-14 | 1 | -1/+2 |
| | |||||
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|\ | |||||
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -2/+2 |
| | | | | | | | | | | | | 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 #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 1 | -5/+10 |
|\ \ | |/ | | | | | | | robust at shutdown. If needs to release multiple resources, they are released even if errors are occured. | ||||
| * | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 1 | -5/+10 |
| | | | | | | | | | | robust at shutdown. If needs to release multiple resources, they are released even if errors are occured. | ||||
* | | merge 3.4 (#23111) | Benjamin Peterson | 2014-12-30 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) | Benjamin Peterson | 2014-12-30 | 1 | -2/+2 |
| | | |||||
* | | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+2 |
| | | | | | | | | Patch by Donald Stufft. | ||||
* | | Issue #6623: Remove deprecated Netrc class in the ftplib module. | Berker Peksag | 2014-11-01 | 1 | -112/+5 |
|/ | | | | Patch by Matt Chaput. | ||||
* | Issue #20978: pyflakes: fix undefined names | Victor Stinner | 2014-03-20 | 1 | -1/+0 |
| | |||||
* | Issue #19781: ftplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -2/+6 |
| | | | | indication for TLS/SSL connections. | ||||
* | Issue #19735: Implement private function ssl._create_stdlib_context() to | Christian Heimes | 2013-11-23 | 1 | -11/+6 |
| | | | | | create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs(). | ||||
* | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Serhiy Storchaka | 2013-10-20 | 1 | -3/+12 |
|\ | | | | | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. | ||||
| * | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Serhiy Storchaka | 2013-10-20 | 1 | -5/+18 |
| | | | | | | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. | ||||
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
| | | | | | | | | ModuleNotFoundError. | ||||
* | | ftplib: update connect() docstring by mentioning 'timeout' argument | Giampaolo Rodola' | 2013-04-26 | 1 | -0/+1 |
| | | |||||
* | | (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not ↵ | Giampaolo Rodola' | 2013-03-18 | 1 | -4/+4 |
| | | | | | | | | installed | ||||
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|\ \ | |/ | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| |\ | | | | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
* | | | Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were ↵ | Giampaolo Rodola' | 2013-03-07 | 1 | -71/+15 |
| | | | | | | | | | | | | duplicated in TLS_FTP class. | ||||
* | | | PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...) | Giampaolo Rodola' | 2013-03-07 | 1 | -29/+57 |
| | | | |||||
* | | | #6623: Add explicit deprecation warning for ftplib.Netrc. | R David Murray | 2013-02-19 | 1 | -0/+3 |
| | | | |||||
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -4/+4 |
| | | | |||||
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -4/+4 |
|/ / | |||||
* | | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
|\ \ | |/ | | | | | exception | ||||
| * | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
| | | | | | | | | exception | ||||
* | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
|\ \ | |/ | | | | | (patch by Serhiy Storchaka) | ||||
| * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
| | | | | | | | | (patch by Serhiy Storchaka) | ||||
* | | fix #13563: make use of with statement in ftplib.py where needed | Giampaolo Rodola' | 2011-12-10 | 1 | -20/+5 |
| | | |||||
* | | Cleanup code: remove int/long idioms and simplify a while statement. | Florent Xicluna | 2011-10-23 | 1 | -13/+4 |
| | | |||||
* | | Merge: #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -25/+31 |
|\ \ | |/ | | | | | | | | | | | | | * ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner. | ||||
| * | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -25/+31 |
| | | | | | | | | | | | | | | | | * ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner. | ||||
* | | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL ↵ | Giampaolo Rodola' | 2011-06-27 | 1 | -0/+8 |
| | | | | | | | | connection back to clear-text. | ||||
* | | merge with 3.2 | Giampaolo Rodola' | 2011-05-07 | 1 | -1/+11 |
|\ \ | |/ | |||||
| * | merge with 3.1 | Giampaolo Rodola' | 2011-05-07 | 1 | -1/+11 |
| |\ | |||||
| | * | #12002 - ftplib's abort() method raises TypeError | Giampaolo Rodola' | 2011-05-07 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #11072: added MLSD command (RFC-3659) support to ftplib. | Giampaolo Rodola' | 2011-05-06 | 1 | -1/+29 |
| | | | |||||
* | | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merged revisions 80228 via svnmerge from | Giampaolo Rodolà | 2010-04-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80228 | giampaolo.rodola | 2010-04-20 00:05:54 +0200 (mar, 20 apr 2010) | 9 lines Merged revisions 80226 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80226 | giampaolo.rodola | 2010-04-19 23:46:28 +0200 (lun, 19 apr 2010) | 1 line Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands ........ ................ | ||||
| | * | Fix Issue #3817: 225 is now considered a valid response code for ABOR | Giampaolo Rodolà | 2010-04-18 | 1 | -1/+1 |
| | | | |||||
* | | | Fix issue 8594: adds a source_address parameter to ftplib module. | Giampaolo Rodolà | 2011-02-28 | 1 | -6/+13 |
| | | | |||||
* | | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'latin-1' and 'utf-8'. These are optimized in the Python Unicode implementation to result in more direct processing, bypassing the codec registry. Also see issue11303. | ||||
* | | | In FTP.close() method, make sure to also close the socket object, not only ↵ | Giampaolo Rodolà | 2011-02-22 | 1 | -3/+3 |
|/ / | | | | | | | the file. | ||||
* | | fix ftplib resource warnings | Benjamin Peterson | 2010-10-31 | 1 | -0/+1 |
| | | |||||
* | | wrap some things in with blocks | Benjamin Peterson | 2010-10-31 | 1 | -38/+33 |
| | | |||||
* | | Take advantage of the frozenset constant optimization. | Raymond Hettinger | 2010-09-05 | 1 | -7/+7 |
| | |