Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -7/+7 | |
| | | ||||||
* | | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Serhiy Storchaka | 2013-10-20 | 1 | -1/+21 | |
|\ \ | |/ | | | | | | | 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 | -1/+21 | |
| | | | | | | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. | |||||
* | | merge 3.3 (#19118) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 | |
|\ \ | |/ | ||||||
| * | remove duplicate test_mkd (closes #19118) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 | |
| | | ||||||
| * | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵ | Antoine Pitrou | 2013-08-21 | 1 | -4/+4 | |
| | | | | | | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions. | |||||
* | | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵ | Antoine Pitrou | 2013-08-21 | 1 | -4/+4 | |
| | | | | | | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions. | |||||
* | | merge from 3.3 | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 | |
|\ \ | |/ | | | | | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | |||||
| * | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 | |
| | | ||||||
* | | test_ftplib: silence a BytesWarning when checking TypeError | Florent Xicluna | 2013-07-06 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | test_ftplib: silence a BytesWarning when checking TypeError | Florent Xicluna | 2013-07-06 | 1 | -1/+2 | |
| | | ||||||
* | | ftplib tests: provide a global socket's TIMEOUT variable and use it ↵ | Giampaolo Rodola' | 2013-05-16 | 1 | -14/+15 | |
| | | | | | | | | everywhere so that failing tests won't accidentally hang | |||||
* | | (Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a ↵ | Victor Stinner | 2013-04-02 | 1 | -0/+4 | |
|\ \ | |/ | | | | | | | | | text file Add an unit test to ensure that text files are rejectect (with TypeError) | |||||
| * | Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file | Victor Stinner | 2013-04-02 | 1 | -0/+4 | |
| | | | | | | | | Add an unit test to ensure that text files are rejectect (with TypeError) | |||||
* | | #6623: Add explicit deprecation warning for ftplib.Netrc. | R David Murray | 2013-02-19 | 1 | -1/+12 | |
| | | ||||||
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -3/+3 | |
| | | ||||||
* | | Small cleanup in test_ftplib | Antoine Pitrou | 2012-12-19 | 1 | -13/+14 | |
|\ \ | |/ | ||||||
| * | Small cleanup in test_ftplib | Antoine Pitrou | 2012-12-19 | 1 | -13/+14 | |
| | | ||||||
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -3/+3 | |
|/ | ||||||
* | compare singletons by identity not equality (closes #16712) | Benjamin Peterson | 2012-10-09 | 1 | -1/+1 | |
| | | | | Patch from Serhiy Storchaka. | |||||
* | provide a common method to check for RETR_DATA validity, first checking the ↵ | Giampaolo Rodola' | 2012-01-09 | 1 | -8/+10 | |
| | | | | expected len and then the actual data content; this way we get a failure on len mismatch rather than content mismatch (which is very long and unreadable) | |||||
* | Issue #13453: Try to increase some socket timeouts to make some buildbots stop | Charles-François Natali | 2011-12-19 | 1 | -1/+1 | |
|\ | | | | | | | failing. | |||||
| * | Issue #13453: Try to increase some socket timeouts to make some buildbots stop | Charles-François Natali | 2011-12-19 | 1 | -1/+1 | |
| | | | | | | | | failing. | |||||
* | | Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures ↵ | Giampaolo Rodola' | 2011-06-30 | 1 | -2/+0 | |
| | | | | | | | | due to dummy test server not properly handling SSL shutdown(), see http://bugs.python.org/msg139499 | |||||
* | | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL ↵ | Giampaolo Rodola' | 2011-06-27 | 1 | -2/+20 | |
| | | | | | | | | connection back to clear-text. | |||||
* | | merge with 3.2 | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+8 | |
|\ \ | |/ | ||||||
| * | merge with 3.1 | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+8 | |
| |\ | ||||||
| | * | #12002 - ftplib's abort() method raises TypeError | Giampaolo Rodola' | 2011-05-07 | 1 | -0/+8 | |
| | | | ||||||
| | * | Merged revisions 85492 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85492 | antoine.pitrou | 2010-10-14 22:35:26 +0200 (jeu., 14 oct. 2010) | 3 lines Increase timeouts in test_ftplib (for very slow buildbots) ........ | |||||
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........ | |||||
* | | | reverting 9688977ef567 committed by accident | Giampaolo Rodola' | 2011-05-07 | 1 | -9/+9 | |
| | | | ||||||
* | | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 ↵ | Giampaolo Rodola' | 2011-05-07 | 1 | -9/+9 | |
| | | | | | | | | | | | | seconds is way too much when we expect a server response which never comes in. | |||||
* | | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 ↵ | Giampaolo Rodola' | 2011-05-07 | 1 | -9/+9 | |
| | | | | | | | | | | | | seconds is way too much when we expect a server response which never comes in. | |||||
* | | | #11072- applying http://bugs.python.org/review/11072/show suggestions | Giampaolo Rodola' | 2011-05-07 | 1 | -4/+7 | |
| | | | ||||||
* | | | Issue #11072: added MLSD command (RFC-3659) support to ftplib. | Giampaolo Rodola' | 2011-05-06 | 1 | -1/+85 | |
| | | | ||||||
* | | | Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". | Victor Stinner | 2011-04-30 | 1 | -7/+2 | |
| | | | | | | | | | | | | Patch written by Charles-Francois Natali. | |||||
* | | | Issue #11811: Factor out detection of IPv6 support on the current host | Antoine Pitrou | 2011-04-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | and make it available as `test.support.IPV6_ENABLED`. Patch by Charles-François Natali. | |||||
* | | | Issue #11748: try to fix sporadic failures in test_ftplib | Antoine Pitrou | 2011-04-03 | 1 | -6/+16 | |
| | | | ||||||
* | | | #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. | Giampaolo Rodolà | 2011-03-08 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix issue 8594: adds a source_address parameter to ftplib module. | Giampaolo Rodolà | 2011-02-28 | 1 | -0/+14 | |
|/ / | ||||||
* | | fix ftplib resource warnings | Benjamin Peterson | 2010-10-31 | 1 | -0/+2 | |
| | | ||||||
* | | Clean up socket closing in test_ftplib. | Brett Cannon | 2010-10-29 | 1 | -35/+34 | |
| | | ||||||
* | | Increase timeouts in test_ftplib (for very slow buildbots) | Antoine Pitrou | 2010-10-14 | 1 | -13/+13 | |
| | | ||||||
* | | Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher | Giampaolo Rodolà | 2010-10-04 | 1 | -2/+1 | |
| | | ||||||
* | | fix issue 9601: ftplib now provides a workaround for invalid response code ↵ | Giampaolo Rodolà | 2010-08-23 | 1 | -0/+12 | |
| | | | | | | | | returned on MKD and PWD by non-compliant FTPserver implementations such as ISS shipped with Windows server 2003 | |||||
* | | as per discussion with antoine revert changes made in 83708 as the user ↵ | Giampaolo Rodolà | 2010-08-04 | 1 | -30/+6 | |
| | | | | | | | | useing ftplib's readline methods is supposed to always use a binary file | |||||
* | | fix issue #6822: ftplib's storline method doesn't work with text files | Giampaolo Rodolà | 2010-08-04 | 1 | -6/+30 | |
| | | ||||||
* | | fix wrong assertIs context | Giampaolo Rodolà | 2010-05-26 | 1 | -1/+1 | |
| | | ||||||
* | | Fix issue #8806: add SSL contexts support to ftplib | Giampaolo Rodolà | 2010-05-26 | 1 | -0/+23 | |
| | | ||||||
* | | Fix issue #4972: adds ftplib.FTP context manager protocol | Giampaolo Rodolà | 2010-05-10 | 1 | -11/+60 | |
| | |