summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-103109: Document ignore_warnings() test support helper (GH-103110)Miss Islington (bot)2023-04-021-0/+15
* Minor docs improvements fix for `codeop` (GH-103123)Miss Islington (bot)2023-03-301-7/+7
* gh-103099: Link mypy docs from typing.rst (GH-103100)Miss Islington (bot)2023-03-301-0/+8
* Update pdb docs for arguments (GH-102965)Miss Islington (bot)2023-03-251-21/+21
* [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030)Miss Islington (bot)2023-03-251-2/+2
* [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002)Hugo van Kemenade2023-03-251-0/+6
* gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH...Miss Islington (bot)2023-03-241-2/+3
* [3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...Miss Islington (bot)2023-03-241-1/+1
* gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)Miss Islington (bot)2023-03-231-0/+4
* gh-102936: typing: document performance pitfalls of protocols decorated with ...Miss Islington (bot)2023-03-231-2/+18
* Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)Miss Islington (bot)2023-03-221-1/+1
* Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)Miss Islington (bot)2023-03-221-3/+3
* Docs: improve accuracy of pdb alias example (GH-102892)Miss Islington (bot)2023-03-221-1/+1
* Add link to `sys.exit` function documentation (GH-102805)Miss Islington (bot)2023-03-211-1/+1
* [3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102...Miss Islington (bot)2023-03-161-4/+3
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Miss Islington (bot)2023-03-151-1/+1
* [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717)Hugo van Kemenade2023-03-151-2/+2
* [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102...Miss Islington (bot)2023-03-143-4/+4
* doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)Miss Islington (bot)2023-03-141-3/+0
* gh-102627: Replace address pointing toward malicious web page (GH-102630)Miss Islington (bot)2023-03-131-1/+1
* [3.10] Fix duplicated words in the docs (#102645)Alex Waygood2023-03-131-1/+1
* gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)Miss Islington (bot)2023-03-131-27/+31
* gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526)Miss Islington (bot)2023-03-082-2/+2
* gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...Miss Islington (bot)2023-03-031-0/+5
* [3.10] Fix typos in documentation and comments (GH-102374) (#102377)Alex Waygood2023-03-021-1/+1
* [3.10] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102322)Hugo van Kemenade2023-03-021-43/+49
* gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)Miss Islington (bot)2023-02-271-2/+3
* gh-101100: Fix sphinx warnings in `types` module (GH-102274)Miss Islington (bot)2023-02-271-1/+1
* [3.10] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046)...Miss Islington (bot)2023-02-261-28/+38
* gh-102259: Fix re doc issue regarding right square brackets (GH-102264)Miss Islington (bot)2023-02-261-1/+2
* [3.10] GH-99818: improve the documentation for zipfile.Path and Traversable (...Shantanu2023-02-252-3/+7
* gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260)Miss Islington (bot)2023-02-251-1/+1
* asyncio docs: Fix dangling hyphen (GH-102227)Miss Islington (bot)2023-02-251-2/+2
* gh-101100: Fix Sphinx warnings in `decimal` module (GH-102125)Miss Islington (bot)2023-02-251-84/+84
* Fix syntax error in struct doc example (GH-102160)Miss Islington (bot)2023-02-231-1/+1
* GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (GH-102...Miss Islington (bot)2023-02-221-8/+8
* [3.10] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-...Miss Islington (bot)2023-02-221-3/+3
* gh-100556: Improve clarity of `or` docs (GH-100589)Miss Islington (bot)2023-02-211-2/+2
* gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026)Miss Islington (bot)2023-02-211-2/+2
* gh-99735: Use required=True in argparse subparsers example (GH-100927)Miss Islington (bot)2023-02-191-1/+1
* Fix incorrectly documented attribute in csv docs (GH-101250)Miss Islington (bot)2023-02-191-1/+1
* [3.10] gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'c...Brian Skinn2023-02-181-13/+17
* gh-100226: Clarify StreamReader.read behavior (GH-101807)Miss Islington (bot)2023-02-171-2/+10
* gh-101992: update plistlib examples to be runnable (GH-101994)Miss Islington (bot)2023-02-171-6/+15
* gh-93573: Replace wrong example domains in configparser doc (GH-93574)Miss Islington (bot)2023-02-161-23/+23
* GH-101898: Fix missing term references for hashable definition (GH-101899)Miss Islington (bot)2023-02-1412-18/+18
* Correct trivial grammar in reset_mock docs (GH-101861)Miss Islington (bot)2023-02-131-3/+3
* [3.10] gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly...Miss Islington (bot)2023-02-111-1/+1
* Docs: Fix getstatus() -> getcode() typos (GH-101296)Miss Islington (bot)2023-02-102-2/+2
* [3.10] Docs: use parameter list for sqlite3.Cursor.execute* (GH-101782) (#101...Erlend E. Aasland2023-02-101-12/+35