summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.4v3.13.4Thomas Wouters2025-06-035-7/+7
* [3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...T. Wouters2025-06-032-3/+49
* [3.13] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-...Miss Islington (bot)2025-06-021-2/+8
* [3.13] gh-122153: indicate that Windows does not support `socket.{send,recv}_...Bénédikt Tran2025-06-021-3/+3
* [3.13] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134996)Miss Islington (bot)2025-06-011-3/+10
* [3.13] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134...Miss Islington (bot)2025-05-311-48/+47
* [3.13] GH-106235: Clarify `parse_known_args` documentation by removing "remai...Miss Islington (bot)2025-05-301-6/+9
* [3.13] gh-134733: Fix documentation for the show_empty option of ast.dump() (...Miss Islington (bot)2025-05-301-2/+3
* [3.13] ast docs: Fix description of ast.Constant (GH-134741) (#134912)Miss Islington (bot)2025-05-301-3/+3
* [3.13] gh-69011: : clarify & deduplicate `ctypes.create_*_buffer` docs (GH-13...Miss Islington (bot)2025-05-291-16/+36
* [3.13] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (...Miss Islington (bot)2025-05-281-1/+9
* [3.13] Update outdated statement from `math` about C standard (GH-134621) (#1...Miss Islington (bot)2025-05-281-2/+2
* [3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-13480...Miss Islington (bot)2025-05-271-0/+2
* [3.13] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_...Miss Islington (bot)2025-05-271-1/+8
* [3.13] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (...Miss Islington (bot)2025-05-261-0/+2
* [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms...Miss Islington (bot)2025-05-241-5/+5
* [3.13] gh-106318: Add example for `str.count()` (GH-134519) (#134573)Miss Islington (bot)2025-05-231-2/+12
* [3.13] gh-106318: Add example for `str.center()` (GH-134518) (#134572)Miss Islington (bot)2025-05-231-2/+8
* [3.13] Avoid `__file__` in `hashlib` example (GH-134540) (#134550)Miss Islington (bot)2025-05-221-1/+1
* [3.13] gh-80050: Update BufferedReader.read docs around non-blocking (GH-1306...Gregory P. Smith2025-05-211-34/+41
* [3.13] gh-110631: Fix some incorrect indents in the documentation (GH-129312)...Miss Islington (bot)2025-05-214-69/+69
* [3.13] gh-85045: clarified that the underlying buffer of a TextIOBase can be ...Miss Islington (bot)2025-05-201-3/+4
* [3.13] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-134303) (#...Hugo van Kemenade2025-05-201-30/+42
* [3.13] gh-53189: Document peculiarities of InteractiveConsole in relation to ...Miss Islington (bot)2025-05-201-0/+6
* [3.13] gh-134201: Expand explanation of Base85 encodings in base64 docs (GH-1...Miss Islington (bot)2025-05-201-11/+37
* [3.13] gh-122055: Clarify documentation for empty matches in RE (GH-133169) (...Miss Islington (bot)2025-05-191-7/+9
* [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948)Thomas Grainger2025-05-181-1/+20
* [3.13] gh-134150: Clarify distinction between JSON and Python objects (GH-134...Miss Islington (bot)2025-05-181-5/+10
* [3.13] Docs: fix spelling of "test case" in `unittest` documentation (GH-1341...Miss Islington (bot)2025-05-171-1/+1
* [3.13] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (...Miss Islington (bot)2025-05-161-2/+1
* [3.13] gh-133286: add explanation about `seq` for pathlib Pattern Language (G...Miss Islington (bot)2025-05-161-2/+5
* [3.13] gh-133515: fix docs for unawaited coroutines in debug mode (GH-134081)...Miss Islington (bot)2025-05-161-4/+0
* [3.13] gh-124210: Add introduction to `threading` docs (GH-127046) (#134091)Miss Islington (bot)2025-05-161-25/+89
* [3.13] gh-133986: Document string split algorithm when sep is None and maxspl...Miss Islington (bot)2025-05-151-0/+12
* [3.13] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-...Miss Islington (bot)2025-05-122-4/+4
* [3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133922)mkaraev2025-05-121-2/+1
* [3.13] gh-132642: document how to render human-readable `timedelta` objects (...Miss Islington (bot)2025-05-101-0/+16
* [3.13] gh-132971: Update shutil.which() docs (GH-133067) (#133804)Miss Islington (bot)2025-05-101-0/+4
* [3.13] Docs: use boolean constants for returning boolean value (GH-133325) (G...Miss Islington (bot)2025-05-092-2/+2
* [3.13] gh-133361: move the explanation of dict equal before its use (GH-13342...Miss Islington (bot)2025-05-071-27/+28
* [3.13] gh-131535: Fix stale example in html.parser docs, make examples doctes...Miss Islington (bot)2025-05-071-14/+37
* [3.13] gh-130117: Document why nested `Union`, `Literal`, and `Annotated` typ...Miss Islington (bot)2025-05-061-0/+40
* [3.13] gh-107006: Move `threading.local` docstring to docs (GH-131840) (#133432)Miss Islington (bot)2025-05-051-9/+118
* [3.13] gh-133089: Use original timeout value for `TimeoutExpired` when the fu...Miss Islington (bot)2025-05-051-0/+18
* [3.13] gh-130160: use `.. program::` directive for documenting `platform` CLI...Hugo van Kemenade2025-05-032-9/+38
* gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885)Miss Islington (bot)2025-05-031-1/+2
* [3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) ...Miss Islington (bot)2025-05-022-6/+6
* [3.13] Apply 'mod' role to typing module (GH-133201) (#133217)Miss Islington (bot)2025-04-301-5/+5
* [3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (...Miss Islington (bot)2025-04-281-2/+3
* [3.13] gh-133033: Add docs for `TypeIgnore` (GH-133034) (#133078)Miss Islington (bot)2025-04-281-0/+37