1. 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  2. 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
  3. 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
  4. ffc235c merge with 3.2 by Giampaolo Rodola' · 13 years ago
  5. 24befa8 merge with 3.1 by Giampaolo Rodola' · 13 years ago
  6. 0b5c21f #12002 - ftplib's abort() method raises TypeError by Giampaolo Rodola' · 13 years ago
  7. d78def9 Issue #11072: added MLSD command (RFC-3659) support to ftplib. by Giampaolo Rodola' · 13 years ago
  8. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  9. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  10. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 13 years ago
  11. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  12. d686848 In FTP.close() method, make sure to also close the socket object, not only the file. by Giampaolo Rodolà · 13 years ago
  13. 1bd93a7 fix ftplib resource warnings by Benjamin Peterson · 14 years ago
  14. a807137 wrap some things in with blocks by Benjamin Peterson · 14 years ago
  15. d5825cc Take advantage of the frozenset constant optimization. by Raymond Hettinger · 14 years ago
  16. 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
  17. 6545ed6 remove obsolete 'import SOCKS' statement by Giampaolo Rodolà · 14 years ago
  18. 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
  19. b939235 fix issue #6822: ftplib's storline method doesn't work with text files by Giampaolo Rodolà · 14 years ago
  20. a67299e Fix issue #8806: add SSL contexts support to ftplib by Giampaolo Rodolà · 14 years ago
  21. bd576b7 Fix issue #4972: adds ftplib.FTP context manager protocol by Giampaolo Rodolà · 14 years ago
  22. f527940 Merged revisions 80228 via svnmerge from by Giampaolo Rodolà · 14 years ago
  23. 5fb313b Merged revisions 80226 via svnmerge from by Giampaolo Rodolà · 14 years ago
  24. ceb513a Merged revisions 80172 via svnmerge from by Giampaolo Rodolà · 14 years ago
  25. 22357e1 Fix Issue #3817: 225 is now considered a valid response code for ABOR by Giampaolo Rodolà · 14 years ago
  26. 648bcd7 Merged revisions 76546 via svnmerge from by Antoine Pitrou · 15 years ago
  27. f988cd0 Merged revisions 76309 via svnmerge from by Antoine Pitrou · 15 years ago
  28. 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
  29. 3a53fbb #3911 FTP.makeport was giving bad port numbers by Benjamin Peterson · 16 years ago
  30. be17a11 Merged revisions 66634 via svnmerge from by Benjamin Peterson · 16 years ago
  31. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  32. 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
  33. 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
  34. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
  35. 6733d70 Change the default encoding for ftplib.FTP to latin1 so that bytes can be in by Brett Cannon · 17 years ago
  36. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  37. 52b8976 Minimal changes to make ftplib work. Basically, this opens the stream in by Guido van Rossum · 17 years ago
  38. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  39. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  40. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  41. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  42. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  43. 56be3b1 Fix new bug in ftplib.py introduced by exception scope limitation. by Guido van Rossum · 18 years ago
  44. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  45. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  46. c88a6c7 SF bug #1168983: ftplib.py string index out of range by Raymond Hettinger · 19 years ago
  47. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  48. a401ae4 Fix a regression from the 1.68->1.69 checkin: by Walter Dörwald · 22 years ago
  49. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  50. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  51. 7ce734c Use string methods where possible, and remove import string by Neal Norwitz · 22 years ago
  52. e874fc3 Closes SF patch 553277. Per GvR, reverting to original patch -- the way to by Raymond Hettinger · 22 years ago
  53. a8dd094 Patch #553277: Accept callbacks that are callable, not callbacks that are true. by Martin v. Löwis · 22 years ago
  54. b525511 Access the exception argument to see whether it starts with '500'. by Martin v. Löwis · 22 years ago
  55. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  56. e441860 Whitespace normalization. by Tim Peters · 22 years ago
  57. 24a6434 Update the docstring too. :-) by Guido van Rossum · 23 years ago
  58. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  59. 2826fad Don't set passiveserver to 0 in connect(). See SF bug #495693. by Guido van Rossum · 23 years ago
  60. 1f74cb3 Oops. Catching OverflowError from int() doesn't help, since it raises by Guido van Rossum · 23 years ago
  61. b6aca6a Fix SF bug #459767: ftplib fails with files > 2GB by Guido van Rossum · 23 years ago
  62. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  63. 70297d3 Change the 227 response parser to use a more liberal regular by Guido van Rossum · 23 years ago
  64. 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
  65. 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
  66. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  67. 0e8468c remove global decl about unused variable by Jeremy Hylton · 23 years ago
  68. 9c98a42 Move some constant initialization from FTP.__init__() and FTP.connect() by Fred Drake · 23 years ago
  69. 4ac8347 Provide a default for the blocksize arg of storbinary(). by Guido van Rossum · 23 years ago
  70. c95bf69 String method conversion. by Eric S. Raymond · 23 years ago
  71. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  72. e6ccf3a Default to passive mode. See SF bug #126851. by Guido van Rossum · 24 years ago
  73. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  74. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  75. 100d81e Added support for RFC 959's REST command (restart), closing SF patch by Barry Warsaw · 24 years ago
  76. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  77. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
  78. 93a7c0f Fredrik Lundh: by Guido van Rossum · 24 years ago
  79. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  80. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  81. 1ebcf6a Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  82. d5f173b FTP.dir(): Fix typo in docstring. by Fred Drake · 25 years ago
  83. c822a45 Add warning to Netrc's docstring that it is obsolete -- use the netrc by Guido van Rossum · 26 years ago
  84. c6769c5 Typo discovered by Just. by Guido van Rossum · 26 years ago
  85. 6bbd1d0 According to Robin Dunn, at least one FTP server returns 200 instead by Guido van Rossum · 26 years ago
  86. 9291d27 parse150(): Simplify RE used to parse the message a little, taking advantage by Fred Drake · 26 years ago
  87. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  88. 9824509 Add rmd() (remove directory command); fix comment in parse257. by Guido van Rossum · 26 years ago
  89. ab76af3 Provide default for blocksize on retrbinary (Skip Montanaro). by Guido van Rossum · 27 years ago
  90. acfb82a Use re instead of regex. Also remove bogus return statement from __init__(). by Guido van Rossum · 27 years ago
  91. 2f3941d Return the error code from most commands, rather than swallowing it. by Guido van Rossum · 27 years ago
  92. 475d51d Wrapped up the ~/.netrc support. This is basically just the changes Guido & by Fred Drake · 27 years ago
  93. 56d1e3a Added Fred Drake's netrc parser class. by Guido van Rossum · 27 years ago
  94. 4de02d9 (ftplib.py): Added parse150() function and FTP.ntransfercmd(). This allows by Fred Drake · 28 years ago
  95. 24611f8 Always open file objects in binary mode. by Guido van Rossum · 28 years ago
  96. d2560b0 Docstringified and PASV support by Siebren (including new ftpcp() function). by Guido van Rossum · 28 years ago
  97. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 28 years ago
  98. 0eaa74b add acct() method to send new account name by Guido van Rossum · 29 years ago
  99. a61bdeb add delete() method to ftp object by Guido van Rossum · 29 years ago
  100. c0e68d1 actualized example, catch EOFError, print retrieved lines if debugging>2 by Guido van Rossum · 29 years ago