COMMITS
/ Doc/library/ftplib.rst February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 7, 2026
G
gh-94172: delete mention of ssl_version from ftplib doc (#143515)
Giampaolo Rodola committed
July 13, 2024
M
gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)
mirelagrigoras committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 17, 2024
M
gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)
Matthew Hughes committed
February 14, 2024
A
ftplib docs: `timeout` doesn't have to be a whole number (#115443)
Alex Waygood committed
January 24, 2024
E
Docs: mark up the FTP_TLS() docs with param list (#114510)
Erlend E. Aasland committed
January 23, 2024
E
Docs: mark up FTP.connect() and FTP.login() with param lists (#114395)
Erlend E. Aasland committed
E
Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (#114399)
Erlend E. Aasland committed
January 21, 2024
E
Docs: link to sys.stdout in ftplib docs (#114396)
Erlend E. Aasland committed
E
Docs: mark up FTP() constructor with param list (#114359)
Erlend E. Aasland committed
E
Docs: mark up the FTP debug levels as a list (#114360)
Erlend E. Aasland committed
January 20, 2024
E
Docs: Add missing line continuation to FTP_TLS class docs (#114352)
Erlend E. Aasland committed
E
Docs: structure the ftplib reference (#114317)
Erlend E. Aasland committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
June 6, 2023
V
gh-94172: Update keyfile removal documentation (#105392)
Victor Stinner committed
December 28, 2022
H
gh-94172: Update docs for params removed in 3.12 (#100431)
Hugo van Kemenade committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
May 7, 2021
S
Simple Enhancement. Add missing return statements in ftplib documentation. (GH-25968)
Senthil Kumaran committed
April 13, 2020
S
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
Sebastian Pedersen committed
January 13, 2020
D
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
Dong-hee Na committed
September 26, 2019
P
bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319)
Prateek Nayak committed
S
Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271)
Stéphane Wirtel committed
September 11, 2019
A
Update ftplib.all_errors documentation to match code (#15026)
Andrew Scheller committed
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
May 31, 2018
S
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka committed
March 13, 2017
J
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652)
Jelle Zijlstra committed
J
fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653)
Jelle Zijlstra committed
September 10, 2016
C
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes committed
August 10, 2016
Z
Issue #27210: Fix doctests for a few modules.
Zachary Ware committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 28, 2016
M
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter committed
March 18, 2016
B
Issue #26580: Remove outdated reference to ftpmirror
Berker Peksag committed
December 14, 2015
G
Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()
Gregory P. Smith committed
November 21, 2015
M
Issue #25689: Fix language in ftplib and nntplib docs
Martin Panter committed
November 14, 2015
M
Fix a few grammar problems in the documentation and comments
Martin Panter committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
December 30, 2014
B
update docs for #23111
Benjamin Peterson committed
October 8, 2014
B
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
Berker Peksag committed
March 22, 2014
A
December 2, 2013
C
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
Christian Heimes committed
October 13, 2013
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
October 6, 2013
G
Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example.
Georg Brandl committed
December 26, 2012
J
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
Jesus Cea committed
J
Closes #16789: :meth:`quit` links to constants instead of own module
Jesus Cea committed
October 5, 2012
E
Merge ftplib doc fix with 3.2.
Ezio Melotti committed
E
The file obj passed to ftp.storbinary/storlines must be opened in binary mode.
Ezio Melotti committed