summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910)Serhiy Storchaka2024-01-1013-24/+24
* [3.11] gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (GH-...Hugo van Kemenade2024-01-092-81/+75
* [3.11] Docs: Link tokens in the format string grammars (GH-108184) (#113840)Miss Islington (bot)2024-01-093-8/+12
* [3.11] gh-113360: Fix the documentation of module's attribute __test__ (GH-11...Miss Islington (bot)2024-01-051-3/+3
* [3.11] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#1...Miss Islington (bot)2024-01-053-50/+58
* [3.11] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...Miss Islington (bot)2024-01-058-57/+57
* [3.11] gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs ...Miss Islington (bot)2024-01-051-0/+7
* [3.11] Document the `co_lines` method on code objects (#113682) (#113687)Alex Waygood2024-01-033-8/+46
* [3.11] `functools.partial` docs: Use the more common spelling for "referencea...Miss Islington (bot)2024-01-031-1/+1
* [3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...Ege Akman2024-01-032-10/+11
* [3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629...Hugo van Kemenade2024-01-021-1/+1
* [3.11] gh-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) (#11...Miss Islington (bot)2024-01-021-1/+4
* [3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-318-28/+27
* [3.11] Update ConfigParser docs defining valid section name (GH-110506) (#113...Miss Islington (bot)2023-12-301-1/+1
* [3.11] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (...Miss Islington (bot)2023-12-301-0/+2
* [3.11] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113554)Miss Islington (bot)2023-12-291-0/+3
* [3.11] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113...Miss Islington (bot)2023-12-282-16/+44
* [3.11] gh-67641: Clarify documentation on bytes vs text with non-seeking tarf...Miss Islington (bot)2023-12-271-4/+6
* [3.11] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113510)Miss Islington (bot)2023-12-272-12/+14
* [3.11] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) (...Miss Islington (bot)2023-12-272-4/+10
* [3.11] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) (#1...Hugo van Kemenade2023-12-262-3/+2
* [3.11] gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (GH...Miss Islington (bot)2023-12-262-3/+2
* [3.11] Docs: make htmllive: open browser when ready (GH-113288) (#113485)Miss Islington (bot)2023-12-261-3/+7
* [3.11] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-11...Miss Islington (bot)2023-12-251-0/+1
* [3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (...Miss Islington (bot)2023-12-232-0/+10
* [3.11] gh-112925: Fix error in example of `datetime.time.fromisoformat` and a...Miss Islington (bot)2023-12-231-1/+3
* [3.11] gh-113313: Note that slice support is not required for all sequences. ...Miss Islington (bot)2023-12-211-3/+3
* [3.11] Docs: OpenSSL wording ambiguity (GH-113296) (#113349)Miss Islington (bot)2023-12-211-1/+1
* [3.11] gh-113255: Clarify docs for `typing.reveal_type` (#113286) (#113326)Alex Waygood2023-12-201-12/+11
* [3.11] Fix typo in datamodel docs (GH-113314) (#113315)Miss Islington (bot)2023-12-201-1/+1
* [3.11] Fix typo in collections.abc docs example (GH-113310) (#113312)Miss Islington (bot)2023-12-201-1/+1
* [3.11] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113291)Hugo van Kemenade2023-12-191-15/+18
* [3.11] gh-113234: tomllib docs: reorder conversion table & add remaining type...Miss Islington (bot)2023-12-191-1/+7
* [3.11] gh-113208: Mention namespace packages don't require __init__.py (GH-11...Miss Islington (bot)2023-12-191-1/+2
* [3.11] gh-101100: Fix Sphinx warnings in library/tarfile.rst (GH-113237) (#11...Hugo van Kemenade2023-12-182-12/+56
* [3.11] Docs: Add label to grammar spec for linking from PEPs (GH-113235) (#11...Miss Islington (bot)2023-12-171-0/+2
* [3.11] gh-112890: `unittest` Test Discovery page updated "`unittest` dropped ...Miss Islington (bot)2023-12-171-2/+2
* [3.11] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#1...Ronald Oussoren2023-12-163-0/+21
* [3.11] gh-113046: Revise csv.reader doc (GH-113207) (#113211)Miss Islington (bot)2023-12-161-4/+7
* [3.11] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113194)Miss Islington (bot)2023-12-151-15/+16
* [3.11] gh-101100: Fix various Sphinx warnings for dunder references in the `l...Miss Islington (bot)2023-12-158-24/+34
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` (GH-113162) (#...Miss Islington (bot)2023-12-152-10/+10
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (GH-113125...Miss Islington (bot)2023-12-153-19/+24
* [3.11] gh-101100: Cleanup `mailbox` docs (GH-113124) (#113145)Hugo van Kemenade2023-12-142-123/+139
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (GH-112373) (#113...Hugo van Kemenade2023-12-142-139/+138
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (GH-11...Miss Islington (bot)2023-12-143-41/+43
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) ...Miss Islington (bot)2023-12-143-38/+75
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference...Miss Islington (bot)2023-12-143-5/+7
* [3.11] Fixing typo in DocTestRunner docs (GH-112326) (GH-113098)Miss Islington (bot)2023-12-141-1/+1
* [3.11] gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) (GH-...Miss Islington (bot)2023-12-131-1/+4