summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) ↵Christian Heimes2022-01-131-2/+2
| | | | | (GH-30574) Co-authored-by: Christian Heimes <christian@python.org>
* [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30541)Miss Islington (bot)2022-01-112-2/+3
| | | | | | | (cherry picked from commit 6f05e1ec193c132015e9a23d1137b1731596f186) Co-authored-by: Julien Palard <julien@palard.fr> Co-authored-by: Julien Palard <julien@palard.fr>
* closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match ↵Miss Islington (bot)2022-01-111-17/+17
| | | | | | | the current source code (GH-30387) (cherry picked from commit 43c5c1369cb21f08a1dc1d63923c3586b883e3e8) Co-authored-by: Julian Gilbey <julian-git@d-and-j.net>
* [3.9] bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)Miss Islington (bot)2022-01-081-8/+9
|
* bpo-46290: Fix parameter names in dataclasses docs (GH-30450)Miss Islington (bot)2022-01-081-12/+12
| | | | | (cherry picked from commit ef5376e69e72fa922d7f1b3df47b99d3576f9df1) Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
* bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)Miss Islington (bot)2022-01-071-5/+4
| | | | | | Co-authored-by: Ian Kelling <ian@iankelling.org> (cherry picked from commit 6d07a9fb7cb31433c376a1aa20ea32001da0a418) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* bpo-46216: remove spurious link to os.system() from os.time() documentation ↵Miss Islington (bot)2022-01-071-8/+8
| | | | | | | | | | (GH-30326) (GH-30460) Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit 9b7aa6a9d678ba798c57fa5bbc800014dfe4fb91) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
* bpo-24650: Use full term "generator function" in yield expressions docs ↵Miss Islington (bot)2022-01-071-2/+2
| | | | | | | (GH-24663) (cherry picked from commit 273cb8e7577d143830404f6779946a0bedb58758) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* [3.9] bpo-46251: Add 'Security Considerations' section to logging ↵Miss Islington (bot)2022-01-061-0/+14
| | | | configura… (GH-30411) (GH-30448)
* Fix missing "," in the documentation of Executor Objects (GH-30404)Miss Islington (bot)2022-01-041-1/+1
| | | | | | | (cherry picked from commit f404e26d749c85eef7b5be836375260855050ee3) Co-authored-by: Philipp Claßen <philipp.classen@posteo.de> Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… ↵Miss Islington (bot)2022-01-041-1/+2
| | | | | | | | | | | | (GH-30168) * bpo-20369: concurrent.futures.wait() now deduplicates futures given as arg. * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 7d7817cf0f826e566d8370a0e974bbfed6611d91) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
* bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) ↵Miss Islington (bot)2022-01-041-1/+1
| | | | | | | | | | | | | | | | (GH-30396) `ResourceWarning` is ignored by default. Document this behaviour, for consistency with others in this table such as `DeprecationWarning`. Documentation PR can skip NEWS file. Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit b949845b36b999185ed2bdf8a04dca1da39f3002) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* bpo-34538: Remove Exception subclassing from tutorial (GH-30361)Miss Islington (bot)2022-01-031-35/+1
| | | | | | | | | | Remove the bit about subclassing exceptions. Documentation PR can skip the NEWS label. Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit 2db56130631255ca2eb504519430fb2f1fe789e9) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with ↵Miss Islington (bot)2022-01-031-1/+6
| | | | | | | | | multiple leading periods (GH-30347) (GH-30369) (cherry picked from commit 51700bf08b0dd4baf998440b2ebfaa488a2855ba) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343)Miss Islington (bot)2022-01-025-173/+14
| | | | | | (cherry picked from commit ee2549c2ba8bae00f2b2fea8a39c6dfbd1d06520) Co-authored-by: Julien Palard <julien@palard.fr>
* Update copyright year to 2022. (GH-30335)Miss Islington (bot)2022-01-022-2/+2
| | | | | | Automerge-Triggered-By: GH:benjaminp (cherry picked from commit ba00f0d93a4aea85ae8089f139856a7c450584d7) Co-authored-by: Benjamin Peterson <benjamin@python.org>
* bpo-46079: Replace external link that is down for maintenance. (GH-30315) ↵Miss Islington (bot)2022-01-011-6/+6
| | | | (GH-30329)
* doc: fix a typo in unittest.mock.rst (GH-30227) (GH-30263)Miss Islington (bot)2021-12-261-1/+1
| | | | | | (cherry picked from commit 10bf0a9ac3c9bbde2fa8989d9435462f0e7da545) Co-authored-by: Joe <nigelchiang@outlook.com>
* Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)Miss Islington (bot)2021-12-261-2/+3
| | | | | (cherry picked from commit 32096df0e00e692ee6dc688e62213bff0dffd573) Co-authored-by: Julien Palard <julien@palard.fr>
* Update potentially confusing note for mean. (GH-30174) (GH-30221)Miss Islington (bot)2021-12-211-4/+5
|
* [3.9] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30210)Miss Islington (bot)2021-12-201-1/+1
| | | | | | | | | See discussion in GH-30179. (cherry picked from commit 7c5c3f7254d78babcaf7a2ec187fd6ec53b8403c) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Automerge-Triggered-By: GH:Fidget-Spinner
* bpo-46076: Improve documentation for per-attribute docstrings with ↵Miss Islington (bot)2021-12-191-3/+6
| | | | `__slots__` (GH-30109) (GH-30207)
* bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30187)Miss Islington (bot)2021-12-181-8/+8
| | | | | | | | | | | | * Fix-1 - isidentifier() function output * Fix-2 Update the str.splitlines() function parameter * Fix-3 Removed unwanted full stop for str and bytes types double quotes examples. * Fix-4 Updated class dict from **kwarg to **kwargs (cherry picked from commit 6f2df4295123f8b961d49474b7668f7564a534a4) Co-authored-by: Vivek Vashist <vivekvashist@gmail.com>
* [3.9] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) ↵Miss Islington (bot)2021-12-181-9/+8
| | | | | | | | | (GH-30180) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> (cherry picked from commit 6ada013df170b0afb6b61a0d942388c6fd81cbc9) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.9] bpo-46044: Annotate deprecated sdists formats (GH-30043) (GH-30155)Miss Islington (bot)2021-12-171-19/+22
| | | | | Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com> Co-authored-by: Brett Cannon <brett@python.org> Co-authored-by: Éric <merwok@netwok.org>
* bpo-28816: [doc] clarify that zipimport invokes importers only for python ↵Miss Islington (bot)2021-12-161-2/+2
| | | | | | | | files (GH-30060) (GH-30134) (cherry picked from commit a951c95a13c3555ac8fb1c8ee615ba3930ccc6f7) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
* Fix the output of built-in iter() function example in Iterators (Section ↵Miss Islington (bot)2021-12-161-1/+1
| | | | | | | | 9.8) of The Python Tutorial (GH-30110) Updated the output for it=iter(s) from <iterator object at 0x00A1DB50> to <str_iterator object at 0x10c90e650> (cherry picked from commit c5d18a5014f649368b5a4bca94e9ec7d2908b481) Co-authored-by: Vivek Vashist <vivekvashist@gmail.com>
* Add Positional only arguments forward slash (/) to sorted() function in ↵Miss Islington (bot)2021-12-151-1/+1
| | | | | | | | | | Built-in Functions document (GH-30113) sorted() function is missing forward slash (/) in Built-in Functions documentation page. Automerge-Triggered-By: GH:asvetlov (cherry picked from commit f025ae63dccf96c4a1d781a6438bd9ed1502f0a1) Co-authored-by: Vivek Vashist <vivekvashist@gmail.com>
* [3.9] bpo-46063: Improve algorithm for computing which rolled-over log ↵Miss Islington (bot)2021-12-141-0/+17
| | | | file… (GH-30093) (GH-30095)
* Clarify new_event_loop return value. (GH-30078) (GH-30089)Miss Islington (bot)2021-12-131-1/+1
| | | | | (cherry picked from commit e09705f58fc2ff3cc2720c6337ae3f48bb7cb090) Co-authored-by: Paul Bryan <pbryan@anode.ca>
* [3.9] bpo-45840: Improve cross-references in the data model documentation ↵Alex Waygood2021-12-131-53/+75
| | | | | (GH-29633) (GH-30081) Backport of GH-29633 to the 3.9 branch
* bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions ↵Miss Islington (bot)2021-12-131-1/+2
| | | | | | | | | (GH-30075) (GH-30083) (cherry picked from commit 481f3ffdbe40bd19677a1ba0ac2e7cece8949b47) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
* bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042)Miss Islington (bot)2021-12-111-3/+3
| | | | | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 4fe5585240f64c3d14eb635ff82b163f92074b3a) Co-authored-by: 180909 <734461790@qq.com>
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) ↵Miss Islington (bot)2021-12-111-1/+1
| | | | | | | | | (GH-29670) A similar sentence is present in the 'Invocation from super' section of the descriptor HOWTO, where it is already correct. (cherry picked from commit ee49484c0f0d0d79e8fc40835da10b78f89ae503) Co-authored-by: Jouke Witteveen <j.witteveen@gmail.com>
* bpo-42114: ctypes documentation: fix winmode parameter default value ↵Miss Islington (bot)2021-12-101-3/+3
| | | | | | | | (GH-29976) (GH-30038) Signed-off-by: Louis Sautier <sautier.louis@gmail.com> (cherry picked from commit c1051e08b3c6d9045322763876a4b0aea98d79f9) Co-authored-by: Louis Sautier <sautier.louis@gmail.com>
* bpo-42182: stdtypes doc - update and fix links to several dunder methods ↵Miss Islington (bot)2021-12-101-9/+10
| | | | | | | (GH-27384) (cherry picked from commit 8c74713d0e349c27518080945d5f040dfd52a56e) Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
* bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)Miss Islington (bot)2021-12-071-5/+5
| | | | | (cherry picked from commit c7e7a4b969b5728d4b4f3c59bf98e1e830d5c6d6) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
* [3.9] bpo-35821: Add an example to Logger.propagate documentation. ↵Miss Islington (bot)2021-12-071-0/+9
| | | | (GH-29841) (GH-29958)
* bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ↵Miss Islington (bot)2021-12-071-2/+2
| | | | | | | (GH-29943) (cherry picked from commit 8db06528cacc94e67eb1fb2e4c2acc061a515671) Co-authored-by: James Gerity <snoopjedi@gmail.com>
* bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)Miss Islington (bot)2021-12-041-1/+1
| | | | | | (cherry picked from commit 9f2f7e42269db74a89fc8cd74d82a875787f01d7) Co-authored-by: Zachary Ware <zach@python.org>
* docs: Improve example for urlparse() (GH-29816) (GH-29889)Miss Islington (bot)2021-12-021-31/+42
| | | | | (cherry picked from commit 226d22ff2d209495621550eb78e81ed4c0fe0152) Co-authored-by: Christian Clauss <cclauss@me.com>
* bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)Miss Islington (bot)2021-12-011-3/+4
| | | | | | | (cherry picked from commit f27bef30438d2f07f19de91e021f34b77ccc4b20) Co-authored-by: Rob <r4226@pm.me> Co-authored-by: Rob <r4226@pm.me>
* bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ↵Miss Islington (bot)2021-11-301-2/+2
| | | | | | | | (GH-29801) (GH-29863) (cherry picked from commit f97ec09baf8431494fd2ef5133090c7b0afd0551) Co-authored-by: Vishal Pandey <vishalpandeyviptsk@gmail.com>
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)Miss Islington (bot)2021-11-291-4/+18
| | | | | | | | | Expanded ``astuple()`` docs, warning about deepcopy being applied and providing a workaround. Automerge-Triggered-By: GH:ericvsmith (cherry picked from commit c1f93f0d378958dfae4f24aad0c0088e3e04e403) Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
* [3.9] [Doc] Add info to logging cookbook about running logging socket ↵Miss Islington (bot)2021-11-291-0/+22
| | | | listeners i… (GH-29838) (GH-29840)
* bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) ↵Miss Islington (bot)2021-11-241-0/+5
| | | | | | | | | | | | | | | (GH-29763) Document the `port` parameter to `loop.create_server` in `asyncio`. In particular, note that if `host` resolves to multiple network interfaces, passing in `port=0` will result in a different random unused port being used for each interface. Automerge-Triggered-By: GH:ericvsmith (cherry picked from commit d71c7bc7339eb82de493c66ebbbfa1cad250ac78) Co-authored-by: Jim Crist-Harif <jcristharif@gmail.com> Co-authored-by: Jim Crist-Harif <jcristharif@gmail.com>
* [3.9] bpo-45845: Change link for pyserial (GH-29675)Miss Islington (bot)2021-11-201-2/+2
| | | | | | (cherry picked from commit 123a3527ddd7774e8db325c778927e49172e01d4) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* bpo-44844: Remove unresponsive web link (GH-29651)Miss Islington (bot)2021-11-201-3/+0
| | | | | | Threading notes by Aahz from OSCON 2001. (cherry picked from commit 985233914504c73f14a23af1c68a3709079e6913) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* bpo-45846: Fix capitalisation of Van Rossum at the start of sentence ↵Miss Islington (bot)2021-11-201-1/+1
| | | | | | | (GH-29641) (GH-29657) (cherry picked from commit bc2bc0dbdb52498d009f9f9771452e6aa4faff2b) Co-authored-by: JMcB <joel.mcbride1@live.com>
* [3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) ↵Miss Islington (bot)2021-11-182-7/+6
| | | | | | | | | (GH-29632) ... To the Installation paths section of the sysconfig doc. (cherry picked from commit 4575c01b750cd26377e803247c38d65dad15e26a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>