| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | #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 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 |
|
|
* | Change the default encoding for ftplib.FTP to latin1 so that bytes can be in | Brett Cannon | 2007-10-08 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -24/+23 |
|
|
* | Minimal changes to make ftplib work. Basically, this opens the stream in | Guido van Rossum | 2007-07-17 | 1 | -4/+5 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -3/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -26/+25 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -9/+9 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -2/+2 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
|
|
* | Fix new bug in ftplib.py introduced by exception scope limitation. | Guido van Rossum | 2007-01-14 | 1 | -1/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -3/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+11 |
|
|
* | SF bug #1168983: ftplib.py string index out of range | Raymond Hettinger | 2005-04-05 | 1 | -7/+16 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -4/+4 |
|
|
* | Fix a regression from the 1.68->1.69 checkin: | Walter Dörwald | 2002-06-03 | 1 | -1/+1 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -3/+3 |
|
|
* | Replace boolean test with is None | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Use string methods where possible, and remove import string | Neal Norwitz | 2002-05-31 | 1 | -6/+5 |
|
|
* | Closes SF patch 553277. Per GvR, reverting to original patch -- the way to | Raymond Hettinger | 2002-05-12 | 1 | -1/+1 |
|
|
* | Patch #553277: Accept callbacks that are callable, not callbacks that are true. | Martin v. Löwis | 2002-05-08 | 1 | -1/+1 |
|
|
* | Access the exception argument to see whether it starts with '500'. | Martin v. Löwis | 2002-03-10 | 1 | -2/+2 |
|
|
* | The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. | Martin v. Löwis | 2002-02-16 | 1 | -4/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-02-16 | 1 | -7/+7 |
|
|
* | Update the docstring too. :-) | Guido van Rossum | 2001-12-28 | 1 | -1/+1 |
|
|
* | SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password | Guido van Rossum | 2001-12-28 | 1 | -13/+8 |
|
|
* | Don't set passiveserver to 0 in connect(). See SF bug #495693. | Guido van Rossum | 2001-12-23 | 1 | -1/+0 |
|
|