summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0rc3v3.14.0rc3Hugo van Kemenade2025-09-1834-262/+592
* [3.14] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#...Miss Islington (bot)2025-09-171-7/+7
* [3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emsc...Miss Islington (bot)2025-09-179-201/+129
* [3.14] gh-132558: Improve `argparse` docs on combining `type` and `choices` (...Miss Islington (bot)2025-09-171-4/+9
* [3.14] gh-137988: Fix const description in argparse.add_argument() docs (GH-1...Miss Islington (bot)2025-09-171-2/+2
* [3.14] gh-99948: Support ctypes.util.find_library in emscripten environment (...Miss Islington (bot)2025-09-173-0/+88
* [3.14] gh-138896: Fix error installing C runtime on non-updated Windows machi...Miss Islington (bot)2025-09-172-2/+3
* [3.14] GH-123299: Copyedit 3.14 What's New: C API (GH-138987) (#139021)Miss Islington (bot)2025-09-172-189/+169
* [3.14] gh-138514: getpass: restrict `echo_char` to a single ASCII character (...Miss Islington (bot)2025-09-175-9/+57
* [3.14] gh-139006: Doc: Clarify html.escape function description (GH-139016) (...Miss Islington (bot)2025-09-171-3/+6
* [3.14] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139024)Miss Islington (bot)2025-09-1710-388/+764
* [3.14] gh-137226: Fix get_type_hints() on generic TypedDict with stringified ...Jelle Zijlstra2025-09-173-12/+39
* [3.14] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (#...Miss Islington (bot)2025-09-171-0/+3
* [3.14] Revert "gh-118803: Remove `ByteString` from `typing` and `collections....Miss Islington (bot)2025-09-1713-31/+127
* [3.14] gh-110936: Reorder string literal definition in Lexical Analysis (GH-1...Miss Islington (bot)2025-09-161-2/+2
* [3.14] gh-54874: Expand unicodedata module documentation (GH-138301) (#138346)Miss Islington (bot)2025-09-161-32/+68
* [3.14] gh-137985: Correct description of Formatter's datefmt param in logging...Miss Islington (bot)2025-09-161-3/+2
* [3.14] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138903)Miss Islington (bot)2025-09-161-2/+2
* [3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)Miss Islington (bot)2025-09-163-4/+4
* [3.14] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-1...Miss Islington (bot)2025-09-164-3/+171
* [3.14] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an ...Miss Islington (bot)2025-09-165-9/+33
* [3.14] gh-134953: Expand theming for `True`/`False`/`None` (GH-135000) (#138928)Miss Islington (bot)2025-09-153-0/+6
* [3.14] gh-138801: re-enable `pyrepl` tests on Windows (GH-138802) (GH-138815)Miss Islington (bot)2025-09-151-8/+4
* [3.14] gh-138669: Increase test coverage for difflib (GH-138670) (#138817)Miss Islington (bot)2025-09-141-0/+39
* [3.14] gh-138804: Check type in `shlex.quote` (GH-138809) (#138846)Miss Islington (bot)2025-09-133-0/+9
* [3.14] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) ...Miss Islington (bot)2025-09-123-0/+31
* [3.14] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (...Miss Islington (bot)2025-09-123-3/+10
* [3.14] gh-116946: fully implement GC protocol for `zlib` objects (GH-138290) ...Bénédikt Tran2025-09-121-19/+58
* [3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290)...Miss Islington (bot)2025-09-124-1/+109
* [3.14] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' ...Miss Islington (bot)2025-09-111-2/+3
* [3.14] gh-138081: fix some dead links in InternalDocs (GH-138082) (#138781)Miss Islington (bot)2025-09-113-3/+3
* [3.14] gh-138081: Fix/remove incorrect links in `idlelib/HISTORY.txt` (GH-138...Miss Islington (bot)2025-09-111-5/+5
* [3.14] GH-138562: Remove ``sort()`` from the common sequence methods in the d...Miss Islington (bot)2025-09-111-5/+8
* [3.14] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138694)Miss Islington (bot)2025-09-111-3/+5
* [3.14] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH...Miss Islington (bot)2025-09-111-1/+9
* [3.14] gh-135676: Reword the Operators & Delimiters section(s) (GH-137713) (#...Miss Islington (bot)2025-09-111-56/+51
* [3.14] gh-138307: Update the Ellipsis documentation (GH-138306) (#138440)Miss Islington (bot)2025-09-115-7/+45
* [3.14] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (#138195)Miss Islington (bot)2025-09-111-1/+1
* [3.14] gh-133125: Clarify ZipInfo.date_time attribute documentation (GH-13608...Miss Islington (bot)2025-09-111-2/+13
* [3.14] Fix typo in `logging` docs (GH-137981) (#137983)Miss Islington (bot)2025-09-111-1/+1
* [3.14] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring ...Miss Islington (bot)2025-09-111-2/+3
* [3.14] gh-131885: Use positional-only markers for the ``decimal`` module (GH-...Miss Islington (bot)2025-09-111-62/+62
* [3.14] gh-131591: fix formatting of remote debugger docs (GH-137225) (#137874)Miss Islington (bot)2025-09-111-11/+11
* [3.14] Mention the "context manager" keyword in concurrent.futures documentat...Miss Islington (bot)2025-09-111-4/+4
* [3.14] gh-87281: Improve documentation for locale.setlocale() and locale.getl...Miss Islington (bot)2025-09-111-10/+74
* [3.14] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#13...Miss Islington (bot)2025-09-112-21/+36
* [3.14] gh-125897: Mark range function parameters as positional only (GH-12594...Miss Islington (bot)2025-09-111-2/+2
* [3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137642)Miss Islington (bot)2025-09-111-1/+1
* [3.14] Replace "ordered arguments" with "positional arguments" in `unittest.m...Miss Islington (bot)2025-09-111-1/+1
* [3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494)Miss Islington (bot)2025-09-111-1/+1