summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136329)Miss Islington (bot)2025-07-081-17/+20
* [3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (...Miss Islington (bot)2025-07-071-9/+9
* [3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#1...Miss Islington (bot)2025-07-071-0/+2
* [3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH...Miss Islington (bot)2025-07-071-32/+46
* [3.14] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136372)Miss Islington (bot)2025-07-071-0/+5
* [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359)Miss Islington (bot)2025-07-079-89/+32
* [3.14] gh-109070: Document that get_context in multiprocessing have side effe...Miss Islington (bot)2025-07-061-5/+7
* [3.14] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136...Miss Islington (bot)2025-07-051-1/+1
* [3.14] Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263) ...Miss Islington (bot)2025-07-041-5/+6
* [3.14] Clarify some details regarding `sys.monitoring` (GH-133981) (GH-136259)Miss Islington (bot)2025-07-031-25/+36
* [3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and ...Miss Islington (bot)2025-07-034-19/+77
* [3.14] gh-136169: Update parameter name in fractions.from_float method (GH-13...Miss Islington (bot)2025-07-011-1/+1
* [3.14] gh-134939: Fill Out the concurrent.interpreters Docs (gh-136141)Miss Islington (bot)2025-06-301-17/+206
* [3.14] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068)...Miss Islington (bot)2025-06-301-1/+6
* [3.14] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136...Miss Islington (bot)2025-06-301-1/+1
* [3.14] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136123)Miss Islington (bot)2025-06-301-0/+8
* [3.14] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-...Miss Islington (bot)2025-06-301-2/+2
* [3.14] gh-132813: Fix the csv documentation for quoting and escaping (GH-1332...Miss Islington (bot)2025-06-301-12/+26
* [3.14] gh-127604: Docs: Include a C stack in the `faulthandler` example (GH-1...Miss Islington (bot)2025-06-291-1/+36
* [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)Miss Islington (bot)2025-06-278-9/+9
* [3.14] gh-91555: add warning to docs about possibility of deadlock/infinite r...Miss Islington (bot)2025-06-261-0/+9
* [3.14] Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393) ...Miss Islington (bot)2025-06-251-5/+5
* [3.14] gh-135648: Document that `shutil.copyfileobj` doesn't flush (GH-135737...Miss Islington (bot)2025-06-241-0/+7
* [3.14] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) ...Miss Islington (bot)2025-06-231-1/+1
* [3.14] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-...Miss Islington (bot)2025-06-221-1/+3
* [3.14] gh-135645: Added `supports_isolated_interpreters` to `sys.implementati...Miss Islington (bot)2025-06-211-0/+12
* [3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135...Miss Islington (bot)2025-06-201-1/+1
* [3.14] gh-89083: add links to RFC 9562 sections in UUID docs (GH-135684) (#13...Miss Islington (bot)2025-06-201-10/+19
* gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (G...Miss Islington (bot)2025-06-191-2/+11
* [3.14] gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274) (#135716)Miss Islington (bot)2025-06-191-2/+2
* [3.14] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597)...Miss Islington (bot)2025-06-191-2/+2
* [3.14] gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh...Miss Islington (bot)2025-06-191-17/+2
* gh-134538: Add link to shutil.rmtree example in function docs (GH-135540)Miss Islington (bot)2025-06-181-0/+4
* [3.14] Docs: Fix markups for emphasis (GH-135598) (GH-135685)Miss Islington (bot)2025-06-181-1/+1
* [3.14] gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135...Miss Islington (bot)2025-06-181-8/+0
* Python 3.14.0b3v3.14.0b3Hugo van Kemenade2025-06-172-4/+4
* [3.14] gh-119132: Remove "experimental" tag from the CPython free-threading. ...Miss Islington (bot)2025-06-162-2/+2
* [3.14] gh-67022: Document bytes/str inconsistency in email.header.decode_head...Miss Islington (bot)2025-06-151-5/+29
* [3.14] gh-135361: update documentation for `remote_debugger_script` audit eve...Miss Islington (bot)2025-06-151-0/+7
* [3.14] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-13...Miss Islington (bot)2025-06-131-1/+1
* [3.14] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135476)Miss Islington (bot)2025-06-131-1/+4
* [3.14] gh-135244: improve wording of `uuid8` docs about CSPRNG (GH-135433) (#...Miss Islington (bot)2025-06-131-1/+1
* [3.14] gh-106318: Add example for `str.endswith()` (GH-134523) (#135459)Miss Islington (bot)2025-06-131-1/+13
* [3.14] gh-106318: Add example for `str.encode()` (GH-134520) (#135457)Miss Islington (bot)2025-06-131-0/+8
* [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)Eric Snow2025-06-124-1/+206
* [3.14] Fix presentation of dataclasses' `unsafe_hash` default value (GH-11653...Miss Islington (bot)2025-06-121-2/+5
* [3.14] gh-118928: Amend sqlite3 execute*() deprecation notes (GH-135163) (#13...Miss Islington (bot)2025-06-101-11/+11
* [3.14] Use f-strings in csv docs example (GH-135245) (#135285)Miss Islington (bot)2025-06-091-1/+1
* [3.14] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135280)Miss Islington (bot)2025-06-081-1/+1
* [3.14] gh-134976: document the exception type that can be raised by `s[i]` (G...Miss Islington (bot)2025-06-081-1/+4