| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) | Sebastian Pedersen | 2020-04-13 | 1 | -13/+20 |
|
|
* | bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) | Dong-hee Na | 2020-01-13 | 1 | -0/+7 |
|
|
* | bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319) | Prateek Nayak | 2019-09-26 | 1 | -1/+1 |
|
|
* | Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) | Stéphane Wirtel | 2019-09-26 | 1 | -1/+2 |
|
|
* | Update ftplib.all_errors documentation to match code (#15026) | Andrew Scheller | 2019-09-11 | 1 | -1/+1 |
|
|
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -3/+3 |
|
|
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -0/+6 |
|
|
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -1/+1 |
|
|
* | ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) | Jelle Zijlstra | 2017-03-13 | 1 | -1/+1 |
|
|
* | fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) | Jelle Zijlstra | 2017-03-13 | 1 | -2/+2 |
|
|
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -0/+7 |
|
|
* | Issue #27210: Fix doctests for a few modules. | Zachary Ware | 2016-08-10 | 1 | -1/+1 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
|
|
* | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 1 | -1/+1 |
|
|
* | Issue #26580: Remove outdated reference to ftpmirror | Berker Peksag | 2016-03-18 | 1 | -6/+0 |
|
|
* | Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() | Gregory P. Smith | 2015-12-14 | 1 | -3/+3 |
|
|
* | Issue #25689: Fix language in ftplib and nntplib docs | Martin Panter | 2015-11-21 | 1 | -2/+1 |
|
|
* | Fix a few grammar problems in the documentation and comments | Martin Panter | 2015-11-14 | 1 | -2/+2 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|
|
* | update docs for #23111 | Benjamin Peterson | 2014-12-30 | 1 | -1/+1 |
|
|
* | Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. | Berker Peksag | 2014-10-08 | 1 | -4/+4 |
|
|
* | Issue #20913: improve the SSL security considerations to first advocate using... | Antoine Pitrou | 2014-03-22 | 1 | -33/+22 |
|
|
* | Issue #19781: ftplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+10 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -2/+2 |
|
|
* | Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ft... | Georg Brandl | 2013-10-06 | 1 | -13/+13 |
|
|
* | MERGE: Closes #16789: :meth:`quit` links to constants instead of own module | Jesus Cea | 2012-12-26 | 1 | -4/+4 |
|\ |
|
| * | Closes #16789: :meth:`quit` links to constants instead of own module | Jesus Cea | 2012-12-26 | 1 | -4/+4 |
|
|
* | | Merge ftplib doc fix with 3.2. | Ezio Melotti | 2012-10-05 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | The file obj passed to ftp.storbinary/storlines must be opened in binary mode. | Ezio Melotti | 2012-10-05 | 1 | -9/+9 |
|
|
| * | Issue 11263: Fix link to source code. | Raymond Hettinger | 2011-02-21 | 1 | -1/+1 |
|
|
* | | Documentation typo. | Florent Xicluna | 2011-10-23 | 1 | -1/+1 |
|
|
* | | Replace mentions of socket.error. | Antoine Pitrou | 2011-10-12 | 1 | -2/+1 |
|
|
* | | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne... | Giampaolo Rodola' | 2011-06-27 | 1 | -0/+8 |
|
|
* | | #11072- applying http://bugs.python.org/review/11072/show suggestions | Giampaolo Rodola' | 2011-05-07 | 1 | -8/+8 |
|
|
* | | Issue #11072: added MLSD command (RFC-3659) support to ftplib. | Giampaolo Rodola' | 2011-05-06 | 1 | -6/+23 |
|
|
* | | Fix issue 8594: adds a source_address parameter to ftplib module. | Giampaolo Rodolà | 2011-02-28 | 1 | -6/+19 |
|
|
* | | Issue 11263: Fix link to source code. | Raymond Hettinger | 2011-02-21 | 1 | -1/+1 |
|/ |
|
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
|
|
* | #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. | Georg Brandl | 2010-10-15 | 1 | -17/+27 |
|
|
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -8/+8 |
|
|
* | Clarification. | Georg Brandl | 2010-07-30 | 1 | -3/+3 |
|
|
* | Fix issue #8806: add SSL contexts support to ftplib | Giampaolo Rodolà | 2010-05-26 | 1 | -1/+4 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 1 | -1/+1 |
|
|
* | Fix issue #4972: adds ftplib.FTP context manager protocol | Giampaolo Rodolà | 2010-05-10 | 1 | -0/+19 |
|
|
* | Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,... | Benjamin Peterson | 2010-02-03 | 1 | -26/+20 |
|
|
* | Merged revisions 76546 via svnmerge from | Antoine Pitrou | 2009-11-27 | 1 | -2/+6 |
|
|
* | Merged revisions 76309 via svnmerge from | Antoine Pitrou | 2009-11-17 | 1 | -0/+59 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -1/+2 |
|
|
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -29/+28 |
|
|
* | Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge... | Benjamin Peterson | 2009-01-09 | 1 | -1/+0 |
|
|