summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [3.10] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-1026...Miss Islington (bot)2023-03-291-10/+14
* 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-252-0/+16
* 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
* gh-102595: Document `PyObject_Format` c-api function (GH-102596)Miss Islington (bot)2023-03-221-0/+9
* 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-155-8/+24
* [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717)Hugo van Kemenade2023-03-151-2/+2
* gh-102703: Fix typo in modules tutorial documentation (GH-102707)Miss Islington (bot)2023-03-151-1/+1
* [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102...Miss Islington (bot)2023-03-145-6/+6
* gh-100315: clarification to `__slots__` docs. (GH-102621)Miss Islington (bot)2023-03-141-2/+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-132-2/+2
* 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
* Add gettext support to tools/extensions/c_annotations.py (GH-101989)Miss Islington (bot)2023-03-062-3/+9
* 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] [doc] Improve grammar/fix missing word (GH-102060) (GH-102278)Miss Islington (bot)2023-02-262-2/+2
* [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 typo in `Py_GetPythonHome` signature (GH-102168)Miss Islington (bot)2023-02-231-1/+1
* 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