index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
ftplib.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
1
-2/+2
*
[3.12] gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825) (G...
Miss Islington (bot)
2024-02-17
1
-2/+2
*
[3.12] ftplib docs: `timeout` doesn't have to be a whole number (GH-115443) (...
Miss Islington (bot)
2024-02-14
1
-3/+3
*
[3.12] Docs: mark up the FTP_TLS() docs with param list (GH-114510) (#114532)
Miss Islington (bot)
2024-01-24
1
-10/+46
*
[3.12] Docs: mark up FTP.connect() and FTP.login() with param lists (GH-11439...
Miss Islington (bot)
2024-01-23
1
-33/+70
*
[3.12] Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (GH-1...
Miss Islington (bot)
2024-01-23
1
-16/+46
*
[3.12] Docs: link to sys.stdout in ftplib docs (GH-114396) (#114397)
Miss Islington (bot)
2024-01-21
1
-2/+2
*
[3.12] Docs: mark up FTP() constructor with param list (GH-114359) (#114382)
Miss Islington (bot)
2024-01-21
1
-11/+37
*
[3.12] Docs: mark up the FTP debug levels as a list (GH-114360) (#114375)
Miss Islington (bot)
2024-01-21
1
-6/+9
*
[3.12] Docs: Add missing line continuation to FTP_TLS class docs (GH-114352) ...
Miss Islington (bot)
2024-01-20
1
-1/+1
*
[3.12] Docs: structure the ftplib reference (GH-114317) (#114347)
Miss Islington (bot)
2024-01-20
1
-244/+250
*
[3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
[3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
[3.12] gh-94172: Update keyfile removal documentation (GH-105392) (#105402)
Miss Islington (bot)
2023-06-06
1
-7/+1
*
gh-94172: Update docs for params removed in 3.12 (#100431)
Hugo van Kemenade
2022-12-28
1
-6/+5
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
1
-0/+2
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-1/+1
*
Simple Enhancement. Add missing return statements in ftplib documentation. (G...
Senthil Kumaran
2021-05-07
1
-0/+2
*
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
[next]