summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0rc1v3.14.0rc1Hugo van Kemenade2025-07-2233-58/+316
* [3.14] Revert "[3.14] gh-135228: When @dataclass(slots=True) replaces… (#13...Jelle Zijlstra2025-07-221-4/+0
* [3.14] Revert "gh-112068: C API: Add support of nullable arguments in PyArg_P...Serhiy Storchaka2025-07-222-1/+2
* [3.14] gh-124621: Emscripten: Support pyrepl in browser (GH-136931) (GH-136988)Łukasz Langa2025-07-221-0/+1
* [3.14] gh-118350: Fix support of elements "textarea" and "title" in HTMLParse...Miss Islington (bot)2025-07-221-0/+2
* [3.14] gh-136251: Improvements to WASM demo REPL (GH-136252) (GH-136977)Miss Islington (bot)2025-07-221-0/+1
* [3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (...Hugo van Kemenade2025-07-221-0/+1
* [3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (...Miss Islington (bot)2025-07-221-0/+3
* [3.14] Fix 3 typos in "Next" News items (GH-136892) (#136967)Hugo van Kemenade2025-07-222-3/+3
* [3.14] gh-135228: When @dataclass(slots=True) replaces a dataclass, make the ...Miss Islington (bot)2025-07-221-0/+4
* [3.14] gh-136170: Revert adding `ZipFile.data_offset` (GH-136950) (#136955)Miss Islington (bot)2025-07-221-0/+3
* [3.14] gh-136421: Load `_datetime` static types during interpreter initializa...Miss Islington (bot)2025-07-211-0/+1
* [3.14] gh-135661: Fix parsing attributes with whitespaces around the "=" sepa...Serhiy Storchaka2025-07-212-1/+3
* [3.14] GH-136874: `url2pathname()`: discard query and fragment components (GH...Miss Islington (bot)2025-07-211-0/+1
* [3.14] gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec ...Lysandros Nikolaou2025-07-211-0/+5
* [3.14] gh-135621: Remove dependency on curses from PyREPL (GH-136758) (GH-136...Miss Islington (bot)2025-07-211-0/+2
* [3.14] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-1...Miss Islington (bot)2025-07-211-0/+2
* [3.14] GH-130645: Default to color help in argparse (GH-136809) (#136886)Miss Islington (bot)2025-07-201-0/+1
* [3.14] gh-136801: Fix PyREPL syntax highlightning on match cases after multi-...Miss Islington (bot)2025-07-191-0/+1
* [3.14] gh-135148: Correctly handle f/t strings with comments and debug expres...Miss Islington (bot)2025-07-161-0/+3
* [3.14] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises...Miss Islington (bot)2025-07-161-0/+1
* [3.14] gh-136396: Include instrumentation when creating new copies of the byt...Miss Islington (bot)2025-07-151-0/+2
* [3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)Miss Islington (bot)2025-07-151-0/+1
* [3.14] gh-127971: fix off-by-one read beyond the end of a string during searc...Miss Islington (bot)2025-07-131-0/+1
* [3.14] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136...Miss Islington (bot)2025-07-121-0/+1
* [3.14] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `i...Miss Islington (bot)2025-07-121-0/+1
* [3.14] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_paylo...Miss Islington (bot)2025-07-122-0/+3
* [3.14] gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was...Miss Islington (bot)2025-07-111-0/+2
* [3.14] gh-136541: Fix several problems of perf trampolines in x86_64 and aarc...Miss Islington (bot)2025-07-111-0/+3
* [3.14] gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (GH...Miss Islington (bot)2025-07-111-0/+2
* [3.14] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` f...Miss Islington (bot)2025-07-101-0/+3
* [3.14] gh-132661: Add default value (of `""`) for `Interpolation.expression` ...Miss Islington (bot)2025-07-101-0/+1
* [3.14] gh-136476: Show the full stack in get_async_stack_trace in _remote_deb...Miss Islington (bot)2025-07-091-0/+2
* [3.14] gh-134657: Remove newly added private names from asyncio.__all__ (GH-1...Miss Islington (bot)2025-07-091-0/+1
* [3.14] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (#135912)Miss Islington (bot)2025-07-081-0/+2
* [3.14] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPool...Miss Islington (bot)2025-07-081-0/+3
* Python 3.14.0b4v3.14.0b4Hugo van Kemenade2025-07-0846-119/+484
* [3.14] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML...Miss Islington (bot)2025-07-081-0/+1
* [3.14] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892) (GH-13...Miss Islington (bot)2025-07-071-0/+1
* [3.14] gh-87790: support thousands separators for formatting fractional part ...Miss Islington (bot)2025-07-071-0/+2
* [3.14] gh-87790: support thousands separators for formatting fractional part ...Miss Islington (bot)2025-07-071-0/+2
* [3.14] gh-130662: Accept leading zeros in precision/width for Decimal's forma...Miss Islington (bot)2025-07-071-0/+3
* [3.14] gh-130662: Accept leading zeros in precision/width for Fraction's form...Miss Islington (bot)2025-07-071-0/+3
* [3.14] GH-135106: Restrict trashcan to GC'ed objects (GH-135682) (#135876)Miss Islington (bot)2025-07-071-0/+2
* [3.14] gh-136316: Make typing.evaluate_forward_ref better at evaluating neste...Jelle Zijlstra2025-07-071-0/+2
* [3.14] gh-109700: fix memory error handling in `PyDict_SetDefault` (GH-136338...Miss Islington (bot)2025-07-061-0/+1
* [3.14] gh-136285: Improve `pickle` protocol testing in `test_interpreters` (G...Miss Islington (bot)2025-07-061-0/+2
* [3.14] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 st...Miss Islington (bot)2025-07-041-0/+3
* [3.14] gh-135661: Fix parsing start and end tags in HTMLParser according to t...Miss Islington (bot)2025-07-031-0/+25
* [3.14] gh-130664: Treat '0' fill character with align '=' as zero-padding for...Miss Islington (bot)2025-07-031-0/+4