summaryrefslogtreecommitdiffstats
path: root/Lib/ftplib.py
Commit message (Expand)AuthorAgeFilesLines
* 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-25/+31
|\
| * Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-25/+31
* | 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-1/+11
|\ \ | |/
| * merge with 3.1Giampaolo Rodola'2011-05-071-1/+11
| |\
| | * #12002 - ftplib's abort() method raises TypeErrorGiampaolo Rodola'2011-05-071-1/+2
* | | 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-1/+1
|\ \ \ | |/ /
| * | #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
* | | 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
|/ /
* | fix ftplib resource warningsBenjamin Peterson2010-10-311-0/+1
* | wrap some things in with blocksBenjamin Peterson2010-10-311-38/+33
* | Take advantage of the frozenset constant optimization.Raymond Hettinger2010-09-051-7/+7
* | fix issue 9601: ftplib now provides a workaround for invalid response code re...Giampaolo Rodolà2010-08-231-2/+10
* | remove obsolete 'import SOCKS' statementGiampaolo Rodolà2010-08-211-7/+1
* | as per discussion with antoine revert changes made in 83708 as the user usein...Giampaolo Rodolà2010-08-041-19/+6
* | fix issue #6822: ftplib's storline method doesn't work with text filesGiampaolo Rodolà2010-08-041-6/+19
* | Fix issue #8806: add SSL contexts support to ftplibGiampaolo Rodolà2010-05-261-5/+20
* | Fix issue #4972: adds ftplib.FTP context manager protocolGiampaolo Rodolà2010-05-101-0/+14
* | Merged revisions 80226 via svnmerge fromGiampaolo Rodolà2010-04-191-0/+4
* | Merged revisions 80172 via svnmerge fromGiampaolo Rodolà2010-04-181-1/+1
* | Merged revisions 76546 via svnmerge fromAntoine Pitrou2009-11-271-4/+5
* | Merged revisions 76309 via svnmerge fromAntoine Pitrou2009-11-171-0/+176
|/
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-3/+1
* #3911 FTP.makeport was giving bad port numbersBenjamin Peterson2008-09-271-1/+1
* Merged revisions 66634 via svnmerge fromBenjamin Peterson2008-09-271-3/+4
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-2/+3
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-4/+5
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-1/+1
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-19/+54
* Change the default encoding for ftplib.FTP to latin1 so that bytes can be inBrett Cannon2007-10-081-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-24/+23
* Minimal changes to make ftplib work. Basically, this opens the stream inGuido van Rossum2007-07-171-4/+5
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-3/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-26/+25
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-9/+9
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Fix new bug in ftplib.py introduced by exception scope limitation.Guido van Rossum2007-01-141-1/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+11
* SF bug #1168983: ftplib.py string index out of rangeRaymond Hettinger2005-04-051-7/+16
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* Fix a regression from the 1.68->1.69 checkin:Walter Dörwald2002-06-031-1/+1