Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) | mirelagrigoras | 2024-07-13 | 1 | -1/+1 |
| | | | Co-authored-by: Mirela Andreea GRIGORAS <magrigoras@bitdefender.com> | ||||
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
| | |||||
* | gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825) | Matthew Hughes | 2024-02-17 | 1 | -2/+2 |
| | | | | Since 2f3941d743481ac48628b8b2c075f2b82762050b this function returns the response string, rather than nothing. | ||||
* | ftplib docs: `timeout` doesn't have to be a whole number (#115443) | Alex Waygood | 2024-02-14 | 1 | -3/+3 |
| | |||||
* | Docs: mark up the FTP_TLS() docs with param list (#114510) | Erlend E. Aasland | 2024-01-24 | 1 | -10/+46 |
| | | | Also turn sentence about prot_p() into a note. | ||||
* | Docs: mark up FTP.connect() and FTP.login() with param lists (#114395) | Erlend E. Aasland | 2024-01-23 | 1 | -33/+70 |
| | | | | | | Use rst substitutions to reduce raw text duplication. Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (#114399) | Erlend E. Aasland | 2024-01-23 | 1 | -16/+46 |
| | | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> | ||||
* | Docs: link to sys.stdout in ftplib docs (#114396) | Erlend E. Aasland | 2024-01-21 | 1 | -2/+2 |
| | |||||
* | Docs: mark up FTP() constructor with param list (#114359) | Erlend E. Aasland | 2024-01-21 | 1 | -11/+37 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | Docs: mark up the FTP debug levels as a list (#114360) | Erlend E. Aasland | 2024-01-21 | 1 | -6/+9 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | Docs: Add missing line continuation to FTP_TLS class docs (#114352) | Erlend E. Aasland | 2024-01-20 | 1 | -1/+1 |
| | | | Regression introduced by b1ad5a5d4. | ||||
* | Docs: structure the ftplib reference (#114317) | Erlend E. Aasland | 2024-01-20 | 1 | -244/+250 |
| | | | | | | | | Introduce the following headings and subheadings: - Reference * FTP objects * FTP_TLS objects * Module variables | ||||
* | gh-106909: Use role :const: for referencing module constants (GH-106910) | Serhiy Storchaka | 2023-07-21 | 1 | -2/+2 |
| | |||||
* | gh-106892: Use roles :data: and :const: for referencing module variables ↵ | Serhiy Storchaka | 2023-07-21 | 1 | -1/+1 |
| | | | | (GH-106894) | ||||
* | gh-94172: Update keyfile removal documentation (#105392) | Victor Stinner | 2023-06-06 | 1 | -7/+1 |
| | | | | Remove the "deprecated:: 3.6" markup, since the parameters (like keyfile and certfile) got removed in Python 3.12. | ||||
* | gh-94172: Update docs for params removed in 3.12 (#100431) | Hugo van Kemenade | 2022-12-28 | 1 | -6/+5 |
| | | | | Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com> | ||||
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Christian Heimes | 2022-08-02 | 1 | -0/+2 |
| | | | | | | Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Michael Droettboom <mdboom@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) | Mariusz Felisiak | 2021-07-26 | 1 | -1/+1 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | Simple Enhancement. Add missing return statements in ftplib documentation. ↵ | Senthil Kumaran | 2021-05-07 | 1 | -0/+2 |
| | | | | (GH-25968) | ||||
* | bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) | Sebastian Pedersen | 2020-04-13 | 1 | -13/+20 |
| | | | | | Add the encoding in ftplib.FTP and ftplib.FTP_TLS to the constructor as keyword-only and change the default from "latin-1" to "utf-8" to follow RFC 2640. | ||||
* | 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 |
| | | | The documentation doesn't mention the `EOFError` that https://github.com/python/cpython/blob/master/Lib/ftplib.py#L66 includes | ||||
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -3/+3 |
| | | | Also updates some (unreleased) event names to be consistent with the others. | ||||
* | 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 |
| | | | | 85% of them are already links. | ||||
* | 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 |
| | | | | | | | The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet. | ||||
* | Issue #27210: Fix doctests for a few modules. | Zachary Ware | 2016-08-10 | 1 | -1/+1 |
| | | | | Initial patch by Jelle Zijlstra. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 1 | -1/+1 |
| | | | | Patch by Anish Shah and Aatish Neupane. | ||||
* | Issue #26580: Remove outdated reference to ftpmirror | Berker Peksag | 2016-03-18 | 1 | -6/+0 |
| | | | | Patch by SilentGhost. | ||||
* | Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() | Gregory P. Smith | 2015-12-14 | 1 | -3/+3 |
| | | | | | | APIs into a note that mlsd() is a nicer API if the server supports it. They aren't deprecated, they are all different server commands. Not all servers support all commands. | ||||
* | Issue #25689: Fix language in ftplib and nntplib docs | Martin Panter | 2015-11-21 | 1 | -2/+1 |
| | | | | Original patch by Silent Ghost. | ||||
* | 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 |
| | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | 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 |
| | | | | The correct parameter name is "fp", not "file". | ||||
* | Issue #20913: improve the SSL security considerations to first advocate ↵ | Antoine Pitrou | 2014-03-22 | 1 | -33/+22 |
| | | | | using create_default_context(). | ||||
* | Issue #19781: ftplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+10 |
| | | | | indication for TLS/SSL connections. | ||||
* | 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 ↵ | Georg Brandl | 2013-10-06 | 1 | -13/+13 |
| | | | | ftplib example. | ||||
* | 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 |
| | |