| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 inst... | Giampaolo Rodola' | 2013-03-18 | 1 | -4/+4 |
|
|
* | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|\ |
|
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| |\ |
|
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|
|
* | | | Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were ... | Giampaolo Rodola' | 2013-03-07 | 1 | -71/+15 |
|
|
* | | | 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 e... | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue 16646 (ftplib): deliberately use intermediate variable after catching e... | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
|
|
* | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 1 | -3/+7 |
|
|
* | | 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 |
|\ \
| |/ |
|
| * | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -25/+31 |
|
|
* | | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne... | Giampaolo Rodola' | 2011-06-27 | 1 | -0/+8 |
|
|
* | | 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 |
|
|
| | * | 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 |
|
|
* | | | In FTP.close() method, make sure to also close the socket object, not only th... | Giampaolo Rodolà | 2011-02-22 | 1 | -3/+3 |
|/ / |
|
* | | 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 |
|
|
* | | fix issue 9601: ftplib now provides a workaround for invalid response code re... | Giampaolo Rodolà | 2010-08-23 | 1 | -2/+10 |
|
|
* | | remove obsolete 'import SOCKS' statement | Giampaolo Rodolà | 2010-08-21 | 1 | -7/+1 |
|
|
* | | as per discussion with antoine revert changes made in 83708 as the user usein... | Giampaolo Rodolà | 2010-08-04 | 1 | -19/+6 |
|
|
* | | fix issue #6822: ftplib's storline method doesn't work with text files | Giampaolo Rodolà | 2010-08-04 | 1 | -6/+19 |
|
|
* | | Fix issue #8806: add SSL contexts support to ftplib | Giampaolo Rodolà | 2010-05-26 | 1 | -5/+20 |
|
|
* | | Fix issue #4972: adds ftplib.FTP context manager protocol | Giampaolo Rodolà | 2010-05-10 | 1 | -0/+14 |
|
|
* | | Merged revisions 80226 via svnmerge from | Giampaolo Rodolà | 2010-04-19 | 1 | -0/+4 |
|
|
* | | Merged revisions 80172 via svnmerge from | Giampaolo Rodolà | 2010-04-18 | 1 | -1/+1 |
|
|
* | | Merged revisions 76546 via svnmerge from | Antoine Pitrou | 2009-11-27 | 1 | -4/+5 |
|
|
* | | Merged revisions 76309 via svnmerge from | Antoine Pitrou | 2009-11-17 | 1 | -0/+176 |
|/ |
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -3/+1 |
|
|
* | #3911 FTP.makeport was giving bad port numbers | Benjamin Peterson | 2008-09-27 | 1 | -1/+1 |
|
|
* | Merged revisions 66634 via svnmerge from | Benjamin Peterson | 2008-09-27 | 1 | -3/+4 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -2/+3 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -4/+5 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -1/+1 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -19/+54 |
|
|