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