summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (...Christian Heimes2022-01-131-2/+2
* [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30541)Miss Islington (bot)2022-01-112-2/+3
* closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...Miss Islington (bot)2022-01-111-17/+17
* [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
* bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)Miss Islington (bot)2022-01-071-5/+4
* bpo-46216: remove spurious link to os.system() from os.time() documentation (...Miss Islington (bot)2022-01-071-8/+8
* bpo-24650: Use full term "generator function" in yield expressions docs (GH-2...Miss Islington (bot)2022-01-071-2/+2
* [3.9] bpo-46251: Add 'Security Considerations' section to logging configuraâ€...Miss Islington (bot)2022-01-061-0/+14
* Fix missing "," in the documentation of Executor Objects (GH-30404)Miss Islington (bot)2022-01-041-1/+1
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...Miss Islington (bot)2022-01-041-1/+2
* bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH...Miss Islington (bot)2022-01-041-1/+1
* bpo-34538: Remove Exception subclassing from tutorial (GH-30361)Miss Islington (bot)2022-01-031-35/+1
* bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...Miss Islington (bot)2022-01-031-1/+6
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343)Miss Islington (bot)2022-01-025-173/+14
* Update copyright year to 2022. (GH-30335)Miss Islington (bot)2022-01-022-2/+2
* bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH...Miss Islington (bot)2022-01-011-6/+6
* doc: fix a typo in unittest.mock.rst (GH-30227) (GH-30263)Miss Islington (bot)2021-12-261-1/+1
* Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)Miss Islington (bot)2021-12-261-2/+3
* 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
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Miss Islington (bot)2021-12-191-3/+6
* bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30187)Miss Islington (bot)2021-12-181-8/+8
* [3.9] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (...Miss Islington (bot)2021-12-181-9/+8
* [3.9] bpo-46044: Annotate deprecated sdists formats (GH-30043) (GH-30155)Miss Islington (bot)2021-12-171-19/+22
* bpo-28816: [doc] clarify that zipimport invokes importers only for python fil...Miss Islington (bot)2021-12-161-2/+2
* Fix the output of built-in iter() function example in Iterators (Section 9.8)...Miss Islington (bot)2021-12-161-1/+1
* Add Positional only arguments forward slash (/) to sorted() function in Built...Miss Islington (bot)2021-12-151-1/+1
* [3.9] bpo-46063: Improve algorithm for computing which rolled-over log fileâ€...Miss Islington (bot)2021-12-141-0/+17
* Clarify new_event_loop return value. (GH-30078) (GH-30089)Miss Islington (bot)2021-12-131-1/+1
* [3.9] bpo-45840: Improve cross-references in the data model documentation (G...Alex Waygood2021-12-131-53/+75
* bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (G...Miss Islington (bot)2021-12-131-1/+2
* bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042)Miss Islington (bot)2021-12-111-3/+3
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (...Miss Islington (bot)2021-12-111-1/+1
* bpo-42114: ctypes documentation: fix winmode parameter default value (GH-2997...Miss Islington (bot)2021-12-101-3/+3
* bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...Miss Islington (bot)2021-12-101-9/+10
* bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)Miss Islington (bot)2021-12-071-5/+5
* [3.9] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)...Miss Islington (bot)2021-12-071-0/+9
* bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...Miss Islington (bot)2021-12-071-2/+2
* bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)Miss Islington (bot)2021-12-041-1/+1
* docs: Improve example for urlparse() (GH-29816) (GH-29889)Miss Islington (bot)2021-12-021-31/+42
* bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)Miss Islington (bot)2021-12-011-3/+4
* bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...Miss Islington (bot)2021-11-301-2/+2
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)Miss Islington (bot)2021-11-291-4/+18
* [3.9] [Doc] Add info to logging cookbook about running logging socket listene...Miss Islington (bot)2021-11-291-0/+22
* bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-2...Miss Islington (bot)2021-11-241-0/+5
* [3.9] bpo-45845: Change link for pyserial (GH-29675)Miss Islington (bot)2021-11-201-2/+2
* bpo-44844: Remove unresponsive web link (GH-29651)Miss Islington (bot)2021-11-201-3/+0
* bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-2964...Miss Islington (bot)2021-11-201-1/+1
* [3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-2...Miss Islington (bot)2021-11-182-7/+6