1. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  2. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  3. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  4. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 9 years ago
  5. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  6. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  7. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  8. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  9. bfdec62 merge 3.4 (#23111) by Benjamin Peterson · 9 years ago
  10. 36fe792 make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) by Benjamin Peterson · 9 years ago
  11. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  12. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  13. 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
  14. 69b1e26 Issue #20978: pyflakes: fix undefined names by Victor Stinner · 10 years ago
  15. e5b5edf Issue #19781: ftplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  16. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  17. 2acc456 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  18. c30b178 Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  19. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  20. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  21. 11a9bd6 ftplib: update connect() docstring by mentioning 'timeout' argument by Giampaolo Rodola' · 11 years ago
  22. a77d7a5 (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not installed by Giampaolo Rodola' · 11 years ago
  23. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  24. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  25. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  26. 3ff5e75 Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were duplicated in TLS_FTP class. by Giampaolo Rodola' · 11 years ago
  27. 94c56a1 PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...) by Giampaolo Rodola' · 11 years ago
  28. 87632f1 #6623: Add explicit deprecation warning for ftplib.Netrc. by R David Murray · 11 years ago
  29. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  30. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 11 years ago
  31. b6375a2 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 11 years ago
  32. 57f3487 Issue 16646 (ftplib): deliberately use intermediate variable after catching exception by Giampaolo Rodola' · 11 years ago
  33. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 11 years ago
  34. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 11 years ago
  35. 836e9aa fix #13563: make use of with statement in ftplib.py where needed by Giampaolo Rodola' · 12 years ago
  36. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 13 years ago
  37. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  38. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  39. 096dcb1 Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text. by Giampaolo Rodola' · 13 years ago
  40. ffc235c merge with 3.2 by Giampaolo Rodola' · 13 years ago
  41. 24befa8 merge with 3.1 by Giampaolo Rodola' · 13 years ago
  42. 0b5c21f #12002 - ftplib's abort() method raises TypeError by Giampaolo Rodola' · 13 years ago
  43. d78def9 Issue #11072: added MLSD command (RFC-3659) support to ftplib. by Giampaolo Rodola' · 13 years ago
  44. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  45. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  46. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 13 years ago
  47. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  48. d686848 In FTP.close() method, make sure to also close the socket object, not only the file. by Giampaolo Rodolà · 13 years ago
  49. 1bd93a7 fix ftplib resource warnings by Benjamin Peterson · 14 years ago
  50. a807137 wrap some things in with blocks by Benjamin Peterson · 14 years ago
  51. d5825cc Take advantage of the frozenset constant optimization. by Raymond Hettinger · 14 years ago
  52. bbc4782 fix issue 9601: ftplib now provides a workaround for invalid response code returned on MKD and PWD by non-compliant FTPserver implementations such as ISS shipped with Windows server 2003 by Giampaolo Rodolà · 14 years ago
  53. 6545ed6 remove obsolete 'import SOCKS' statement by Giampaolo Rodolà · 14 years ago
  54. f96482e as per discussion with antoine revert changes made in 83708 as the user useing ftplib's readline methods is supposed to always use a binary file by Giampaolo Rodolà · 14 years ago
  55. b939235 fix issue #6822: ftplib's storline method doesn't work with text files by Giampaolo Rodolà · 14 years ago
  56. a67299e Fix issue #8806: add SSL contexts support to ftplib by Giampaolo Rodolà · 14 years ago
  57. bd576b7 Fix issue #4972: adds ftplib.FTP context manager protocol by Giampaolo Rodolà · 14 years ago
  58. f527940 Merged revisions 80228 via svnmerge from by Giampaolo Rodolà · 14 years ago
  59. 5fb313b Merged revisions 80226 via svnmerge from by Giampaolo Rodolà · 14 years ago
  60. ceb513a Merged revisions 80172 via svnmerge from by Giampaolo Rodolà · 14 years ago
  61. 22357e1 Fix Issue #3817: 225 is now considered a valid response code for ABOR by Giampaolo Rodolà · 14 years ago
  62. 648bcd7 Merged revisions 76546 via svnmerge from by Antoine Pitrou · 15 years ago
  63. f988cd0 Merged revisions 76309 via svnmerge from by Antoine Pitrou · 15 years ago
  64. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 3a53fbb #3911 FTP.makeport was giving bad port numbers by Benjamin Peterson · 16 years ago
  66. be17a11 Merged revisions 66634 via svnmerge from by Benjamin Peterson · 16 years ago
  67. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  68. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  69. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  70. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  71. 6733d70 Change the default encoding for ftplib.FTP to latin1 so that bytes can be in by Brett Cannon · 17 years ago
  72. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  73. 52b8976 Minimal changes to make ftplib work. Basically, this opens the stream in by Guido van Rossum · 17 years ago
  74. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  75. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  76. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  77. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  78. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  79. 56be3b1 Fix new bug in ftplib.py introduced by exception scope limitation. by Guido van Rossum · 17 years ago
  80. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  81. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  82. c88a6c7 SF bug #1168983: ftplib.py string index out of range by Raymond Hettinger · 19 years ago
  83. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  84. a401ae4 Fix a regression from the 1.68->1.69 checkin: by Walter Dörwald · 22 years ago
  85. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  86. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  87. 7ce734c Use string methods where possible, and remove import string by Neal Norwitz · 22 years ago
  88. e874fc3 Closes SF patch 553277. Per GvR, reverting to original patch -- the way to by Raymond Hettinger · 22 years ago
  89. a8dd094 Patch #553277: Accept callbacks that are callable, not callbacks that are true. by Martin v. Löwis · 22 years ago
  90. b525511 Access the exception argument to see whether it starts with '500'. by Martin v. Löwis · 22 years ago
  91. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  92. e441860 Whitespace normalization. by Tim Peters · 22 years ago
  93. 24a6434 Update the docstring too. :-) by Guido van Rossum · 22 years ago
  94. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 22 years ago
  95. 2826fad Don't set passiveserver to 0 in connect(). See SF bug #495693. by Guido van Rossum · 22 years ago
  96. 1f74cb3 Oops. Catching OverflowError from int() doesn't help, since it raises by Guido van Rossum · 23 years ago
  97. b6aca6a Fix SF bug #459767: ftplib fails with files > 2GB by Guido van Rossum · 23 years ago
  98. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  99. 70297d3 Change the 227 response parser to use a more liberal regular by Guido van Rossum · 23 years ago
  100. 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago