summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Use roles :data: and :const: for referencing module variables (GH-1295...Serhiy Storchaka2025-02-048-23/+23
* [3.12] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH...Miss Islington (bot)2025-02-031-1/+1
* [3.12] gh-128696: Add arm64 to the get_platform return val description (GH-12...Miss Islington (bot)2025-02-031-1/+2
* [3.12] gh-129407: Clarify that a `SystemError` isn't always CPython's fault (...Miss Islington (bot)2025-02-031-2/+6
* [3.12] gh-85046: Document errno constants (GH-126420) (#129384)Miss Islington (bot)2025-01-281-0/+165
* [3.12] gh-129020: Remove ambiguous sentence from `tokenize.untokenize` docs (...Miss Islington (bot)2025-01-201-5/+4
* [3.12] gh-121542: Document trailing newline behavior in `set_content()` (GH-1...Miss Islington (bot)2025-01-181-1/+7
* [3.12] gh-125997: suggest efficient alternatives for `time.sleep(0)` (GH-1287...Bénédikt Tran2025-01-182-2/+13
* [3.12] gh-128017: Make a note that sys variables are read-only (GH-128887) (#...Miss Islington (bot)2025-01-161-1/+1
* [3.12] gh-97850: Suggest `TraversableResources` as the alternative for `Resou...Miss Islington (bot)2025-01-151-1/+3
* [3.12] gh-67206: Document that `string.printable` is not printable in the POS...Miss Islington (bot)2025-01-151-3/+10
* [3.12] Fix a "doctest" block in `Doc/library/turtle.rst` (GH-128831) (#128836)Miss Islington (bot)2025-01-141-2/+2
* [3.12] gh-123345: improve `fnmatch` docs (GH-123346) (#128775)Miss Islington (bot)2025-01-131-6/+12
* [3.12] gh-124433: fix docs for `asyncio.Queue.task_done` (GH-128669) (#128672)Miss Islington (bot)2025-01-091-3/+3
* [3.12] gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (G...Miss Islington (bot)2025-01-091-0/+6
* [3.12] gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (GH...Miss Islington (bot)2025-01-091-0/+3
* [3.12] gh-87506: Document that json.load*() can raise UnicodeDecodeError (GH-...Miss Islington (bot)2025-01-081-6/+6
* [3.12] Docs: mark up json.load() using parameter list (GH-128488) (#128597)Miss Islington (bot)2025-01-071-44/+69
* [3.12] gh-108202: Document calendar.Calendar.firstweekday (GH-128566) (#128580)Miss Islington (bot)2025-01-071-4/+16
* [3.12] gh-108202: Document `calendar.Calendar` methods `getfirstweekday` and ...Miss Islington (bot)2025-01-061-0/+8
* [3.12] gh-114990: Add missing mixin methods in collections.abc's document (GH...Miss Islington (bot)2025-01-061-2/+3
* [3.12] Docs: fix `MessageDefect` references in email.policy docs (GH-128468) ...Miss Islington (bot)2025-01-051-2/+2
* [3.12] Docs: amend json.dump() post gh-128482 (GH-128489) (#128494)Miss Islington (bot)2025-01-041-5/+8
* [3.12] gh-126719: Clarify math.fmod docs (GH-127741) (#128492)Miss Islington (bot)2025-01-041-1/+2
* [3.12] Docs: mark up json.dump() using parameter list (GH-128482) (#128487)Miss Islington (bot)2025-01-041-48/+70
* [3.12] gh-108202: Document calendar.TextCalendar formatting helpers (GH-12760...Miss Islington (bot)2025-01-031-1/+26
* [3.12] gh-128349: Use `.. data::` instead of `.. class::` for pre-defined dec...Miss Islington (bot)2025-01-021-3/+3
* [3.12] gh-128317: Document `calendar.TextCalendar.formatweek` (GH-128353) (#1...Miss Islington (bot)2024-12-301-0/+8
* [3.12] gh-122706: fix docs for asyncio ssl sockets (GH-128092) (#128093)Miss Islington (bot)2024-12-191-2/+2
* [3.12] Fix typo in itertools docs (gh-127995) (gh-127997)Miss Islington (bot)2024-12-161-1/+1
* [3.12] gh-127852: add remark about ',' separator (GH-127854) (#127942)Miss Islington (bot)2024-12-141-1/+3
* [3.12] link to the correct output method in documentation (GH-127857) (#127901)Miss Islington (bot)2024-12-131-1/+1
* [3.12] Fix typo in traceback docs (GH-127884) (#127891)Miss Islington (bot)2024-12-121-1/+1
* [3.12] Docs: Fix indents in `xmlrpc.client.rst` (GH-127782) (#127800)Miss Islington (bot)2024-12-101-4/+4
* [3.12] gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (GH-127662) (#127...Miss Islington (bot)2024-12-101-0/+3
* [3.12] gh-127347: Document `traceback.print_list` (GH-127348) (#127570)Miss Islington (bot)2024-12-041-0/+7
* Python 3.12.8v3.12.8Thomas Wouters2024-12-031-1/+1
* [3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...Miss Islington (bot)2024-12-031-0/+29
* [3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127512)Miss Islington (bot)2024-12-021-2/+2
* [3.12] gh-99880: document rounding mode for new-style formatting (GH-121481) ...Miss Islington (bot)2024-12-021-0/+5
* [3.12] Link to correct class methods in asyncio primitives docs (GH-127270) (...Bénédikt Tran2024-11-301-3/+4
* [3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)Miss Islington (bot)2024-11-291-0/+7
* [3.12] Fix a few typos found in the docs (GH-127126) (GH-127185)Rafael Fontenelle2024-11-253-4/+4
* [3.12] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127233)Miss Islington (bot)2024-11-241-7/+19
* [3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...Serhiy Storchaka2024-11-221-6/+0
* [3.12] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127148)Miss Islington (bot)2024-11-221-3/+33
* [3.12] gh-127082: Replace "Windows only" with the `availability: Windows` in ...Jun Komoda2024-11-221-14/+45
* [3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)Serhiy Storchaka2024-11-211-4/+6
* [3.12] Added a warning to the urljoin docs, indicating that it is not safe to...Miss Islington (bot)2024-11-151-0/+9
* [3.12] gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX complianc...Miss Islington (bot)2024-11-151-3/+32