summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#1...Miss Islington (bot)2024-01-051-47/+56
* [3.12] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-1...Miss Islington (bot)2024-01-051-2/+2
* [3.12] Document the `co_lines` method on code objects (#113682) (#113686)Alex Waygood2024-01-031-4/+5
* [3.12] `functools.partial` docs: Use the more common spelling for "referencea...Miss Islington (bot)2024-01-031-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-312-18/+18
* [3.12] Update ConfigParser docs defining valid section name (GH-110506) (#113...Miss Islington (bot)2023-12-301-1/+1
* [3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (...Miss Islington (bot)2023-12-301-0/+2
* [3.12] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113553)Miss Islington (bot)2023-12-291-0/+3
* [3.12] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113...Miss Islington (bot)2023-12-281-15/+44
* [3.12] gh-67641: Clarify documentation on bytes vs text with non-seeking tarf...Miss Islington (bot)2023-12-271-4/+6
* [3.12] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113511)Hugo van Kemenade2023-12-271-11/+14
* [3.12] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) (...Hugo van Kemenade2023-12-271-3/+10
* [3.12] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) (#1...Miss Islington (bot)2023-12-261-4/+4
* [3.12] Misc minor improvements to the itertools recipes (gh-113477) (gh-113478)Miss Islington (bot)2023-12-251-81/+83
* [3.12] [doc] Make subprocess.wait documentation more precise (GH-98700) (GH-1...Miss Islington (bot)2023-12-251-3/+4
* [3.12] gh-74573: document that ndbm can silently corrupt databases on macOS (...Miss Islington (bot)2023-12-232-0/+10
* [3.12] gh-112925: Fix error in example of `datetime.time.fromisoformat` and a...Miss Islington (bot)2023-12-231-1/+3
* [3.12] Docs: OpenSSL wording ambiguity (GH-113296) (#113348)Miss Islington (bot)2023-12-211-1/+1
* [3.12] gh-113255: Clarify docs for `typing.reveal_type` (GH-113286) (#113323)Miss Islington (bot)2023-12-201-12/+11
* [3.12] Fix typo in collections.abc docs example (GH-113310) (#113311)Miss Islington (bot)2023-12-201-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113290)Hugo van Kemenade2023-12-191-15/+18
* [3.12] gh-113234: tomllib docs: reorder conversion table & add remaining type...Miss Islington (bot)2023-12-191-1/+7
* [3.12] gh-101100: Fix Sphinx warnings in library/tarfile.rst (GH-113237) (#11...Hugo van Kemenade2023-12-181-11/+56
* [3.12] gh-112890: `unittest` Test Discovery page updated "`unittest` dropped ...Miss Islington (bot)2023-12-171-2/+2
* [3.12] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#1...Miss Islington (bot)2023-12-163-0/+21
* [3.12] gh-113046: Revise csv.reader doc (GH-113207) (#113210)Miss Islington (bot)2023-12-161-4/+7
* [3.12] Add reshape() recipe to demonstrate a use case for batched() and chain...Miss Islington (bot)2023-12-161-3/+24
* [3.12] Use match/case in grouper() recipe (gh-113059) (gh-113197)Miss Islington (bot)2023-12-151-8/+9
* [3.12] Minor stylistic edit to the grouper recipe (gh-112759) (gh-113196)Miss Islington (bot)2023-12-151-2/+2
* [3.12] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113193)Miss Islington (bot)2023-12-151-15/+16
* [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the `l...Miss Islington (bot)2023-12-157-24/+33
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` (GH-113162) (#...Hugo van Kemenade2023-12-151-9/+10
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (GH-113125...Miss Islington (bot)2023-12-152-18/+24
* [3.12] Optimize unique_justseen() recipe for a common case. (gh-113147) (gh-1...Miss Islington (bot)2023-12-141-0/+2
* [3.12] gh-101100: Cleanup `mailbox` docs (GH-113124) (#113144)Hugo van Kemenade2023-12-141-122/+139
* [3.12] Remove itertool recipe with low pedagogical value (gh-113138) (gh-113140)Miss Islington (bot)2023-12-141-32/+32
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (GH-11...Miss Islington (bot)2023-12-141-39/+41
* [3.12] Add recipe for totient() to demonstrate unique_justseen() and factor()...Miss Islington (bot)2023-12-141-0/+27
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) ...Miss Islington (bot)2023-12-142-37/+75
* [3.12] Fixing typo in DocTestRunner docs (GH-112326) (GH-113097)Miss Islington (bot)2023-12-141-1/+1
* [3.12] gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) (GH-...Miss Islington (bot)2023-12-131-1/+4
* [3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)Miss Islington (bot)2023-12-132-47/+77
* [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Miss Islington (bot)2023-12-1312-38/+40
* [3.12] gh-112999: Replace the outdated "deprecated" directives with "versionc...Miss Islington (bot)2023-12-122-14/+11
* [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...Hugo van Kemenade2023-12-123-9/+10
* [3.12] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) ...Miss Islington (bot)2023-12-101-20/+22
* [3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...Miss Islington (bot)2023-12-093-9/+9
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886) (#1...Alex Waygood2023-12-091-23/+29
* [3.12] gh-112758: Updated pathlib documentation for PurePath.match (GH-112814...Miss Islington (bot)2023-12-081-0/+3
* [3.12] gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870) (#112...Alex Waygood2023-12-081-7/+7