summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)2023-08-221-0/+5
* [3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754)Eric Snow2023-08-111-0/+3
* [3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107039)Miss Islington (bot)2023-07-221-1/+1
* [3.10] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...Miss Islington (bot)2023-07-051-0/+3
* [3.10] Clarify the supported cases in the tokenize module (GH-105569) (#105575)Miss Islington (bot)2023-06-091-0/+9
* [3.10] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-0/+14
* [3.10] [3.11] gh-102153: Start stripping C0 control and space chars in `urlsp...Miss Islington (bot)2023-05-171-2/+36
* [3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...Matěj Cepl2023-05-102-19/+466
* gh-102899: Fix doc link for getting filesystem error handler (GH-102901)Miss Islington (bot)2023-04-051-1/+1
* gh-81762: Clarify and simplify description of print's flush param (GH-103264)Miss Islington (bot)2023-04-051-2/+3
* Improve some grammar in the socket docs (GH-103254)Miss Islington (bot)2023-04-041-4/+4
* 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